LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Problems with wxWidgets (https://www.linuxquestions.org/questions/linux-software-2/problems-with-wxwidgets-344288/)

DonBilbo 07-18-2005 10:28 AM

Problems with wxWidgets
 
Hello everybod. I've got a problem. :newbie:
I want to install wxWidgets with SDL-Support, but after typing ./configure and some other parameters, the konsole just shows:

Which libraries should wxWidgets use?
jpeg sys
png sys
regex builtin
tiff sys
zlib sys
odbc no
expat sys
libmspack no
sdl no
gnomeprint no

There you can see, that sdl is not supported also i configured it with --with-sdl and gave the path to sdl by typing --with-sdl-prefix=/usr/local/bin/sdl-config
Ive tried it with the latest sdl-version (1.2.8 ) and with an older one (1.0.8)

so i run make without sdl support, but then there is following error i cant handle with :scratch:

------------------------------------------------------------------------------------------------------------------
In file included from include/wx/window.h:44,
from include/wx/app.h:23,
from src/common/event.cpp:40:
include/wx/access.h:375:35: wx/generic/access.h: Datei oder Verzeichnis nicht gefunden
In file included from include/wx/app.h:23,
from src/common/event.cpp:40:
include/wx/window.h:1441: error: base class `wxAccessible' has incomplete type
include/wx/window.h: In constructor `
wxWindowAccessible::wxWindowAccessible(wxWindow*)':
include/wx/window.h:1443: error: type `struct wxAccessible' is not a direct
base of `wxWindowAccessible'
include/wx/window.h:1443: error: no matching function for call to `wxWindow::
SetAccessible(wxWindowAccessible* const)'
include/wx/window.h:1008: error: candidates are: void
wxWindowBase::SetAccessible(wxAccessible*)
make: *** [coredll_event.o] Fehler 1
------------------------------------------------------------------------------------------------------------------

it says, that it can't find the file access.h in the folder include/wx/ just like the other files app.h and window.h
It would be nice, if some could help me

--------
sorry with my english :)

foo_bar_foo 07-20-2005 12:01 AM

the only thing i see is
--with-sdl-prefix=/usr/local/bin/sdl-config
should be
--with-sdl-prefix=/usr/local

and check config.log to find out why the switch failed

as for access.h
try --disable for accessability (or --enable ?)

your english is fine

DonBilbo 07-20-2005 10:48 AM

thank you very much
 
thank you for your help. I tried it with --disable-accessability and it worked without errors.
I mean, i could install wxWidgets, but it is still without sdl, but it doesn't matter.

Thanks !!!

kornerr 10-12-2005 09:21 AM

...sorry: have posted to the wrong forum...


All times are GMT -5. The time now is 03:39 PM.