search for: libswfedit_la

Displaying 2 results from an estimated 2 matches for "libswfedit_la".

2007 Jul 07
1
Compiling swfdec without GTK
...--tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -Wextra -Wno-missing-field-initializers -Wno-unused-parameter -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -DXP_UNIX -I../libswfdec/js -g -O2 -MT libswfedit_la-swfedit_file.lo -MD -MP -MF ".deps/libswfedit_la-swfedit_file.Tpo" -c -o libswfedit_la-swfedit_file.lo `test -f 'swfedit_file.c' || echo './'`swfedit_file.c; \ then mv -f ".deps/libswfedit_la-swfedit_file.Tpo" ".deps/libswfedit_la-swfedit_file.Plo"; el...
2007 Jul 08
0
Cross Compiling swfdec for ARM
...rror: gtk/gtk.h: No such file or directory > > In file included from swfedit_file.h:24, > > from swfedit_file.c:31: > > swfedit_token.h:100: error: expected declaration specifiers or '...' > before > > 'GtkTreeIter' > > make[3]: *** [libswfedit_la-swfedit_file.lo] Error 1 > > make[2]: *** [all-recursive] Error 1 > > make[1]: *** [all-recursive] Error 1 > > make: *** [all] Error 2 > > > Not good. The easy fix is to skip the test directory completely. > (Remove the test dir from the SUBDIRS in Makefile.am and run...