gnash
[Top][All Lists]
Advanced

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

Re: [Gnash] [Q] Build on MacOS X


From: JongAm Park
Subject: Re: [Gnash] [Q] Build on MacOS X
Date: Fri, 16 Nov 2007 22:53:32 -0800
User-agent: Thunderbird 2.0.0.6 (Macintosh/20070728)

Thank you for your answer, and I would like to appreciate others who answered also.

The configure parameter I used is :

./configure --prefix=/sw/usr/local --with-boost-incl=/opt/local/include/boost-1_34_1 --with-boost-lib=/opt/local/lib --with-ffmpeg-incl=/sw/usr/local/include --with-ffmpeg-lib=/sw/usr/local/lib --with-expat-incl=/opt/local/include --with-expat-lib=/opt/local/lib --with-jpeg-incl=/opt/local/include --with-jpeg-lib=/opt/local/lib --disable-kparts --enable-renderer=ogl --enable-gui=aqua

The build error is :

make[2]: Nothing to be done for `all'.
Making all in utilities
make[2]: Nothing to be done for `all'.
Making all in gui
WARNING: Install QT's moc tool! Linking to default MOC file
make  all-am
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
strip -S gnash
strip: can't open file: /Users/jongampark/Project/OpenSource/gnash-0.8.1/gui/gnash (No such file or directory)
make[3]: *** [bundle] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

Hope it helps.

Thank you.

Bastiaan Jacques wrote:


On Thu, 15 Nov 2007, JongAm Park wrote:

I tried building the Gnash on MacOS X. When the makefile tried building the source code, it tried stripping gnash binary after it makes Gnash.app bundle. It means that it couldn't build the gnash binary, which was going to be copied to the Gnash.app bundle.

Just a hunch: try make -C gui gnash

I don't completely follow your description here; perhaps the actual
output from the build process could clarify. That said...

I provided aqua for it gui in its ./configure parameter.
Can anyone tell me how to fix this problem?

I am sorry to report that the native Aqua GUI is very much experimental
at this stage. Although there is an implementation, I haven't been able
to test it because I still don't understand Aqua / Carbon bundles.

In short, use at your own risk and expect to hit issues.

However, I have previously been able to run Gnash with the SDL GUI on
OSX; I think the instructions strk linked to would lead you there without too much trouble. SDL has the downside that it has no menu and of course it doesn't integrate into your browser. On the other hand, neither does the Aqua GUI at this point. :)

Have fun,

Bastiaan





reply via email to

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