Sigil-Ebook / flightcrew

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

Compilation error on Linux #31

Closed GoogleCodeExporter closed 1 year ago

GoogleCodeExporter commented 9 years ago
When compiling the current git master, I got the following error with gcc 4.6.1:

src/XercesExtensions/LocationAwareDOMParser.cpp:32:49: error: uninitialized 
const ‘LOCATION_DATA_HANDLER’ [-fpermissive]
src/XercesExtensions/LocationInfoDataHandler.h:32:7: note: ‘const class 
XercesExt::LocationInfoDataHandler’ has no user-provided default constructor

I fixed it by removing the 'const' qualifier.

Original issue reported on code.google.com by saltyho...@gmail.com on 10 Mar 2012 at 10:28

kevinhendricks commented 1 year ago

Closed as this repo is being archived.