Since my build issues are solved, I wanted to see if anyone could help resolve the issue of the missing aqua-gnash executable.

I get the same errors in 0.8.3 (even though I thought aqua was to be disabled in 0.8.3) and in CVS.

<snip>
Making all in gui
 Building: Gnash.app
rm -rf Gnash.app/Contents
mkdir -p Gnash.app/Contents/MacOS
mkdir -p Gnash.app/Contents/Resources
echo "APPL????" > Gnash.app/Contents/PkgInfo
cp Info.plist Gnash.app/Contents/Info.plist
cp -f .libs/aqua-gnash Gnash.app/Contents/MacOS/Gnash
cp: .libs/aqua-gnash: No such file or directory
make[2]: *** [bundle] Error 1


the gui/.libs directory is missing and no aqua-gnash binary can be found. I did attempt a 'make aqua-gnash' in gui with the following results...

nibbler:gui mike$ make aqua-gnash
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -DGUI_AQUA -I../libamf -I../libnet -I../server -I../server/parser -I../server/vm -I../libltdl -I../libbase -I../backend -I../libgeometry -I../libmedia -I../libmedia/ffmpeg -I../libmedia/gst -DLOCALEDIR=\"/usr/local/share/locale\" -DPLUGINSDIR=\"/usr/local/lib/gnash/plugins\" -I/usr/include/libxml2 -I/usr/local/include/boost-1_35 -D_THREAD_SAFE -I/usr/local/include/gstreamer-0.10 -DPKGDATADIR=\"/usr/local/share/gnash\" -DRENDERER_CONFIG=\"ogl\" -DMEDIA_CONFIG=\"gst\" -DTARGET_CONFIG=\"\" -DCONFIG_CONFIG="\"--disable-nls --disable-klash --enable-renderer=ogl --enable-gui=aqua --enable-npapi --enable-nspr\"" -DCXXFLAGS="\"-g -O2 -D_THREAD_SAFE -W -Wall -Wcast-align -Wcast-qual -Wpointer-arith -Wreturn-type -Wnon-virtual-dtor -Wunused -Wextra -ansi \"" -DGUI_CONFIG=\"AQUA\" -framework Carbon -framework ApplicationServices -framework OpenGL -framework AGL -I/System/Library/Frameworks/OpenGL.framework/Headers -g -O2 -D_THREAD_SAFE -W -Wall -Wcast-align -Wcast-qual -Wpointer-arith -Wreturn-type -Wnon-virtual-dtor -Wunused -Wextra -ansi -MT aqua_gnash-gnash.o -MD -MP -MF ".deps/aqua_gnash-gnash.Tpo" -c -o aqua_gnash-gnash.o `test -f 'gnash.cpp' || echo './'`gnash.cpp; \ then mv -f ".deps/aqua_gnash-gnash.Tpo" ".deps/aqua_gnash-gnash.Po"; else rm -f ".deps/aqua_gnash-gnash.Tpo"; exit 1; fi
In file included from gnash.cpp:44:
/usr/local/include/gstreamer-0.10/gst/gst.h:27:18: error: glib.h: No such file or directory
In file included from /usr/local/include/gstreamer-0.10/gst/gst.h:31,
                 from gnash.cpp:44:
/usr/local/include/gstreamer-0.10/gst/gstenumtypes.h:7:25: error: glib-object.h: No such file or directory In file included from /usr/local/include/gstreamer-0.10/gst/gstelementfactory.h:33,
<insert hundreds of gstreamer scope errors here>

Any help or explanation on what I might be doing wrong or why this happens? Thanks.

--
Mike Brancato, CISSP


_______________________________________________
Gnash-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-dev

Reply via email to