Hi Alan,

hm,

> -----Original Message-----
> From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca]
>
> ...
> 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. I will send you the entire 
output from make,
but here is an excerpt:

/cygdrive/d/plplot-svn/build-cygwin-epa/epa_build/Source/build_pkg-config/glib/glib/gdir.c:60:3:
 error: unknown type name '_WDIR'
   _WDIR *wdirp;
...
/cygdrive/d/plplot-svn/build-cygwin-epa/epa_build/Source/build_pkg-config/glib/glib/win_iconv.c:792:18:
 error: '_errno' undeclared (first use in this function)
     cd->_errno = _errno;
...
/cygdrive/d/plplot-svn/build-cygwin-epa/epa_build/Source/build_pkg-config/glib/glib/gdir.c:224:30:
 error: dereferencing pointer to incomplete type
       && (0 == wcscmp (wentry->d_name, L".") ||
...
/cygdrive/d/plplot-svn/build-cygwin-epa/epa_build/Source/build_pkg-config/glib/glib/gconvert.c:
 At top level:
/cygdrive/d/plplot-svn/build-cygwin-epa/epa_build/Source/build_pkg-config/glib/glib/gconvert.c:62:2:
 error: #error GNU libiconv in use but included iconv.h not from libiconv
 #error GNU libiconv in use but included iconv.h not from libiconv

It would seem we need yet another patch ...

Regards,

Arjen



DISCLAIMER: This message is intended exclusively for the addressee(s) and may 
contain confidential and privileged information. If you are not the intended 
recipient please notify the sender immediately and destroy this message. 
Unauthorized use, disclosure or copying of this message is strictly prohibited. 
The foundation 'Stichting Deltares', which has its seat at Delft, The 
Netherlands, Commercial Registration Number 41146461, is not liable in any way 
whatsoever for consequences and/or damages resulting from the improper, 
incomplete and untimely dispatch, receipt and/or content of this e-mail.

------------------------------------------------------------------------------
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
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to