Random acts of porting
Jun. 19th, 2006 08:34 pmAlmost, almost sorted out the port of cfengine to the exotic. There are a couple of minor linking to errors to fix, but it's looking good. Next stop, a clean cross build — anything to get away from the sucky native compilers and the horribly uber trad lexer...
Updated: Found the source of my linking problem: one of the source files had redefined
Updated: Found the source of my linking problem: one of the source files had redefined
alloca() as returning char * rather than void *, which caused the C compiler (actually a wrapped version of C++) to get all confused.