On 2012/8/16 Michele Fiorentino wrote:
>
>> Hello,
>>
>> >And if you append \share\oce to your current CASROOT setting, does it
>> > work?
>>
> yes, it works. I Just wondered why was different form "standard" expect
> directory. Does OCE has some changes in it so the reason to keep it
> separate?
Hello,
The problem is that OCCT layout does not fit all needs. For instance on Linux distributions, binary packages often install libraries in /usr/lib and architecture-independent files in /usr/share (this is why resource files are installed in /usr/share/oce/src).
One more point: normally you do not have to set any environment variable if you compile OCE from sources, files are searched in paths which had been defined during CMake stage.
Denis