--- Dalibor Topic <[EMAIL PROTECTED]> wrote: > Ciao Andrea, > > --- Andrea Scian <[EMAIL PROTECTED]> wrote: > > while trying to integrate m68k-uclinux target in kaffe I got a very small > > problem... > > inside include/system.h there's the definitions of path separator and other > > system dependent symbols... now I get a compile error that tell me that > > "Separator undefined for this system"... > > under uclinux I use the unix definitions but I need to tell this to > kaffe... > > in other words I have to define somewhere the 'unix' symbol to get the > right > > defs in system.h > > can I add it somewhere? (inside config/m68k/uclinux would be a very nice > > place! ;-) > > I think you just need to add > > || defined(__uclinux__) > > to the > #if defined(unix) || .... > line.
in the include/system.h file. cheers, dalibor topic __________________________________ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com _______________________________________________ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe
