[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

pdp++ cygwin xp




Hi,

I'm trying to compile pdp++ for cygwin on Windows xp pro sp1.  I've followed 
the directions in Makefile.CYGWIN, but when I try to compile Interviews, the 
compilation exits with the following.  Can anyone point me in the right 
direction?  

Thanks
Josh Brown

----------

$ make
Making all in src
make[1]: Entering directory `/usr/local/iv-15/src'
Making all in lib
make[2]: Entering directory `/usr/local/iv-15/src/lib'
g++ -DHAVE_CONFIG_H -I. -I. -I../include -g -O2 -c OS/file.cpp  -DDLL_EXPORT -
DPIC -o OS/file.lo
OS/file.cpp: In static member function `static osInputFile* 
   osInputFile::open(const osString&)':
OS/file.cpp:220: error: `_open' undeclared (first use this function)
OS/file.cpp:220: error: (Each undeclared identifier is reported only once for 
   each function it appears in.)
make[2]: *** [OS/file.lo] Error 1
make[2]: Leaving directory `/usr/local/iv-15/src/lib'