Closed GoogleCodeExporter closed 9 years ago
Hey Deji,
I (though I had) dropped the dependency on any lib with gnome in the name
(gnome-vfs,
gnome-ui, etc.) when I switched to gio. I may have to check again, but I'm
pretty
sure I'm not using any gnome libs.
I'm on intrepid so can't reproduce the error you get. Could you send me the
compilation error message please so I can track down the offending code? At
least it
should be in main.c
Original comment by bertol...@gmail.com
on 4 Feb 2009 at 8:06
Hi,
I've cut out the error portion below;
>>
/builddir/build/BUILD/file-browser-applet-0.6.0/src/main.c: In function
'file_browser_applet_display_about_dialog':
/builddir/build/BUILD/file-browser-applet-0.6.0/src/main.c:100: warning:
implicit
declaration of function 'gnome_program_locate_file'
/builddir/build/BUILD/file-browser-applet-0.6.0/src/main.c:100: error:
'GNOME_FILE_DOMAIN_PIXMAP' undeclared (first use in this function)
/builddir/build/BUILD/file-browser-applet-0.6.0/src/main.c:100: error: (Each
undeclared identifier is reported only once
/builddir/build/BUILD/file-browser-applet-0.6.0/src/main.c:100: error: for each
function it appears in.)
/builddir/build/BUILD/file-browser-applet-0.6.0/src/main.c:100: warning:
assignment
makes pointer from integer without a cast
make[2]: *** [src/CMakeFiles/file-browser-applet.dir/main.o] Error 1
make[2]: Leaving directory
`/builddir/build/BUILD/file-browser-applet-0.6.0/fedora'
make[1]: *** [src/CMakeFiles/file-browser-applet.dir/all] Error 2
make[1]: Leaving directory
`/builddir/build/BUILD/file-browser-applet-0.6.0/fedora'
make: *** [all] Error 2
<<
Original comment by dakin...@gmail.com
on 4 Feb 2009 at 8:47
Deji,
Fix is in svn.
Got rid of gnome_program_locate_file. The only other thing that relies on any
Gnome
lib is gnome_help_display_desktop_on_screen, but its disabled by default. So, it
should compile fine now.
Please try it out and let me know.
Thanks.
Original comment by bertol...@gmail.com
on 8 Feb 2009 at 8:06
Closing...
Original comment by bertol...@gmail.com
on 13 Feb 2009 at 11:46
Original issue reported on code.google.com by
dakin...@gmail.com
on 4 Feb 2009 at 6:23Attachments: