Opened 11 years ago
Closed 11 years ago
#172 closed defect (fixed)
GCC build fixes post-RFC7
Reported by: | jng | Owned by: | Norm Olsen |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Library | Version: | |
Keywords: | Cc: |
Description
Found the following issues building CS-Map trunk on Ubuntu 14.04 with gcc 4.8:
- Include/cs_Geocon.h - A typo in enum csGeoconFileType (should be csGeocnFileType)
- Source/CSdata.c - wchar_t cs_NameMapperName missing L string literal prefix
- Source/Library.mak - Missing CS_geocn.c and CS_geocn.o from list of files to compile and link
Attachments (1)
Change History (3)
by , 11 years ago
Attachment: | csmap.patch added |
---|
comment:1 by , 11 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Oops!!! I did encounter and fix these errors during testing. However, my procedure for getting changes from Linux build into the Windows version which is submitted is obviously badly flawed. Please accept my apologies for the error, and thanks for the patch.
Supplied patch submitted, producing revision 2438.