[cmake-developers] [CMake 0015131]: trace.c, line 219: error: identifier redeclared: trace_strbuf

2014-09-06 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=15131 == Reported By:dev Assigned To:

Re: [cmake-developers] [CMake 0015131]: trace.c, line 219: error: identifier redeclared: trace_strbuf

2014-09-06 Thread dev
well this is a new one on me ... totally wrong mantis site .. nice bug report however. someone delete this and taser me :-( On September 6, 2014 at 3:19 PM Mantis Bug Tracker man...@public.kitware.com wrote: The following issue has been SUBMITTED.

[cmake-developers] [CMake 0015132]: find_library retrieves libraries from $PATH even when they can be found in the proper locations.

2014-09-06 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=15132 == Reported By:Greg Jung Assigned To:

[cmake-developers] [CMake 0015131]: trace.c, line 219: error: identifier redeclared: trace_strbuf

2014-09-06 Thread Mantis Bug Tracker
The following issue has been DELETED. == Reported By:dev Assigned To: == Project:CMake Issue ID:

[cmake-developers] [CMake 0015131] DELETED.

2014-09-06 Thread dev
thank you ... I clearly have too many software tasks going on here -- Original Message -- From: Mantis Bug Tracker man...@public.kitware.com To: cmake-developers@cmake.org Date: September 6, 2014 at 4:12 PM Subject: [cmake-developers] [CMake 0015131]: trace.c, line 219: error:

[cmake-developers] [CMake 0015133]: CMake 3.0.1 shows Segmentation Fault after installation under Cygwin64 on Windows7

2014-09-06 Thread Mantis Bug Tracker
FieldChange == 2014-09-06 21:27 N. ThompsonNew Issue 2014-09-06 21:27 N. ThompsonFile Added: cmake-3.0.1-cygwin64-failed-install-log-20140906.log

Re: [CMake] ctest/cdash question

2014-09-06 Thread Biddiscombe, John A.
David Of course. So simple, I just tried it and it works, that will save me a lot of script tweaking. Thanks very much JB On 06/09/14 03:18, David Cole dlrd...@aol.com wrote: Not off topic at all. Try start, test, submit, test, submit. Should work. Start is the thing that writes a new

Re: [CMake] How to build and reference dlopen-able libraries?

2014-09-06 Thread Hendrik Sattler
On 6. September 2014 05:49:44 MESZ, J Decker d3c...@gmail.com wrote: you'll need separate includes for dlopen thing, because you'll need the functions declares are pointers... Not really void (*f)( void ); or typedefed as functions typedef void (*some_function_type)( void ); some_function_type

Re: [CMake] How to build and reference dlopen-able libraries?

2014-09-06 Thread J Decker
And without defining variables to get the functions stored into, how do you propose to actually use the functions loaded? Standard headers will provide prototypes, but those will be useless. On Sat, Sep 6, 2014 at 12:58 AM, Hendrik Sattler p...@hendrik-sattler.de wrote: On 6. September 2014

Re: [CMake] ctest/cdash question

2014-09-06 Thread David Cole via CMake
You're welcome. One caveat to mention with this sort of submit pattern (submitting multiple build or test chunks to a single row on the CDash dashboard) is that it messes up the incremental +n/-n compare-to-previous-submission numbers of build warnings and errors, and number of test passes

Re: [CMake] ctest/cdash question

2014-09-06 Thread Biddiscombe, John A.
David OK, understood. Currently, the buildbot is running 145 unit tests, then 52 regression tests in separate steps, every dashboard line has +145 and -52 respectively so the +/- numbers can’t get much worse! My dashboard is 1.8.2 which dates back a few years. Just seeing the red/green (and one

[CMake] Get Visual Studio target Arch

2014-09-06 Thread Alexey Petruchik
I want to use different library folders for x64/x86/arm architectures. Cmake has different generators for each arch: Visual Studio 12 2013, Visual Studio 12 2013 ARM, Visual Studio 12 2013 Win64. Is there any cmake var to get visual studio target arch? CMAKE_SYSTEM_PROCESSOR is always AMD64 for me

Re: [CMake] Useful extensions for CMake blog post

2014-09-06 Thread Fraser Hutchison
Indeed! On 05/09/2014 20:09, David Cole via CMake wrote: Wow. -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each

Re: [CMake] Ctest building with Multiple Processors

2014-09-06 Thread Michael Jackson
Is there a blog or other web site that would walk me through setting up a Build Bot on Windows for automated building/testing and submission to CDash? Thanks Mike Jackson On Sep 5, 2014, at 2:40 PM, Bill Hoffman bill.hoff...@kitware.com wrote: On 9/5/2014 11:49 AM, Chuck Atkins wrote: