Re: [cmake-developers] Incomplete gfortran library link command sometimes mysteriously occurs with MinGW/MSYS on Wine-1.5.15 platform

2012-10-23 Thread Alan W. Irwin
link and good link cases, I would be willing to do any additional experiments here they request to help see what is going wrong with the downloaded binary Windows version of CMake on Wine. Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics

Re: [cmake-developers] Incomplete gfortran library link command sometimes mysteriously occurs with MinGW/MSYS on Wine-1.5.15 platform

2012-10-23 Thread Alan W. Irwin
binary version of CMake, but my expectation is the result will be the same (bootstrapped CMake generates the correct Fortran link command while the downloaded Windows binary version does not). But we will see. Alan __ Alan W. Irwin Astronomical research affiliation

Re: [cmake-developers] Incomplete gfortran library link command sometimes mysteriously occurs with MinGW/MSYS on Wine-1.5.15 platform

2012-10-22 Thread Alan W. Irwin
On 2012-10-19 13:39-0400 Bill Hoffman wrote: On 10/19/2012 1:24 PM, Alan W. Irwin wrote: So far this morning there have been no takers, but I hope that changes since I am really stumped by CMake _intermittently_ not issuing the correct link command for libraries with no consistent pattern I

[cmake-developers] Incomplete gfortran library link command sometimes mysteriously occurs with MinGW/MSYS on Wine-1.5.15 platform

2012-10-19 Thread Alan W. Irwin
any help you could give me with this issue would be much appreciated. Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming affiliations with the FreeEOS equation

Re: [cmake-developers] Incomplete gfortran library link command sometimes mysteriously occurs with MinGW/MSYS on Wine-1.5.15 platform

2012-10-19 Thread Alan W. Irwin
On 2012-10-19 02:18-0700 Alan W. Irwin wrote: So this has been a long, sad, and continuing saga where I still haven't pinned down exactly why on some occasions CMake generates incomplete link commands for Fortran libraries. However, my feeling at this stage is the complete or incomplete

Re: [cmake-developers] Incomplete gfortran library link command sometimes mysteriously occurs with MinGW/MSYS on Wine-1.5.15 platform

2012-10-19 Thread Alan W. Irwin
it. Again: Can you write a script that would reproduce the problem for us here if we ran the script? (Even if the project that it has to build is complex...) Yes, and I will try to get back to you ASAP with that. Thanks, again, for that offer! Alan __ Alan W. Irwin

Re: [cmake-developers] ReactOS: Important filed bug reports went to backlog en masse

2012-08-13 Thread Alan W. Irwin
of unresolved bugs on the bugtracker and asking for volunteers to help with evaluation of those. Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming affiliations

Re: [cmake-developers] ReactOS: Important filed bug reports went to backlog en masse

2012-08-13 Thread Alan W. Irwin
be considerably eased if you also put a prominent announcement of what the backlog classification means on the first page of the bug tracker. Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria

Re: [cmake-developers] Documented property IMPORTED_LOCATION does not exist

2012-01-25 Thread Alan W. Irwin
IMPORTED_LOCATION in export modules reliably regardless of how CMAKE_BUILD_TYPE is set (or not set) or to change the documentation of IMPORTED_LOCATION to indicate it is not always reliably set for imported targets and urge the reader to use LOCATION instead. Alan __ Alan W. Irwin

Re: [cmake-developers] Documented property IMPORTED_LOCATION does not exist

2012-01-24 Thread Alan W. Irwin
On 2012-01-24 06:28+0100 Michael Wild wrote: On 01/24/2012 05:50 AM, Alan W. Irwin wrote: The documentation you get from cmake --help-full refers to the IMPORTED_LOCATION property as one of the more important ones set for imported targets. I have to agree that location is the most important

[cmake-developers] Documented property IMPORTED_LOCATION does not exist

