Displaying 20 results from an estimated 24 matches for "19462".
Did you mean:
1946
[LLVMdev] [RFC] Late May Update: Progress report on CMake build system's ability to replace autoconf
2015 May 29
0
[LLVMdev] [RFC] Late May Update: Progress report on CMake build system's ability to replace autoconf
It seems the fix for Bug 19462 causes my stand-alone build of Clang to die with
CMake Error at CMakeLists.txt:528 (install):
install EXPORT given no DESTINATION!
Any pointers?
On Thu, May 28, 2015 at 8:22 AM, Chris Bieneman <beanz at apple.com> wrote:
> Hi all,
>
> Time for another update on the status of the...
[LLVMdev] [RFC] Late May Update: Progress report on CMake build system's ability to replace autoconf
2015 May 28
7
[LLVMdev] [RFC] Late May Update: Progress report on CMake build system's ability to replace autoconf
...g 22725 - lldb build with cmake fails with "Program error: Invalid parameters entered, -h for help. "
* Update GettingStarted to prefer CMake
Still Outstanding:
* Bug 14109 - CMake build for compiler-rt should use just-built clang
- No Update: Still some small issues to resolve.
* Bug 19462 - Use the INSTALL(EXPORT ...) to export CMake definitions
- I commented in the review for this today (http://reviews.llvm.org/D7623). I think the patches I have are good to land, but Stephen Kelly made some other suggestions in the bug we should consider separately.
* Bug 19875 - libraries and ex...
[LLVMdev] [RFC] Late May Update: Progress report on CMake build system's ability to replace autoconf
2015 May 30
1
[LLVMdev] [RFC] Late May Update: Progress report on CMake build system's ability to replace autoconf
Takumi fixed that issue with r238628.
Thanks,
-Chris
> On May 29, 2015, at 4:24 PM, Steve King <steve at metrokings.com> wrote:
>
> It seems the fix for Bug 19462 causes my stand-alone build of Clang to die with
>
> CMake Error at CMakeLists.txt:528 (install):
> install EXPORT given no DESTINATION!
>
> Any pointers?
>
> On Thu, May 28, 2015 at 8:22 AM, Chris Bieneman <beanz at apple.com> wrote:
>> Hi all,
>>
>&g...
2015 Jul 29
2
[LLVMdev] [RFC] July Update: Progress report on CMake build system's ability to replace autoconf
Hi LLVMDev,
The following issues have been fixed since the last update I sent out.
Completed:
* Bug 19462 - Use the INSTALL(EXPORT ...) to export CMake definitions
* Bug 21561 - Update release scripts to use CMake
These issues are still outstanding. Classification of blocking vs non-blocking are my own opinions, please let me know if you disagree. All non-blocking issues are still serious bugs that ne...
[LLVMdev] [RFC] Late May Update: Progress report on CMake build system's ability to replace autoconf
2015 May 28
0
[LLVMdev] [RFC] Late May Update: Progress report on CMake build system's ability to replace autoconf
..."Program error: Invalid
> parameters entered, -h for help. "
> * Update GettingStarted to prefer CMake
>
> Still Outstanding:
>
> * Bug 14109 - CMake build for compiler-rt should use just-built clang
> - No Update: Still some small issues to resolve.
>
> * Bug 19462 - Use the INSTALL(EXPORT ...) to export CMake definitions
> - I commented in the review for this today (http://reviews.llvm.org/D7623).
> I think the patches I have are good to land, but Stephen Kelly made some
> other suggestions in the bug we should consider separately.
>
> * Bug...
[LLVMdev] [RFC] Late May Update: Progress report on CMake build system's ability to replace autoconf
2015 May 28
2
[LLVMdev] [RFC] Late May Update: Progress report on CMake build system's ability to replace autoconf
...th "Program error: Invalid parameters entered, -h for help. "
> * Update GettingStarted to prefer CMake
>
> Still Outstanding:
>
> * Bug 14109 - CMake build for compiler-rt should use just-built clang
> - No Update: Still some small issues to resolve.
>
> * Bug 19462 - Use the INSTALL(EXPORT ...) to export CMake definitions
> - I commented in the review for this today (http://reviews.llvm.org/D7623 <http://reviews.llvm.org/D7623>). I think the patches I have are good to land, but Stephen Kelly made some other suggestions in the bug we should consider...
2015 Feb 03
14
[LLVMdev] [RFC] Progress report on CMake build system's ability to replace autoconf
...s out for review http://reviews.llvm.org/D6157
* Bug 18496 - [cmake] .S assembly files not compiled by cmake in libclang_rt.ARCH
- Unclear if this is still a problem
* Bug 18722 - Option to use CMake with libc++ to compile clang
- I think this is done by passing -DLLVM_ENABLE_LIBCXX=On
* Bug 19462 - Use the INSTALL(EXPORT ...) to export CMake definitions
- I believe this is all done. I've never managed to get the import part of this to work, but the export files are generated
* Bug 19875 - libraries and executables need different rpaths
- Still outstanding, I don't think this is...
2010 Jun 03
8
authenticating new nodes that are created by provisioning
Hey Folks,
I''m looking at doing automated provisioning of new servers and am trying to integrate puppet into this process. What I''m wondering though is what the best process for securely registering a new node is.
At the moment the first time puppet is run I have to then accept the certificate on the puppetmaster and then run puppet again.
What I would like to do is accept the
2015 Jul 29
0
[LLVMdev] [RFC] July Update: Progress report on CMake build system's ability to replace autoconf
...roblem).
Bug 24154 - CMake shared files are broken in llvm-3.7-dev
Cheers,
Brenden
On Wed, Jul 29, 2015 at 1:20 PM Chris Bieneman <beanz at apple.com> wrote:
> Hi LLVMDev,
>
> The following issues have been fixed since the last update I sent out.
>
> Completed:
> * Bug 19462 - Use the INSTALL(EXPORT ...) to export CMake definitions
> * Bug 21561 - Update release scripts to use CMake
>
> These issues are still outstanding. Classification of blocking vs
> non-blocking are my own opinions, please let me know if you disagree. All
> non-blocking issues are st...
2015 Jul 30
1
[LLVMdev] [RFC] July Update: Progress report on CMake build system's ability to replace autoconf
...t;
> Cheers,
> Brenden
>
>
>
> On Wed, Jul 29, 2015 at 1:20 PM Chris Bieneman <beanz at apple.com <mailto:beanz at apple.com>> wrote:
> Hi LLVMDev,
>
> The following issues have been fixed since the last update I sent out.
>
> Completed:
> * Bug 19462 - Use the INSTALL(EXPORT ...) to export CMake definitions
> * Bug 21561 - Update release scripts to use CMake
>
> These issues are still outstanding. Classification of blocking vs non-blocking are my own opinions, please let me know if you disagree. All non-blocking issues are still serio...
[LLVMdev] [RFC] Late May Update: Progress report on CMake build system's ability to replace autoconf
2015 May 28
0
[LLVMdev] [RFC] Late May Update: Progress report on CMake build system's ability to replace autoconf
...t; parameters entered, -h for help. "
>> * Update GettingStarted to prefer CMake
>>
>> Still Outstanding:
>>
>> * Bug 14109 - CMake build for compiler-rt should use just-built clang
>> - No Update: Still some small issues to resolve.
>>
>> * Bug 19462 - Use the INSTALL(EXPORT ...) to export CMake definitions
>> - I commented in the review for this today (
>> http://reviews.llvm.org/D7623). I think the patches I have are good to
>> land, but Stephen Kelly made some other suggestions in the bug we should
>> consider separa...
[LLVMdev] [RFC] Late May Update: Progress report on CMake build system's ability to replace autoconf
2015 May 28
2
[LLVMdev] [RFC] Late May Update: Progress report on CMake build system's ability to replace autoconf
...parameters entered, -h for help. "
>> * Update GettingStarted to prefer CMake
>>
>> Still Outstanding:
>>
>> * Bug 14109 - CMake build for compiler-rt should use just-built clang
>> - No Update: Still some small issues to resolve.
>>
>> * Bug 19462 - Use the INSTALL(EXPORT ...) to export CMake definitions
>> - I commented in the review for this today (http://reviews.llvm.org/D7623 <http://reviews.llvm.org/D7623>). I think the patches I have are good to land, but Stephen Kelly made some other suggestions in the bug we should consi...
[LLVMdev] [RFC] Late May Update: Progress report on CMake build system's ability to replace autoconf
2015 May 29
2
[LLVMdev] [RFC] Late May Update: Progress report on CMake build system's ability to replace autoconf
..."Program error: Invalid
> parameters entered, -h for help. "
> * Update GettingStarted to prefer CMake
>
> Still Outstanding:
>
> * Bug 14109 - CMake build for compiler-rt should use just-built clang
> - No Update: Still some small issues to resolve.
>
> * Bug 19462 - Use the INSTALL(EXPORT ...) to export CMake definitions
> - I commented in the review for this today (http://reviews.llvm.org/D7623
> <https://urldefense.proofpoint.com/v2/url?u=http-3A__reviews.llvm.org_D7623&d=AwMFaQ&c=8hUWFZcy2Z-Za5rBPlktOQ&r=Mfk2qtn1LTDThVkh6-oGglNfMADXf...
[LLVMdev] [RFC] Late May Update: Progress report on CMake build system's ability to replace autoconf
2015 May 29
0
[LLVMdev] [RFC] Late May Update: Progress report on CMake build system's ability to replace autoconf
...g 22725 - lldb build with cmake fails with "Program error: Invalid parameters entered, -h for help. "
* Update GettingStarted to prefer CMake
Still Outstanding:
* Bug 14109 - CMake build for compiler-rt should use just-built clang
- No Update: Still some small issues to resolve.
* Bug 19462 - Use the INSTALL(EXPORT ...) to export CMake definitions
- I commented in the review for this today (http://reviews.llvm.org/D7623<https://urldefense.proofpoint.com/v2/url?u=http-3A__reviews.llvm.org_D7623&d=AwMFaQ&c=8hUWFZcy2Z-Za5rBPlktOQ&r=Mfk2qtn1LTDThVkh6-oGglNfMADXfJdty4_bhmuh...
2015 Mar 03
3
[LLVMdev] [RFC] March Update: Progress report on CMake build system's ability to replace autoconf
...tanding:
* Bug 14109 - CMake build for compiler-rt should use just-built clang
- Looks like there are still some small issues here, but it is further along than expected
* Bug 18496 - [cmake] .S assembly files not compiled by cmake in libclang_rt.ARCH
- Unclear if this is still a problem
* Bug 19462 - Use the INSTALL(EXPORT ...) to export CMake definitions
- Patches out for review http://reviews.llvm.org/D7623 <http://reviews.llvm.org/D7623> - there are comments in the bug that I’ll update the patches to reflect
* Bug 19875 - libraries and executables need different rpaths
- No Update...
2006 Apr 24
2
Session problem?
I have three apps that I run from the same menu html page. On occasion,
after a reboot for example, I show the menu page and run one of the
apps. I don''t use the other two apps at all. Much later (hours or
days) I click on one of the other two apps and I get the
Application error
Rails application failed to start properly"
No log messages in the app''s
[LLVMdev] [RFC] Late May Update: Progress report on CMake build system's ability to replace autoconf
2015 May 29
0
[LLVMdev] [RFC] Late May Update: Progress report on CMake build system's ability to replace autoconf
...g 22725 - lldb build with cmake fails with "Program error: Invalid parameters entered, -h for help. "
* Update GettingStarted to prefer CMake
Still Outstanding:
* Bug 14109 - CMake build for compiler-rt should use just-built clang
- No Update: Still some small issues to resolve.
* Bug 19462 - Use the INSTALL(EXPORT ...) to export CMake definitions
- I commented in the review for this today (http://reviews.llvm.org/D7623<https://urldefense.proofpoint.com/v2/url?u=http-3A__reviews.llvm.org_D7623&d=AwMFaQ&c=8hUWFZcy2Z-Za5rBPlktOQ&r=Mfk2qtn1LTDThVkh6-oGglNfMADXfJdty4_bhmuh...
[LLVMdev] [RFC] Late May Update: Progress report on CMake build system's ability to replace autoconf
2015 May 29
1
[LLVMdev] [RFC] Late May Update: Progress report on CMake build system's ability to replace autoconf
..."Program error: Invalid
> parameters entered, -h for help. "
> * Update GettingStarted to prefer CMake
>
> Still Outstanding:
>
> * Bug 14109 - CMake build for compiler-rt should use just-built clang
> - No Update: Still some small issues to resolve.
>
> * Bug 19462 - Use the INSTALL(EXPORT ...) to export CMake definitions
> - I commented in the review for this today (http://reviews.llvm.org/D7623
> <https://urldefense.proofpoint.com/v2/url?u=http-3A__reviews.llvm.org_D7623&d=AwMFaQ&c=8hUWFZcy2Z-Za5rBPlktOQ&r=Mfk2qtn1LTDThVkh6-oGglNfMADXf...
2015 Jun 27
7
[LLVMdev] [RFC] Improving the testing of exported LLVM CMake targets
Hi,
Following on from another thread (Long-Term Support for LLVM Projects
Extension to Build System) I'd like to discuss the testing of the
exported LLVM CMake targets which can be used by consumers of LLVM as
documented in [1].
Right now we don't test this feature **at all** and as a result it has
been or is
* broken in trunk
* broken by those packaging LLVM
* broken in the official
2005 May 12
2
Problem configuring speex 1.1.8
Can you send me the config.log?
Jean-Marc
Le vendredi 13 mai 2005 ? 00:16 +0200, Pierre a ?crit :
> Jean-Marc Valin wrote:
> > What platform (OS, compiler/version)
>
> GNU/Linux
> kernel 2.6.11.8
> gcc 3.4.3
>
> > Also, does it work with no options.
>
> No, I just tried with just "./configure" and I have the same error.
>
>
--
Jean-Marc