Something is going wrong with my configure script. The line that sets WX_LIBS in configure is this:
Code: Select all
WX_LIBS=`$WX_CONFIG_WITH_ARGS --libs`
and that evaluates to "wx-config core,base,gl,aui --libs", which returns the wrong arguments.

I don't know how to edit anything in configure.ac (yet) so I replaced WX_LIBS in the Camoto Studio makefiles with what it should have been, and the program links. If I try to launch Camoto Studio, it gets stuck in a loop of assertions related to bitmaps. I'll look at it later, when I have time. Here is the first error:
Code: Select all
ASSERT INFO:
./src/gtk/bitmap.cpp(626): assert "image.IsOk()" failed in wxBitmap(): invalid image
BACKTRACE:
[1] wxBitmap::wxBitmap(wxImage const&, int)
[2] Studio::Studio(bool) /home/phil/files/camoto/camoto-studio/src/studio.cpp:109
[3] CamotoApp::OnCmdLineParsed(wxCmdLineParser&) /home/phil/files/camoto/camoto-studio/src/main.cpp:186
[4] wxAppConsoleBase::OnInit()
[5] wxEntry(int&, wchar_t**)
[6] wxEntry(int&, char**)
[7] main /home/phil/files/camoto/camoto-studio/src/main.cpp:218
[8] __libc_start_main
[9] _start