2012-01-23 Thread Alan W. Irwin
__ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming affiliations with the FreeEOS equation-of-state implementation for stellar interiors (freeeos.sf.net); the Time Ephemerides

Re: [cmake-developers] branch HandleCMAKE_CXX_COMPILER_ARG1InEclipse for 2.8.6 ?

2011-10-01 Thread Alan W. Irwin
of the developers. Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming affiliations with the FreeEOS equation-of-state implementation for stellar interiors (freeeos.sf.net

Re: [cmake-developers] cmake-2.8.5 build error on the MinGW/MSYS/wine platform

2011-09-16 Thread Alan W. Irwin
Hi Clint: There are questions for you below concerning where system header information in the Wine environment is located. On 2011-09-15 14:34-0700 Alan W. Irwin wrote: Of course, Wine _might_ be at fault here for not #defining _SSIZE_T_DEFINED when ssize_t is typedefed

Re: [cmake-developers] cmake-2.8.5 build error on the MinGW/MSYS/wine platform

2011-09-16 Thread Alan W. Irwin
, and I can let some expert Kitware employee deal with this issue who presumably has a large desire to have builds of CMake with recent MinGW/MSYS actually work on all Microsoft Windows platforms. Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics

Re: [cmake-developers] cmake-2.8.5 build error on the MinGW/MSYS/wine platform

2011-09-16 Thread Alan W. Irwin
to the rescue there). Anyhow, I am very glad that the CMake code finally has a solution for this issue! Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming affiliations

Re: [cmake-developers] cmake-2.8.5 build error on the MinGW/MSYS/wine platform

2011-09-15 Thread Alan W. Irwin
On 2011-09-14 21:54-0700 Alan W. Irwin wrote: On 2011-09-01 05:45-0700 Alan W. Irwin wrote: On 2011-08-28 14:34-0400 Bill Hoffman wrote: Can you try and build CMake 2.8.4, then 2.8.3 and see what happens? [...]I thought wine-1.3.27 might have been to culprit, but it turns out I was just

Re: [cmake-developers] cmake-2.8.5 build error on the MinGW/MSYS/wine platform

2011-09-15 Thread Alan W. Irwin
On 2011-09-15 09:22-0400 Brad King wrote: On 9/15/2011 4:12 AM, Alan W. Irwin wrote: To eliminate the latter possibility, could somebody please try to build cmake with the MSYS Makefiles generator on Windows? We have a dashboard for this. I build that all the time on my own machine too

Re: [cmake-developers] cmake-2.8.5 build error on the MinGW/MSYS/wine platform

