On 2013-12-10 08:02-0000 Arjen Markus wrote: > Hi Alan, > > hm, > >> -----Original Message----- >> From: Alan W. Irwin [mailto:[email protected]] >> >> ... >> You can add a platform-specific macro in epa_build as follows: >> ... > > I need at least: > > elseif(CYGWIN) > set(CFLAGS "-DG_OS_WIN32 -D_MSC_VER $ENV{CFLAGS}") > # No changes from defaults required to get perfect test results > # on Cygwin? > set(BUILD_IN_SOURCE 0) > set(BUILD_COMMAND ${EPA_PARALLEL_MAKE_COMMAND}) > > but even then I get a large bunch of error messages.
As expected. In a later e-mail about dissection of the pkg-config case I found a patch that does a lot more concerning G_OS_WIN32 fixups. You have a choice of waiting for me to make that patch part of epa_build (number 2 on my agenda) or following how I dissected the Cygwin package for pkg-config (which I described so I am sure you could follow it) and trying that patch yourself. 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); the Time Ephemerides project (timeephem.sf.net); PLplot scientific plotting software package (plplot.sf.net); the libLASi project (unifont.org/lasi); the Loads of Linux Links project (loll.sf.net); and the Linux Brochure Project (lbproject.sf.net). __________________________ Linux-powered Science __________________________ ------------------------------------------------------------------------------ Sponsored by Intel(R) XDK Develop, test and display web and hybrid apps with a single code base. Download it for free now! http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk _______________________________________________ Plplot-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/plplot-devel
