View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0001730CMakepublic2005-04-02 03:002005-04-04 16:01
ReporterAxel Wachtler 
Assigned ToSystem Admin 
PrioritynormalSeveritymajorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0001730: use of "-c" option in UseSWIG.cmake
Descriptionif the c++ property of a swig source file is not set, the following lines are executed:

 ELSE(swig_source_file_cplusplus)
   SET(swig_special_flags \
       ${swig_special_flags} "-c")

"-c" is not a complement to "-c++" - it
supresses the generation of swig runtime code,
resulting in linker errors due to missing symbols.

The option should be set by the user with SWIG_FLAGS-property (see also bug 1729)

current workaround: use of a local copy of
UseSWIG.cmake and comment out the lines.
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0002264)
Bill Hoffman (manager)
2005-04-04 16:01

Fixed in cvs.

 Issue History
Date Modified Username Field Change


Copyright © 2000 - 2018 MantisBT Team