2011-09-15 Thread Alan W. Irwin
On 2011-09-15 09:27-0400 Bill Hoffman wrote: On 9/15/2011 4:12 AM, Alan W. Irwin wrote: That automatic installer (available at http://sourceforge.net/projects/mingw/files/Automated MinGW Installer/mingw-get-inst/) literally takes about 5 minutes to download and install all of MinGW/MSYS

Re: [cmake-developers] cmake-2.8.5 build error on the MinGW/MSYS/wine platform

2011-09-15 Thread Alan W. Irwin
On 2011-08-27 16:22-0700 Alan W. Irwin wrote: If you compare the types of archive_read_data and archive_read_data_into_buffer in archive_read.c versus archive.h, the *.c versions are ssize_t archive_read_data(struct archive *_a, void *buff, size_t s) int archive_read_data_into_buffer(struct

Re: [cmake-developers] cmake-2.8.5 build error on the MinGW/MSYS/wine platform

2011-09-14 Thread Alan W. Irwin
On 2011-09-01 05:45-0700 Alan W. Irwin wrote: On 2011-08-28 14:34-0400 Bill Hoffman wrote: Can you try and build CMake 2.8.4, then 2.8.3 and see what happens? Given many hours of computer time (remember the severe latency issue), yes. I will get to this eventually, but other projects

Re: [cmake-developers] cmake-2.8.5 build error on the MinGW/MSYS/wine platform

2011-09-01 Thread Alan W. Irwin
using the latest MinGW/MSYS stack you install with the automatic installer ??? Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming affiliations with the FreeEOS equation

[cmake-developers] cmake-2.8.5 build error on the MinGW/MSYS/wine platform

2011-08-27 Thread Alan W. Irwin
on Microsoft Windows to build cmake-2.8.5? It is possible the same build-time error will show up under those conditions. Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming

Re: [cmake-developers] [CMake 0012374]: DESTDIR is not documented

2011-08-01 Thread Alan W. Irwin
unclutter bugtracker. Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming affiliations with the FreeEOS equation-of-state implementation for stellar interiors

Re: [cmake-developers] [wishlist BUG?] limit on the length of the CFLAGS environment variable too small?

2011-07-31 Thread Alan W. Irwin
On 2011-07-31 09:11-0400 Brad King wrote: On 7/30/2011 3:52 AM, Alan W. Irwin wrote: CMakeFiles/cmTryCompileExec.dir/flags.make:6: *** missing separator. Stop. [snip] That missing separator issue makes me think I may be running into some length limit with cmake. The error is coming

Re: [cmake-developers] [CMake 0012301]: CMAKE_BUILD_TYPE not set on MinGW

2011-06-23 Thread Alan W. Irwin
many Qt4/MinGW problems. Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming affiliations with the FreeEOS equation-of-state implementation for stellar interiors

Re: [cmake-developers] [CMake 0012301]: CMAKE_BUILD_TYPE not set on MinGW

2011-06-22 Thread Alan W. Irwin
in the next several weeks, but I could start those tests earlier if it would clarify some of the issues you discovered for the case when CMAKE_BUILD_TYPE was not set manually. Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy

Re: [cmake-developers] [CMake 0012280]: FindSWIG won't find swig 1.3

2011-06-16 Thread Alan W. Irwin
in the world does find_package(SWIG) work at all for both my Linux and wine platforms? Or to put it another way, for what platforms (with swig-1.3) will this bug be triggered (until the fix goes into a release)? Alan __ Alan W. Irwin Astronomical research affiliation

Re: [cmake-developers] I want to use CMake in Solaris10 x86

2011-06-13 Thread Alan W. Irwin
tree directory following the directions in Readme.txt in that directory). Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming affiliations with the FreeEOS equation

Re: [cmake-developers] CMake 2.8.5-rc1 ready for testing!

2011-05-25 Thread Alan W. Irwin
or compiler flags. Once there is a proper fix for 9220, I would be happy to help test it. Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming affiliations with the FreeEOS

Re: [cmake-developers] CMake to GMake issues

2011-01-24 Thread Alan W. Irwin
package by not being able to use these commands at make time. Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming affiliations with the FreeEOS equation-of-state

Re: [cmake-developers] Using cmake pkg-config-like in non-cmake builds

2010-11-22 Thread Alan W. Irwin
data into any other form that developers might like including dumping those data directly to the command line as in your proof of concept above. Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria

Re: [cmake-developers] Add support for IAR compilers

2010-10-17 Thread Alan W. Irwin
find that Wine/CMake/IAR also works well. Anyhow, it is worth a try since it is a good feeling to have Windows-workalike platform testing under your own hands to complement proprietary Windows platform testing done by others. Alan __ Alan W. Irwin Astronomical research

[cmake-developers] CMake code style

2010-09-20 Thread Alan W. Irwin
?view=log and http://plplot.svn.sourceforge.net/viewvc/plplot/trunk/scripts/style_source.sh?view=log. Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming affiliations

Re: [cmake-developers] fphsa capitalization

2010-08-14 Thread Alan W. Irwin
as a prefix for the variables set by that find module. My hope is that with the conversion pain removed, Alex would be willing to go along with the exact case naming convention so that solving the current naming convention mess is not delayed too much longer. Alan __ Alan W. Irwin

<    1   2   3