Question wrote: > I'm trying to build Gnash in cygwin, but with no luck.
Hi! So far, builds of Gnash on Windows have only been done with MinGW/MSYS and partiall with MSVC++. Cygwin has not been used. If you want to work through the issues of building under Cygwin and submit a patch, that would be great! I personally don't have the time at the moment to do it myself. > $ make [...] > shm.cpp: In member function `bool gnash::Shm::attach(const char*, bool)': > shm.cpp:202: error: `IPC_CREAT' undeclared (first use this function) > shm.cpp:202: error: (Each undeclared identifier is reported only once > for each function it appears in.) > shm.cpp:216: error: `shmget' undeclared (first use this function) > shm.cpp:317: error: `shmat' undeclared (first use this function) > shm.cpp:377: error: `shmdt' undeclared (first use this function) > make[2]: *** [libgnashbase_la-shm.lo] Error 1 -- Dossy Shiobara | [email protected] | http://dossy.org/ Panoptic Computer Network | http://panoptic.com/ "He realized the fastest way to change is to laugh at your own folly -- then you can let go and quickly move on." (p. 70) _______________________________________________ Gnash-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash-dev

