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)

FdoWfsSchemaRefHandler.cpp.patch (718 bytes ) - added by jng 10 years ago.

Download all attachments as: .zip

Change History (2)

comment:1 by jng, 10 years ago

Resolution: fixed
Status: newclosed

Fixed r7135

Note: See TracTickets for help on using tickets.