bitemyapp / bitemyapp/flightcrew
Compilation error on Linux
Open
auto-migrated
Priority-Medium
Type-Defect
- Dominant language
- C++
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
```
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
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.