compiling with WOK

Hi,

I'm using WOK on Linux.
Is it possible to have more information when a class doesn't compile ?
I only have something like :

Info : -------> exotkUtils_DoubleMapAsciiStringMaterial_0.cxx
Error : Errors occured in Shell
Error : Failed : exotkUtils_DoubleMapAsciiStringMaterial_0.cxx
Info : ----------------------- Compilation Report -----------------------
Info : Failed : :OCC:C40:exoTK:exotkUtils:source:exotkUtils_DoubleMapAsciiStringMaterial_0.cxx
Info : -----------------------------------------------------------------
Error : Failed during execution
Info : Step obj.comp
Error : Step obj.comp failed
Error : Step obj.idep not done : almost exotkUtils:obj.comp failed
Info : ------------------ Process report ------------------
Info : Failed exotkUtils (obj.comp obj.idep )
Info : ----------------------------------------------------

Can I have the error ? the line ?

TIA,

Stephane
http://www.exotk.org

d-teissandier's picture

I have exactly the same problem with OCC40 on Mandrake 8.1.

Denis

Stephane Routelous's picture

Sorry,

I get an answer from MDTV ( Thanks Yan ), but forget to post it :
In the file /wok-C40/lib/CMPLRS.edl edit the lines 475 and 476 so that :
-- $if( -e %TmpFile ) grep ':' %TmpFile
-- $/bin/rm -f %TmpFile

becomes :

$if( -e %TmpFile ) grep ':' %TmpFile
$/bin/rm -f %TmpFile

then retry :

tclsh> wokclose -a
tclsh> umake

Stephane
http://www.exotk.org

shylesh's picture

hi,

can u pls give me the steps to run wok on linux or windows.

shylesh