Antwort: Re: CYGWIN: make error

2003-07-28 Thread Berthold . Ruth
EMAIL PROTECTED] | | Kopie:[EMAIL PROTECTED] | | Thema: Re: CYG

Re: CYGWIN: make error

2003-07-18 Thread Elfyn McBratney
> > I try to convert a Unix C++ program to cygwin. > > During compilation I got the error messages: > > ---> usr/include/sys/statvfs.h ../usr/include/sys/features_tests.h > > ../usr/include/sys/isa_devs.h > > > > not found/not defined ... statvfs.h does not exist on Cygwin, there is [/usr/include

Re: CYGWIN: make error

2003-07-18 Thread Sagar Shah
are the file in /usr/include/sys, if yes than try to hard code the in program as #include "/usr/include/sys/$filename.h" Regards Sagar - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 18, 2003 2:31 AM Subject: CYGWIN: make error > Hallo Everyone

RE: [CYGWIN] make error during PostgreSQL installation on windowsusingcygwin

2002-11-27 Thread Godson Retna
, November 27, 2002 6:23 PM To: Godson Retna Cc: [EMAIL PROTECTED]; Cygwin Subject: Re: [CYGWIN] make error during PostgreSQL installation on windowsusingcygwin Godson, On Tue, Nov 26, 2002 at 01:03:00PM +0530, Godson Retna wrote: > $ initdb -D /usr/share/postgresql/data > The files belong

Re: [CYGWIN] make error during PostgreSQL installation on windowsusingcygwin

2002-11-27 Thread Jason Tishler
Godson, On Tue, Nov 26, 2002 at 01:03:00PM +0530, Godson Retna wrote: > $ initdb -D /usr/share/postgresql/data > The files belonging to this database system will be owned by user "Administrator". > This user must also own the server process. > > [snip] > creating template1 database in /usr/share/