Opened 10 years ago
Closed 10 years ago
#894 closed defect (fixed)
Linux build failure in WFS provider
Reported by: | jng | Owned by: | gregboone |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | WFS Provider | Version: | |
Severity: | 3 | Keywords: | |
Cc: | External ID: |
Description
After r7134, the WFS provider fails to build on Linux.
gcc will throw the following error:
./FdoWfsSchemaRefHandler.cpp: In member function 'virtual FdoXmlSaxHandler* FdoWfsSchemaRefHandler::XmlStartElement(FdoXmlSaxContext*, FdoString*, FdoString*, FdoString*, FdoXmlAttributeCollection*)': ./FdoWfsSchemaRefHandler.cpp:66:64: error: conversion from 'FdoStringP' to non-scalar type 'std::wstring {aka std::basic_string<wchar_t>}' requested
Attached is a patch to fix this error.
Attachments (1)
Change History (2)
by , 10 years ago
Attachment: | FdoWfsSchemaRefHandler.cpp.patch added |
---|
comment:1 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed r7135