our home in the web
checking for GTK20... configure: error: Package requirements (gtk+-2.0 >= 2.6.0) were not met:
No package 'gtk+-2.0' found
A quick search found the solution which is to install libgtk2.0-dev.
A new run of make got me the error that I needed gtk-sharp :mad:
After that another error raised it's head config.status: error: cannot find input file: Makefile.in which I could fix thanks to a solution in the ubuntu forums by installing automake 1.9 .
Finally a succes..
Nautilus Support was again a little bit problematic, I was missing intltool and libnautilus-extension-dev. After doing the ./autogen.sh script make would work and create the errors:
In file included from nautilus-ifolder.c:49:
nautilus-ifolder.h:16:2: warning: no newline at end of file
nautilus-ifolder.c: In function 'refresh_ifolders_ht':
nautilus-ifolder.c:1111: error: invalid type argument of '->'
nautilus-ifolder.c:1114: error: invalid type argument of '->'
nautilus-ifolder.c:1115: error: invalid type argument of '->'
nautilus-ifolder.c:1116: error: invalid type argument of '->'
nautilus-ifolder.c:1117: error: invalid type argument of '->'
nautilus-ifolder.c: In function 'show_ifolder_error_message':
nautilus-ifolder.c:1301: warning: assignment from incompatible pointer type
nautilus-ifolder.c: In function 'create_ifolder_callback':
nautilus-ifolder.c:1640: warning: passing argument 1 of 'gtk_radio_button_new_with_label_from_widget' from incompatible pointer type
nautilus-ifolder.c: In function 'revert_ifolder_callback':
nautilus-ifolder.c:1832: warning: passing argument 1 of 'gtk_message_dialog_new' from incompatible pointer type
nautilus-ifolder.c:1833: warning: passing argument 1 of 'gtk_message_dialog_format_secondary_text' from incompatible pointer type
nautilus-ifolder.c:1837: warning: passing argument 1 of 'gtk_dialog_run' from incompatible pointer type
make[2]: *** [nautilus-ifolder.lo] Error 1
I'm stuck there at the moment, if somebody has a solution feel free to contribute it. :sad:
I used checkinstall to create the attached debian packages, feel free to use them. If you find an issue about them please let me know.
simias 1.5
ifolder 3.6