You are not logged in.
I try to build a Package for fly-bird with the PKGBUILD from AUR.
while compiling I get some errors.
scons: Reading SConscript files ...
Checking for vte ... yes
Checking for libgnomeui-2.0 >= 1.110.0 ... yes
Checking for eel-2.0 ... yes
Checking for gnome-desktop-2.0 ... yes
Checking for gtk+-2.0 >= 2.8 ... yes
Checking for gnome-vfs-2.0 >= 2.10 ... yes
Checking for C header file sys/statvfs.h... yes
Build config.h file ... Done
scons: done reading SConscript files.
scons: Building targets ...
gcc -o src/accel.o -c -DORBIT2=1 -pthread -pthread -I./ -g -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -
...
...
src/file-property.c:18:46: error: eel/eel-mime-application-chooser.h: No such file or directory
src/file-property.c: In function 'file_property_show_dialog':
src/file-property.c:111: warning: assignment makes pointer from integer without a cast
src/file-property.c:113: warning: assignment makes pointer from integer without a cast
scons: *** [src/file-property.o] Error 1
scons: building terminated because of errors.
...
...
...
...
scons: Reading SConscript files ...
scons: done reading SConscript files.
scons: Building targets ...
gcc -o src/file-property.o -c -DORBIT2=1 -pthread -pthread -I./ -g -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/g
...
...
src/file-property.c:18:46: error: eel/eel-mime-application-chooser.h: No such file or directory
src/file-property.c: In function 'file_property_show_dialog':
src/file-property.c:111: warning: assignment makes pointer from integer without a cast
src/file-property.c:113: warning: assignment makes pointer from integer without a cast
scons: *** [src/file-property.o] Error 1
scons: building terminated because of errors.
Offline
need eel-2.20 . I reported to developer and i hope to be fixed in the next release , i have a pkgbuild for svn version but with the same problem for moment
Offline
Hmm, ok.
So we have to wait till it's fixed in the fly-bird sources or downgrade eel to version 2.20, right?
Offline
need eel-2.20 . I reported to developer and i hope to be fixed in the next release , i have a pkgbuild for svn version but with the same problem for moment
any news?
could you post the svn PKGBUILD, please?
Offline
Last edited by fancris3 (2008-05-27 06:45:23)
Offline