Urban Lightscape 1.2.2 has now been released, and is available from the download page. This version fixes a possible crash bug on all platforms.
Urban Lightscape 1.2.2 Released |
|
Urban Lightscape 1.2.2 Released |
|
Urban Lightscape 1.2.2 has now been released, and is available from the download page. This version fixes a possible crash bug on all platforms.
2 comments to “Urban Lightscape 1.2.2 Released”
on October 24th, 2012 at 3:49
Compile for LinuxMint 13 fails as follows:
walterg@walterg-EX58-UD5:~/Downloads/Urbanlightscape/urbanlightscape-1.2.2$ make
depbase=`echo src/indii/gui/Splash.o | sed ‘s|[^/]*$|.deps/&|;s|\.o$||’`;\
g++ -DPACKAGE_NAME=\”Urban\ Lightscape\” -DPACKAGE_TARNAME=\”urbanlightscape\” -DPACKAGE_VERSION=\”1.2.2\” -DPACKAGE_STRING=\”Urban\ Lightscape\ 1.2.2\” -DPACKAGE_BUGREPORT=\”bug-report@indii.org\” -DPACKAGE_URL=\”http://www.indii.org/urbanlightscape\” -DWX_28=1 -DNDEBUG=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDBOOL_H=1 -I. -DURBANLIGHTSCAPE -fopenmp -DDATADIR=’”/usr/local/share”‘ -DNULL=0 -Wall -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -msse2 -funroll-loops -ffast-math -Wall -Wno-write-strings -O3 -g3 -MT src/indii/gui/Splash.o -MD -MP -MF $depbase.Tpo -c -o src/indii/gui/Splash.o src/indii/gui/Splash.cpp &&\
mv -f $depbase.Tpo $depbase.Po
src/indii/gui/Splash.cpp: In constructor ‘indii::Splash::Splash(wxBitmap*, indii::Components::Component)’:
src/indii/gui/Splash.cpp:41:40: error: call of overloaded ‘wxString(const char [8])’ is ambiguous
src/indii/gui/Splash.cpp:41:40: note: candidates are:
/usr/include/wx-2.8/wx/string.h:722:3: note: wxString::wxString(const wxWCharBuffer&)
/usr/include/wx-2.8/wx/string.h:722:3: note: no known conversion for argument 1 from ‘const char [8]’ to ‘const wxWCharBuffer&’
/usr/include/wx-2.8/wx/string.h:692:3: note: wxString::wxString(wxChar, size_t)
/usr/include/wx-2.8/wx/string.h:692:3: note: no known conversion for argument 1 from ‘const char [8]’ to ‘wxChar {aka wchar_t}’
/usr/include/wx-2.8/wx/string.h:690:3: note: wxString::wxString(const wxString&)
/usr/include/wx-2.8/wx/string.h:690:3: note: no known conversion for argument 1 from ‘const char [8]’ to ‘const wxString&’
/usr/include/wx-2.8/wx/string.h:682:3: note: wxString::wxString(int)
/usr/include/wx-2.8/wx/string.h:682:3: note: no known conversion for argument 1 from ‘const char [8]’ to ‘int’
make: *** [src/indii/gui/Splash.o] Error 1
Linux walterg-EX58-UD5 3.2.0-32-generic #51-Ubuntu SMP Wed Sep 26 21:33:09 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
All libs and devs installed..
Thanks.
..w..
on October 25th, 2012 at 19:35
Thanks for the report Walter. This will affect anyone with wxWidgets 2.8 installed (most Linux users actually, version 2.9 is still a development version). It’s a quick fix, and is in version 1.2.3 of Urban Lightscape that has just been released, available from the download page.
Thanks again.