Compiler: Default compiler
Building Makefile: "C:\C++ Programs\KaReLs0ft\Makefile.win"
Executing make...
make.exe -f "C:\C++ Programs\KaReLs0ft\Makefile.win" all
g++.exe -c ras.cpp -o Compile/Intermediate/Dev-CPP/ras.o -I"C:/Dev-Cpp/include/c++" -I"C:/Dev-Cpp/include/c++/mingw32" -I"C:/Dev-Cpp/include/c++/backward" -I"C:/Dev-Cpp/include" -I"C:/Program Files/Coding/wxWidgets/include" -I"C:/Program Files/Coding/wxWidgets/lib/gcc_lib/mswu" -D_X86_=1 -DWIN32 -D_WIN32 -D__WIN95__ -D__GNUWIN32__ -D__WIN32__ -DSTRICT -D__WXMSW__ -D__WINDOWS__ -fmessage-length=0 -Os -march=i386 -DNDEBUG -D_WINDOWS -DWINVER=0x0400 -DUNICODE -D_UNICODE -DTHREADSAFE=1 -fexpensive-optimizations -O3
In file included from SQLite/wxSQLite/KaReLs0ft_db.h:9,
from stdwx.h:62,
from ras.cpp:1:
SQLite/wxSQLite/wxsqlite.h: In member function `wxString wxSQLiteQueryBase::TField::AsString() const':
SQLite/wxSQLite/wxsqlite.h:116: error: operands to ?: have different types
SQLite/wxSQLite/wxsqlite.h: In member function `wxSQLiteQueryBase::TField::operator wxString() const':
SQLite/wxSQLite/wxsqlite.h:117: error: operands to ?: have different types
make.exe: *** [Compile/Intermediate/Dev-CPP/ras.o] Error 1
Execution terminated Using: Dev-CPP with MinGW 3.3.3 (latest binaries at least)
115 116 inline wxString AsString() const { return (m_szData!=NULL)?wxString(m_szData, wxConvUTF8):wxEmptyString; }
117 inline operator wxString() const { return (m_szData!=NULL)?wxString(m_szData, wxConvUTF8):wxEmptyString; }
So now is the question ;) How to solve this problems and even more important: why does it give errors?------------------------ Website: www.KaReLs0ft.be |