Eric H. Johnson wrote: > Jeff, > > A follow up. I see in the make file there is a conditional for READLINE_LIBS > which was preventing halcmd_completion.c from compiling. I forced it, but > got a bunch more errors for a series of functions with names starting "rl_". > > Regards, > Eric >
Forcing things isn't going to work. You must have the readline-dev package installed to have readline support, and the current code must have readline support to build. You have found one bug in the build system - if readline is required, the configure step should stop and print an error message when it is missing. Jeff has said he is going to fix that. To make EMC2 compile, install readline-dev. Making halcmd build correctly without readline support is possible but complex and IMO not worth the trouble. As Jeff has pointed out, many Unix/Linux programs use readline, and its not unreasonable for EMC to depend on it. Regards, John Kasunich ------------------------------------------------------------------------- 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
