|
From: Lee D. <le...@ea...> - 2007-09-25 16:27:50
|
I tried jsbsimcommander on Fedora Core 6. I did
./configure
make
I got the following errors:
[snip]
AeroDynamics_Diag.cpp:145: error: no matching function for call to
‘wxString::Format(const char [3], const double&)’
/usr/include/wx-2.6/wx/string.h:1085: note: candidates are: static
wxString wxString::Format(const wxChar*, ...)
AeroDynamics_Diag.cpp:146: error: no matching function for call to
‘wxString::Format(const char [3], const double&)’
/usr/include/wx-2.6/wx/string.h:1085: note: candidates are: static
wxString wxString::Format(const wxChar*, ...)
AeroDynamics_Diag.cpp:151: error: no matching function for call to
‘wxString::Format(const char [3], const double&)’
/usr/include/wx-2.6/wx/string.h:1085: note: candidates are: static
wxString wxString::Format(const wxChar*, ...)
AeroDynamics_Diag.cpp:152: error: no matching function for call to
‘wxString::Format(const char [3], const double&)’
/usr/include/wx-2.6/wx/string.h:1085: note: candidates are: static
wxString wxString::Format(const wxChar*, ...)
make[2]: *** [AeroDynamics_Diag.o] Error 1
make[2]: Leaving directory
`/home/duke/Simulation/JSBSimCommander-0.1.1/src/gui'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/home/duke/Simulation/JSBSimCommander-0.1.1/src'
make: *** [all-recursive] Error 1
[duke@localhost JSBSimCommander-0.1.1]$
|