Re: [ooc-compiler] Strange config file result
Brought to you by:
mva
|
From: Michael v. A. <Mic...@de...> - 2004-05-26 08:08:23
|
Frank Hrebabetzky <hr...@te...> writes:
> Platform: Win32 / MinGW
>
> config file ('.oo2crc') content:
>
> PATHS
> GET *.Mod FROM .;
> GET *.c FROM obj;
> END
>
> 'oowhereis --config .oo2crc SerialIF' results in the following message:
>
> line=0, column=0
> 0: Expected element
> line=0, column=0
> 0: Junk after document element
>
> ##
> ## Runtime error in module OOC:Config:Repositories at pos 7720
> ## Dereference of NIL
> ##
>
> Why?
The config file belongs to the v1 compiler, and the oowhereis program
to the v2 compiler. The file format has changed completely between
versions. (The crash is not nice, but I guess that is not a severe
problem right now.)
-- mva
|