Sigil-Ebook / flightcrew

Automatically exported from code.google.com/p/flightcrew
GNU General Public License v3.0
34 stars 11 forks source link

No flightcrew-cli for OS X #27

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The latest dmg for OS X (0.7.2) doesn't have the flightcrew-cli binary, it only 
has flightcrew-gui.

Original issue reported on code.google.com by lparr...@gmail.com on 28 Sep 2011 at 10:37

GoogleCodeExporter commented 9 years ago
I managed to compile flightcrew-cli in Xcode 4.5.2 (against a manually added 
MacOSX10.6.sdk) by editing CMAKE_OSX_SYSROOT in CMakeLists. It complained about 
XercesExtensions/LocationAwareDOMParser.cpp, line 32

static const XercesExt::LocationInfoDataHandler LOCATION_DATA_HANDLER;

I deleted "const" and it compiled to produce FlightCrew-cli, fc_tests and 
test_data, and it all worked.

Original comment by alan.tre...@gmail.com on 20 Jan 2013 at 3:44

GoogleCodeExporter commented 9 years ago
Not including the cli on OS X is by design.

Original comment by john@nachtimwald.com on 27 Jan 2013 at 3:54

GoogleCodeExporter commented 9 years ago
Could you explain the reasoning for that design decision?

Original comment by akn...@gmail.com on 28 Jan 2013 at 10:39

GoogleCodeExporter commented 9 years ago
Not sure why this is closed, OSX could use -cli as much as anyone - indeed I've 
found it vital to building a little web application on an OSX server. Would it 
help if I uploaded the compiled version I managed to create (see comment above)

Original comment by alan.tre...@gmail.com on 12 Feb 2013 at 8:50