|
From: Pete S. <pst...@ve...> - 2008-04-23 00:41:41
|
BS = Bruno Schödlbauer wrote:
BS> gives me:
BS>
BS> [..]
BS> ../../jazz/src/AboutDialog.cpp: In constructor
BS> »JZAboutDialog::JZAboutDialog(wxWindow*)«:
BS> .
BS> .
BS> .
BS> So g++ insists that 'wxString("About Jazz++")' is
BS> ambiguous. Heh?! ^^
BS>
BS> My intuition says it's supposed to interpret this as
BS> wxString::wxString(wxChar, size_t). Therefore, can
BS> someone give me a hint on what went wrong?
Hello Bruno,
I believe you need to build wxWidgets with STL compatibility. I have
posted instructions for building wxWidgets for use with Jazz++ at
http://jazzplusplus.sourceforge.net/buildingwx/
Look at the "Building wxWidgets for Linux" section. The stock install
on you system probably doesn't use the --enable-std_string configure option.
Hope that helps. Let us all know,
Pete
|