XFce4-Appfinder preview

Joe Klemmer klemmerj at webtrek.com
Mon Feb 2 21:59:58 CET 2004


On Mon, 2004-02-02 at 15:19, Eduard Roccatello wrote:

> This is a little preview of what i'm working on :-)
> Please test it and report bugs/feature request/issues
> 
> http://www.roccatello.it/eduard/xfce4-appfinder-0.1.0.tar.gz

	FYI, the spec file in the tarball is for xfce4-iconbox.

	When I tried to manually compile it I got lots of errors on the
screen.  I've attached the output of make.

-- 
Akebono vs Godzilla!  Coming soon to a theater near you.
-------------- next part --------------
make  all-recursive
make[1]: Entering directory `/home/klemmerj/src/install/xfce4-appfinder-0.1.0'
Making all in src
make[2]: Entering directory `/home/klemmerj/src/install/xfce4-appfinder-0.1.0/src'
if gcc -DHAVE_CONFIG_H -I. -I. -I..    -I.. -DLOCALEDIR=\"\" -I/usr/X11R6/include -I/usr/include/xfce4 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/atk-1.0   -g -O2 -MT xfce4_appfinder-main.o -MD -MP -MF ".deps/xfce4_appfinder-main.Tpo" \
  -c -o xfce4_appfinder-main.o `test -f 'main.c' || echo './'`main.c; \
then mv -f ".deps/xfce4_appfinder-main.Tpo" ".deps/xfce4_appfinder-main.Po"; \
else rm -f ".deps/xfce4_appfinder-main.Tpo"; exit 1; \
fi
main.c:6:45: libxfce4util/xfce_desktop_entry.h: No such file or directory
main.c: In function `cb_searchentry':
main.c:88: warning: passing arg 1 of `gtk_tree_view_get_model' from incompatible pointer type
main.c:88: warning: passing arg 1 of `gtk_list_store_clear' from incompatible pointer type
main.c:91: warning: assignment makes pointer from integer without a cast
main.c:94: warning: passing arg 1 of `gtk_scrolled_window_add_with_viewport' from incompatible pointer type
main.c:95: warning: passing arg 1 of `gtk_tree_view_get_selection' from incompatible pointer type
main.c: In function `cb_appstree':
main.c:113: error: `XfceDesktopEntry' undeclared (first use in this function)
main.c:113: error: (Each undeclared identifier is reported only once
main.c:113: error: for each function it appears in.)
main.c:113: error: `dentry' undeclared (first use in this function)
main.c:118: warning: assignment discards qualifiers from pointer target type
main.c: In function `cb_categoriestree':
main.c:186: warning: passing arg 1 of `gtk_tree_view_get_model' from incompatible pointer type
main.c:186: warning: passing arg 1 of `gtk_list_store_clear' from incompatible pointer type
main.c:189: warning: assignment makes pointer from integer without a cast
main.c:192: warning: passing arg 1 of `gtk_scrolled_window_add_with_viewport' fr
om incompatible pointer type
main.c: In function `create_interface':
main.c:214: warning: assignment makes pointer from integer without a cast
main.c:235: warning: passing arg 1 of `gtk_scrolled_window_set_shadow_type' from incompatible pointer type
main.c:236: warning: passing arg 1 of `gtk_scrolled_window_set_policy' from incompatible pointer type
main.c:238: warning: assignment makes pointer from integer without a cast
main.c:240: warning: passing arg 1 of `gtk_scrolled_window_add_with_viewport' from incompatible pointer type
main.c: At top level:
main.c:276: warning: type mismatch with previous implicit declaration
main.c:214: warning: previous implicit declaration of `create_categories_treeview'
main.c:276: warning: `create_categories_treeview' was previously implicitly declared to return `int'
main.c: In function `create_apps_liststore':
main.c:309: error: `XfceDesktopEntry' undeclared (first use in this function)
main.c:309: error: `dentry' undeclared (first use in this function)
main.c:314: warning: assignment discards qualifiers from pointer target type
main.c: In function `create_search_liststore':
main.c:401: error: `XfceDesktopEntry' undeclared (first use in this function)
main.c:401: error: `dentry' undeclared (first use in this function)
main.c:406: warning: assignment discards qualifiers from pointer target type
main.c: At top level:
main.c:478: warning: type mismatch with previous implicit declaration
main.c:238: warning: previous implicit declaration of `create_apps_treeview'
main.c:478: warning: `create_apps_treeview' was previously implicitly declared to return `int'
make[2]: *** [xfce4_appfinder-main.o] Error 1
make[2]: Leaving directory `/home/klemmerj/src/install/xfce4-appfinder-0.1.0/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/klemmerj/src/install/xfce4-appfinder-0.1.0'
make: *** [all] Error 2


More information about the Xfce4-dev mailing list