Dave Korn wrote: > So the problem is that when compiling fstab.c, this header has been > included, but the FILE type is unknown. If you edit fstab.c and add > #include <stdio.h> before the line that includes mntent.h, you should get > somewhere.
There was the include directive but I tried putting that as the first include and now it worked, but I got another error xffm-widgets.o(.text+0x17c6):/usr/local/src/xfce-4.0.5/src/xffm-4.0.5/src/widget s.c:466: undefined reference to `_showit' xffm-widgets.o(.text+0x1803):/usr/local/src/xfce-4.0.5/src/xffm-4.0.5/src/widget s.c:466: undefined reference to `_abreviate' xffm-widgets.o(.text+0x182c):/usr/local/src/xfce-4.0.5/src/xffm-4.0.5/src/widget s.c:447: undefined reference to `_is_mounted' xffm-widgets.o(.text+0x184a):/usr/local/src/xfce-4.0.5/src/xffm-4.0.5/src/widget s.c:453: undefined reference to `_showit' xffm-widgets.o(.text+0x1885):/usr/local/src/xfce-4.0.5/src/xffm-4.0.5/src/widget s.c:425: undefined reference to `_get_selectpath_iter' Info: resolving _gdk_display by linking to __imp__gdk_display (auto-import) collect2: ld returned 1 exit status make[2]: *** [xffm.exe] Error 1 make[2]: Leaving directory `/usr/local/src/xfce-4.0.5/src/xffm-4.0.5/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/local/src/xfce-4.0.5/src/xffm-4.0.5' make: *** [all] Error 2 what's up now... /me investigate ;-) Bye D. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/