Talk:Building FlightGear - Cross Compiling: Difference between revisions

Jump to navigation Jump to search
(→‎dcmtk Static Build: new section)
Line 172: Line 172:


I was trying to do a static build of Flightgear, which, along the way, needs dcmtk. However, it's searching for Wine and the C++ runtime, which is failing for me. How did you get past that? -- [[User:Flyhigh|Flyhigh]] ([[User talk:Flyhigh|talk]]) 21:39, 1 June 2015 (EDT)
I was trying to do a static build of Flightgear, which, along the way, needs dcmtk. However, it's searching for Wine and the C++ runtime, which is failing for me. How did you get past that? -- [[User:Flyhigh|Flyhigh]] ([[User talk:Flyhigh|talk]]) 21:39, 1 June 2015 (EDT)
: did you try to revert to autotools version[https://github.com/mxe/mxe/blob/master/src/dcmtk.mk]? it works for i686-w64-mingw32.static target(just tested now). for i686-w64-mingw32.shared support, i did CMake conversion [https://github.com/hamzaalloush/mxe-clone/blob/master-oldgcc/src/dcmtk.mk], and apply patch for finding 3rd party deps since dcmtk wasn't using FIND_PACKAGE in CMake/3rdparty.cmake, because it assumes we are on Windows [https://github.com/hamzaalloush/mxe-clone/blob/master-oldgcc/src/dcmtk-1-fix_missing_libs.patch#L130]. my suggestion is to revert to autotools -- [[User:Hamzaalloush|Hamzaalloush]] ([[User talk:Hamzaalloush|talk]]) 09:26, 2 June 2015 (EDT)
272

edits

Navigation menu