View Issue Details

IDProjectCategoryView StatusLast Update
0004271Spring enginepublic2014-01-15 07:09
Reportershaitan Assigned Toabma  
PrioritynormalSeveritymajorReproducibilitysometimes
Status resolvedResolutionunable to reproduce 
Product Version96.0 
Summary0004271: undefined reference to GetSchema()
Descriptioni get the following error when trying to build Spring:

.../spring_96.0/rts/lib/assimp/code/IFCLoader.cpp:176: error: undefined reference to 'Assimp::IFC::GetSchema(Assimp::STEP::EXPRESS::ConversionSchema&)'
Steps To Reproducecmake
make
Additional Informationsources: http://sourceforge.net/projects/springrts/files/springrts/spring-96.0/spring_96.0_src.tar.gz/download
distribution: Kubuntu 13.10 64-bit
kernel: 3.11.0

i have successfully built the same sources on another PC with the same distribution.
TagsNo tags attached.
Checked infolog.txt for Errors

Activities

abma

2014-01-15 03:03

administrator   ~0012693

did you try a clean compile again?

as buildbots, etc compiled it fine, its very likely your build dir is broken.


why don't you use the linux static builds?

shaitan

2014-01-15 06:19

reporter   ~0012695

yes, building from scratch has solved the problem. thank you.

i have to build Spring from sources because i'm developing my AI.

abma

2014-01-15 07:09

administrator   ~0012696

ok, thanks for the feedback. i've no idea why this happened... cmake bug / dependency in buildsystem broken or sth. like that.

Issue History

Date Modified Username Field Change
2014-01-14 10:50 shaitan New Issue
2014-01-15 03:03 abma Note Added: 0012693
2014-01-15 03:03 abma Assigned To => abma
2014-01-15 03:03 abma Status new => feedback
2014-01-15 06:19 shaitan Note Added: 0012695
2014-01-15 06:19 shaitan Status feedback => assigned
2014-01-15 07:09 abma Note Added: 0012696
2014-01-15 07:09 abma Status assigned => resolved
2014-01-15 07:09 abma Resolution open => unable to reproduce