On Sat, Jun 12, 2006 at 12:11:35AM -0700, TR wrote: > I'm wondering whether install_user.c ever compiled successfully. And, if so, > how could install_user_gui() not be available to jpilot.c? Doesn't this seem > to be the question? > Ok, I found it. There was not one single reference in Makefile to install_user. Adding it manually it compiled successfully. Don't ask me why configure didn't include it on the Makefile, my knowledge does not go that far. The next error was in make install: Making install in po make[1]: Entering directory `/home/pedro/can2/jpilot/po' /bin/sh .././mkinstalldirs /opt/jpilot-20050507//share /bin/sh: .././mkinstalldirs: No such file or directory make[1]: *** [install-data-yes] Error 127 make[1]: Leaving directory `/home/pedro/can2/jpilot/po' make: *** [install-recursive] Error 1 Apparently mkinstalldirs should be there... but is not. Thanks -- Pedro Alves
More information about the jpilot mailing list