20,741
edits
Hamzaalloush (talk | contribs) (→Issues: === osg-earth compilation trouble ===) |
m (→osg-earth compilation trouble (you can delete if you solve): https://trac.osgeo.org/geos/ticket/319) |
||
| Line 665: | Line 665: | ||
stock geos.mk shared libraries is bieng built with these options: "-pedantic -ansi", there is also an MXE patch applied to fix static builds too, might be a hint. | stock geos.mk shared libraries is bieng built with these options: "-pedantic -ansi", there is also an MXE patch applied to fix static builds too, might be a hint. | ||
* seems name-mangling related: are you seeing the corresponding symbols in the object files (use '''nm''') ? | |||
* if geos has any tests/demos (aka make check), do those work/compile against geos or not ? | |||
* is this specific to the compiler (static/dynamic) used here, or are you getting the same errors when building with your native compiler instead ? | |||
* is this affected by the version of osgearth and/or geos used ? If in doubt, I'd use to use the version that poweroftwo suggested in his tutorial | |||
PS: The suggested fix I found for this particular problem (i.e. xmltester) is reverting the patch discussed at [https://trac.osgeo.org/geos/ticket/319] - so we may need to review the patch and apply it to the geos/osgearth code via a mxe/mk patch if that works ... | |||
{{Building}} | {{Building}} | ||
[[Category:Core developer documentation]] | [[Category:Core developer documentation]] | ||