gnash-dev
[Top][All Lists]
Advanced

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

[Gnash-dev] Need help to build Gnash in cygwin


From: Question
Subject: [Gnash-dev] Need help to build Gnash in cygwin
Date: Thu, 8 Jan 2009 18:40:54 +0800

Hi,all
       I'm trying to build Gnash in cygwin, but with no luck.
./configure --enable-jemalloc --enable-allstatic --enable-renderer=ogl --disable-plugins --enable-gui=sdl
 I got no errors but with some warnings.& it says "Gnash should still compile even with these warnings.  If it doesn't, report the warnings as a bug.", so I come here for help.
Errors are something like this:

$ make
make  all-recursive
make[1]: Entering directory `/cygdrive/d/gnash-0.8.4'
Making all in libbase
make[2]: Entering directory `/cygdrive/d/gnash-0.8.4/libbase'
/bin/sh ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..  -DPLUGINSDIR=\"/usr/local/lib/gnash/plugins\" -DSYSCONFDIR=\"/usr/local/etc\" -I../libnet -I../liba
mf -I../libcore -I../libcore/swf -mthreads -I/usr/include/libxml2 -I/usr/include/libpng12     -I/usr/local/include/gstreamer-0.10    -I/usr/include/boost-1_33_1 -I../libltdl
  -g -O2 -mthreads -mthreads     -W     -Wall     -Wcast-align     -Wcast-qual     -Wpointer-arith     -Wreturn-type     -Wnon-virtual-dtor     -Wunused      -MT libgnashbase_
la-shm.lo -MD -MP -MF .deps/libgnashbase_la-shm.Tpo -c -o libgnashbase_la-shm.lo `test -f 'shm.cpp' || echo './'`shm.cpp
 g++ -DHAVE_CONFIG_H -I. -I.. -DPLUGINSDIR=\"/usr/local/lib/gnash/plugins\" -DSYSCONFDIR=\"/usr/local/etc\" -I../libnet -I../libamf -I../libcore -I../libcore/swf -mthreads -I/
usr/include/libxml2 -I/usr/include/libpng12 -I/usr/local/include/gstreamer-0.10 -I/usr/include/boost-1_33_1 -I../libltdl -g -O2 -mthreads -mthreads -W -Wall -Wcast-align -Wcas
t-qual -Wpointer-arith -Wreturn-type -Wnon-virtual-dtor -Wunused -MT libgnashbase_la-shm.lo -MD -MP -MF .deps/libgnashbase_la-shm.Tpo -c shm.cpp  -DPIC -o .libs/libgnashbase_l
a-shm.o
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
make[2]: Leaving directory `/cygdrive/d/gnash-0.8.4/libbase'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/cygdrive/d/gnash-0.8.4'
make: *** [all] Error 2

--
>: ~

reply via email to

[Prev in Thread] Current Thread [Next in Thread]