thanks for you reply ..
>> Ignore the configure warnings about missing tools for testing, and
install anything that gives you error.
Yes i had previously tried with running ./configure with no options at all
and as you said i got some warnings and error's as well. Error were as below
ERROR: No QT 4.x development package installed!
Install a QT 4.x development environment from
http://trolltech.com
or .deb users: apt-get install qt4-dev-tools
or change to a different gui with --enable-gui=...
ERROR: No KDE 4.x development package installed!
To disable the KDE 4.x gui,
reconfigure using --enable-gui=<list-of-guis>
and omit kde from the list.
When the option --enable-gui=... is omitted,
the default is the same of --enable-gui=kde,gtk
To be able to build the kde 4.x gui,
install version 4.x of the KDE development environment from
http://kde.org
or .deb users: apt-get install kdelibs5-dev
or .rpm users: yum install kdelibs-devel.
ERROR: No JPEG library development package installed!
Install it from http://ijg.org
or .deb users: apt-get install libjpeg-dev
or .rpm users: yum install libjpeg-devel
ERROR: No GIF library development package installed!
Install it from http://sourceforge.net/projects/giflib/
or .deb users: apt-get install libungif-dev
or maybe : apt-get install libgif-dev
or .rpm users: yum install libungif-devel
ERROR: No GTK2 development package installed!
Install it from http://gtk.org
or .deb users: apt-get install libgtk2.0-dev
or .rpm users: yum install gtk2-devel
ERROR: No Pango development package installed!
Install it from http://pango.org
or .deb users: apt-get install libpango1.0-dev
or .rpm users: yum install pango-devel
ERROR: No GLib development package installed!
Install it from http://gtk.org
or .deb users: apt-get install libglib2.0-dev
or .rpm users: yum install glib2-devel
ERROR: No ATK development package installed!
Install it from http://gtk.org
or .deb users: apt-get install libatk1.0-dev
or .rpm users: yum install atk-devel
ERROR: GST media handling requested but gstreamer-0.10+ not found
Install it from http://www.gstreamer.net
or .deb users: apt-get install libgstreamer0.10-dev
or .rpm users: yum install gstreamer-devel
or yast install gstreamer010-devel
ERROR: No SDL development package installed!
Install it from http://www.libsdl.org/download-1.2.php
or .deb users: apt-get install libsdl1.2-dev
or .rpm users: yum install SDL-devel
ERROR: No AGG development package installed!
Install it from http://www.antigrain.com
or .deb users: apt-get install libagg-dev
or .rpm users: yum install agg-devel
ERROR: No BOOST development package installed!
Install it from http://www.boost.org
or .deb users: apt-get install libboost-dev
libboost-thread-dev
or .rpm users: yum install boost-devel
configure: error: Please install required packages
So i installed GTK and boost. After i installed these i have specify their
installed paths as option to
./configure --with-npapi-plugindir
--with-gtk2-incl=/Library/Frameworks/Gtk.framework/Headers
--with-gtk2-lib=/Library/Frameworks/Gtk.framework/Libraries
--with-pango-incl=/Library/Frameworks/Gtk.framework/Headers/pango
--with-pango-lib=/Library/Frameworks/Gtk.framework/Libraries
--with-glib-incl=/Library/Frameworks/GLib.framework/Headers
--with-glib-lib=/Library/Frameworks/GLib.framework/Libraries
--with-atk-incl=/Library/Frameworks/Gtk.framework/Headers/atk
--with-atk-lib=/Library/Frameworks/Gtk.framework/Libraries
--with-boost-incl=/usr/local/boost/include
--with-boost-lib=/usr/local/boost/lib
I again hit a road block with this error "configure: error:
/Library/Frameworks/Gtk.framework/Libraries directory doesn't contain
libgtk-x11-2.0.dylib"
i think with so many errors i have dump using Mac OS X 10.5 try on Ubuntu.
Arjun.
On Tue, Mar 24, 2009 at 2:15 AM, Rob Savoye <[email protected]> wrote:
> Arjun SM wrote:
> >
> > I also ran ./autogen.sh successfully . Although had some errors
> initially
> > with libtool, i found answers in this forum of export NO_LIBTOOLIZE=1 and
> > then running autogen.sh.
>
> You need libtoolize, although I guess I could change things to just
> not built the extensions if it isn't installed.
>
> > What i failed to understand is How i can configure gnash source code as a
> > plugin and install ? I could not figure out the options that is to be
> given
> > with ./configure
>
> By default, you should not need any configure options at all to get a
> working Gnash. Ignore the configure warnings about missing tools for
> testing, and install anything that gives you error.
>
> Chances are the only option you really need is --enable-gui= (use gtk,
> kde, or kde4), or --enable-renderer= (agg or ogl), or --enable-media=
> (ffmpeg or gst). By default you get a gtk, kde3, agg, gst configuration.
>
> - rob -
>
>
_______________________________________________
Gnash-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-dev