On 06/21/2010 02:13 PM, Rumán Sándor wrote: > On Mon, 21 Jun 2010 22:55:52 +0200 > Rumán Sándor <[email protected]> wrote: > > >> On Mon, 21 Jun 2010 01:19:14 -0700 >> Chris Ohmstede <[email protected]> wrote: >> >> >>> Hi, I've been using swfextract for a while and, being lazy as I >>> am, finally wrote a gui front end for it so I won't have to write >>> any more scripts. In the spirit of open source, I've released it >>> onto sourceforge. Here's the link if you're interested: >>> https://sourceforge.net/projects/flashextractor/ >>> >>> I pretty much use Linux exclusively any more so that's the only OS >>> I've used it in. I suppose it would work in any OS with GTK+ and >>> gnome libraries installed but no guarantees. Anyway, hope you >>> find it useful. >>> >>> Chris >>> >>> >> Hi, it's a good work, but I can't install it onto my Ubuntu 8.04. I >> got this in configure phase: >> > Now ./configure run correctly, because I installed the missing > gnome-vfs and gconf. In the make phase I got this > > ========================================================= > sa...@localhost:/progik/linux-progik/FlashExtractor-1.0.2$ make > Making all in src > make[1]: Entering directory > `/progik/linux-progik/FlashExtractor-1.0.2/src' g++ > -DPACKAGE_NAME=\"FlashExtractor\" > -DPACKAGE_TARNAME=\"flashextractor\" -DPACKAGE_VERSION=\"1.0.1\" > -DPACKAGE_STRING=\"FlashExtractor\ 1.0.1\" -DPACKAGE_BUGREPORT=\"\" > -DPACKAGE=\"flashextractor\" -DVERSION=\"1.0.1\" -I. -pthread > -DORBIT2=1 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include > -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 > -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include > -I/usr/include/freetype2 -I/usr/include/libpng12 > -I/usr/include/pixman-1 -I/usr/include/gnome-vfs-2.0 > -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/gconf/2 > -I/usr/include/orbit-2.0 -g -O2 -MT main.o -MD -MP > -MF .deps/main.Tpo -c -o main.o main.cpp mv > -f .deps/main.Tpo .deps/main.Po g++ -DPACKAGE_NAME=\"FlashExtractor\" > -DPACKAGE_TARNAME=\"flashextractor\" -DPACKAGE_VERSION=\"1.0.1\" > -DPACKAGE_STRING=\"FlashExtractor\ 1.0.1\" -DPACKAGE_BUGREPORT=\"\" > -DPACKAGE=\"flashextractor\" -DVERSION=\"1.0.1\" -I. -pthread > -DORBIT2=1 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include > -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 > -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include > -I/usr/include/freetype2 -I/usr/include/libpng12 > -I/usr/include/pixman-1 -I/usr/include/gnome-vfs-2.0 > -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/gconf/2 > -I/usr/include/orbit-2.0 -g -O2 -MT viewswfmain.o -MD -MP > -MF .deps/viewswfmain.Tpo -c -o viewswfmain.o viewswfmain.cpp > viewswfmain.cpp: In member function ‘void > ViewSWFMain::clearCountersAndControlsOutsideThread()’: > viewswfmain.cpp:676: error: ‘gtk_adjustment_get_lower’ was not > declared in this scope viewswfmain.cpp: In member function ‘void > ViewSWFMain::disableExtractWidgets()’: viewswfmain.cpp:1342: error: > ‘gtk_menu_item_set_label’ was not declared in this scope > viewswfmain.cpp: In member function ‘void > ViewSWFMain::enableExtractWidgetsOutsideThread()’: > viewswfmain.cpp:1425: error: ‘gtk_menu_item_set_label’ was not > declared in this scope make[1]: *** [viewswfmain.o] Error 1 make[1]: > Leaving directory `/progik/linux-progik/FlashExtractor-1.0.2/src' > make: *** [all-recursive] Error 1 > ==================================================== > >> Please, help me! What did I do wrong? >> >> > >
Hi Rumán hmmm. I'm surprise to see this at the point of make. can you please check to see that you have the package: Developement files for the GTK+ library libgtk2.0-dev installed? I'm sure you already know, but it can be found at: Get Software > Developer Tools > Libraries If this doesn't fix it, we'll dig deeper. Sorry for the trouble. Chris
