This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: cygwin Digest 13 Sep 2002 20:42:51 -0000 Issue 2223


cygwin-digest-help@cygwin.com schrieb:
Von "Gerrit P. Haase" <freeweb@nyckelpiga.de>
Datum: Fri, 13 Sep 2002 18:19:52 +0200
An: "Patrick J. LoPresti" <patl@curl.com>
>
There is an initial port of libwin32 available, well it sure needs some
more work, i.e. the ODBC module does not pass the test.  Try it, apply
the patch to the 0.18 version:
http://iokaste.koeln.convey.de/cywgin/libwin32/libwin32-0.18-2-cygwin.patch
http://iokaste.koeln.convey.de/cywgin/libwin32/README
Looks for me as an mingw patch, at least not suitable for the plain normal cygwin-multi perl-5.6.1

I fixed some errors by myself but stopped somewhere in the middle.
* no \t in the clean:: postamble sections of two makefiles.
* not enough hints/cygwin.pl files.
e.g. for APIFile it needs a
$self->{LIBS} = ['-L/usr/lib/mingw -lmsvcrt40'];
plus some fixes in File.xs:
IsContainerPartition() should be commented out
and:

#ifdef __CYGWIN__
# define win32_get_osfhandle _get_osfhandle
# define win32_open_osfhandle _open_osfhandle
#endif
....


--
Reini Urban
http://xarch.tu-graz.ac.at/home/rurban/


--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]