Hi all, I just checked out trunk and tried to do a make. I get file not found errors in halcmd_main.c / halcmd_completion.h for the files readline.h and history.h. I see that Jeff updated these files this past Sunday, but I have not seen any compile farm errors. Note: I used --disable-python with configure, not that it should be related.
It looks like these header files are expected to be in /usr/include/readline. I rechecked build-dep and build-essential, and they reported that everything was up to date, however the readline folder and related files are not in the include path. So I installed the libreadline5-dev package which allowed the compiler to get past the missing include files, but now get the following: hal/utils/halcmd_main.c:322: warning: implicit declaration of function 'halcmd_completer' Followed by the link error: In function 'main':hal/utils/halcmd_main.c:322: undefined reference to 'halcmd_completer' Anyone know what is up with this. Thanks, Eric ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ Emc-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-developers
