subhashis / fibernavigator

Automatically exported from code.google.com/p/fibernavigator
0 stars 1 forks source link

build error #71

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1、cmake configure and generate
2、vs2010 build

What is the expected output? What do you see instead?
1.fibernavigator-read-only\src\misc\XmlHelper.cpp(20): error C2556: 
'wxXmlAttribute *getXmlPropertyByName(const wxString,wxXmlNode *)' : overloaded 
function differs only by return type from 'wxXmlProperty 
*getXmlPropertyByName(const wxString,wxXmlNode *)'
2.fibernavigator-read-only\src\misc\XmlHelper.cpp(20): error C2371: 
'getXmlPropertyByName' : redefinition; different basic types
3.fibernavigator-read-only\src\main.cpp(44): error C2440: 'initializing' : 
cannot convert from 'const wchar_t [2]' to 'const char *'
 Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast

What version of the product are you using? On what operating system?
ver 1632; windows7

Please provide any additional information below.

wxWidgets2.9.3; cmake2.8.7; vs2010

Original issue reported on code.google.com by williamz...@gmail.com on 20 Jun 2012 at 2:03

Attachments:

GoogleCodeExporter commented 9 years ago
Wont fix because the wxWidgets version used is not the one specified in the 
build instructions.

Original comment by Jean.Chr...@gmail.com on 20 Jun 2012 at 2:05