[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: standalone with embedded MrEd



Quoting Patrick Hertelendy:
> I tried to recompile MrEd with CodeWarrior 4.0 with the preprocessor symbol:
> 
> #define STANDALONE_WITH_EMBEDDED_EXTENSION
> 
> I get this error at the end:
> 
> Link Error   : undefined 'scheme_initialize' (code)
> Referenced from 'finish_cmd_line_run(FinishArgs*,void (*)(void))' in mred.cxx
> 
> Is there a missing file in the source or what is wrong?

Perhaps you've already figured this out (sorry for being so slow to
respond), but...

Once we get the --embedded flag to work for you, you'll want to add the
resulting files into the project. One of them (the one produced by 
--link-glue) will define `scheme_initialize'.

Matthew