View Issue Details

IDProjectCategoryView StatusLast Update
0008362Open CASCADEOCCT:WOKpublic2012-01-16 16:13
Reporterimv Assigned Toimv  
PrioritynormalSeveritytrivial 
Status closedResolutionfixed 
OSLinux 
Fixed in Version5.2.3 
Summary0008362: Compilation errors at obj.cgen on Linux platform
DescriptionWe have the next compilation errors on Linux platform:
=====> EDL:obj.cgen
 
Info : /usr/bin/flex -f -P <Module> -L -8 -f <LexFile>

Info : /usr/bin/bison -d -b <Module> -p <Module> <YaccFile>

Info : -------> :KAS:dev:ros:EDL:source:EDL.yacc

Error : No such file or directory
Error : Failed to Move /dn05/KAS/dev/cas-test/drv/.tmp//EDL.tab.h to
/dn05/KAS/dev/cas-test/inc/EDL.tab.h
Error : No such file or directory
Error : Failed to Move /dn05/KAS/dev/cas-test/drv/.tmp//EDL.tab.c to
/dn05/KAS/dev/cas-test/drv/EDL/EDL.tab.c
 for units StepFile,ExprInterp,CDL,IDL,EDL,WOKDeliv, i.e. all the units
containing *.yacc files

=> Command line for bison parser should be updated.
Additional information
and documentation updates
Documentation remark, added by IMV 2005-03-17 13:21:34:

Improvements:
old version of bison creates output files with extention *.tab.c regardless of
extention input file. Modern version of bison add extention input file to
extention of output file. As result generated file is not seen by WOK.
Direct definition of output file name with -o option resolves the problem.
Changes:
string
-o %BaseName.tab.c
has been added to CODEGEN_YACC_CmdLine templates
Modified entities:
ressource: WOKBuilderDef
file: CODEGEN.edl
TagsNo tags attached.
Test case number

Attached Files

  • OCC8362.tgz (765 bytes)

Activities

2005-03-05 07:56

 

OCC8362.tgz (765 bytes)

Issue History

Date Modified Username Field Change
2005-03-10 09:08 bugmaster Assigned To bugmaster => imv
2005-03-10 09:08 bugmaster Status new => assigned
2005-03-11 11:44 apv CC => apv, aki
2005-03-16 16:35 bugmaster Status assigned => tested
2005-03-22 08:37 bugmaster Status tested => verified
2005-05-06 15:40 bugmaster Status verified => closed
2005-05-06 15:40 bugmaster Resolution @0@ => fixed
2012-01-16 16:13 atp Description Updated
2012-01-16 16:13 atp Additional Information Updated