Hello,
I use wxWidgets-GTK as currently provided by Debian testing which is
version 2.6, probably with Unicode support. My Haskell compiler is GHC 6.6
but this shouldn’t matter at the moment.
I configured wxHaskell using the --prefix, --with-opengl and
--package-conf
options. When running make afterwards, I received the output which is
attached to this e-mail. Can anybody tell me what’s wrong here and how I can
work around these problems?
Best wishes,
Wolfgang
g++ -c wxc/src/ewxw_main.cpp -o out/wxc/ewxw_main.o -MD -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_LARGEFILE_SOURCE=1 -DNO_GCC_PRAGMA -Iwxc/include
wxc/include/wrapper.h: In constructor ‘ELJDragDataObject::ELJDragDataObject(void*, char*, int (*)(void*), int (*)(void*, void*), int (*)(void*, int, const void*))’:
wxc/include/wrapper.h:172: error: no matching function for call to ‘wxDataObjectSimple::wxDataObjectSimple(char*&)’
/usr/include/wx-2.6/wx/dataobj.h:249: note: candidates are: wxDataObjectSimple::wxDataObjectSimple(const wxDataObjectSimple&)
/usr/include/wx-2.6/wx/dataobj.h:202: note: wxDataObjectSimple::wxDataObjectSimple(const wxDataFormat&)
wxc/include/wrapper.h: In constructor ‘ELJTextValidator::ELJTextValidator(void*, void*, void*, long int)’:
wxc/include/wrapper.h:257: error: ambiguous overload for ‘operator=’ in ‘((ELJTextValidator*)this)->ELJTextValidator::buf = (const char*)_txt’
/usr/include/wx-2.6/wx/string.h:627: note: candidates are: wxString& wxString::operator=(int) <near match>
/usr/include/wx-2.6/wx/string.h:846: note: wxString& wxString::operator=(wxChar) <near match>
/usr/include/wx-2.6/wx/string.h:860: note: wxString& wxString::operator=(const wxWCharBuffer&) <near match>
/usr/include/wx-2.6/wx/string.h:611: note: wxString& wxString::operator=(const wxString&) <near match>
wxc/include/wrapper.h: At global scope:
wxc/include/wrapper.h:330: error: conflicting return type specified for ‘virtual char* ELJConnection::OnRequest(const wxString&, const wxString&, int*, wxIPCFormat)’
/usr/include/wx-2.6/wx/ipcbase.h:85: error: overriding ‘virtual wxChar* wxConnectionBase::OnRequest(const wxString&, const wxString&, int*, wxIPCFormat)’
wxc/include/wrapper.h: In constructor ‘ELJConnection::ELJConnection(char*, int)’:
wxc/include/wrapper.h:300: error: no matching function for call to ‘wxTCPConnection::wxTCPConnection(char*&, int&)’
/usr/include/wx-2.6/wx/sckipc.h:106: note: candidates are: wxTCPConnection::wxTCPConnection(const wxTCPConnection&)
/usr/include/wx-2.6/wx/sckipc.h:65: note: wxTCPConnection::wxTCPConnection()
/usr/include/wx-2.6/wx/sckipc.h:64: note: wxTCPConnection::wxTCPConnection(wxChar*, int)
wxc/include/wrapper.h: In constructor ‘ELJPrintout::ELJPrintout(void*, void*, void*, void*, void*, void*, void*, void*, void*, void*)’:
wxc/include/wrapper.h:412: error: conversion from ‘char*’ to ‘const wxString’ is ambiguous
/usr/include/wx-2.6/wx/string.h:643: note: candidates are: wxString::wxString(wxChar, size_t) <near match>
/usr/include/wx-2.6/wx/string.h:633: note: wxString::wxString(int) <near match>
wxc/include/wrapper.h: In constructor ‘ELJPreviewFrame::ELJPreviewFrame(void*, void*, void*, void*, void*, void*, void*, int, int, int, int, int)’:
wxc/include/wrapper.h:474: error: conversion from ‘char*’ to ‘const wxString’ is ambiguous
/usr/include/wx-2.6/wx/string.h:643: note: candidates are: wxString::wxString(wxChar, size_t) <near match>
/usr/include/wx-2.6/wx/string.h:633: note: wxString::wxString(int) <near match>
wxc/include/wrapper.h: At global scope:
wxc/include/wrapper.h:534: error: default argument for parameter of type ‘const wxString&’ has type ‘const char [11]’
make: *** [out/wxc/ewxw_main.o] Fehler 1
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
wxhaskell-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wxhaskell-users