Date: Thurs, Aug 6 2009 2:29 pm
From: Andres Varon
> Basically you had compiled previous versions of POY in that directory,
> and some changes need you to cleanup the old compiled files. The
> solution:
>
> make clean
>
> then make again. It should work fine.
>
>
On Aug 6, 2009, at 5:27 PM, Buz Wilson wrote:
>> Hi All
>> Tried to compile the latest version.
>> Got:
>> "
>> ocamlbuild.native poy.native
>> + /usr/bin/ocamlc.opt -c -cc mpicc -ccopt -fPIC -ccopt -O3 -ccopt -
>> msse
>> -I camlpdf-0.3 -I grappa -I plugins -I gz-0.5.7 -I ocamlmpi -o
>> nodeSig.cmo nodeSig.ml
>> File "nodeSig.ml", line 1, characters 0-1:
>> Could not find the .cmi file for interface nodeSig.mli.
>> Command exited with code 2.
>> "
>>
>> To save me some time searching out the meaning of this, what is the
>> problem exactly?