Hi,
I didn't find anything about wxPython on the Pandora so I tried to compile it myself. After about 2h of working, my Pandora gives me this error message, that I can't understand:
Is that an error that tells you what is the problem? It sais that it can't find "gst/gst.h" but I have no clue why that is.. Could you tell me how to proceed?
Thx!
I didn't find anything about wxPython on the Pandora so I tried to compile it myself. After about 2h of working, my Pandora gives me this error message, that I can't understand:
Code:
/bld/bk-deps g++ -c -o mediadll_unix_mediactrl.o -I./.pch/wxprec_mediadll -D__WXGTK__ -DWXBUILDING -I/test/wxPython-src-2.9.3.1/src/regex -DWXUSINGDLL -DWXMAKINGDLL_MEDIA -fPIC -DPIC -Wall -Wundef -Wunused-parameter -Wno-ctor-dtor-privacy -Woverloaded-virtual -D_FILE_OFFSET_BITS=64 -I/bld/lib/wx/include/gtk2-unicode-2.9 -I/test/wxPython-src-2.9.3.1/include -pthread -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include -pthread -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/libxml2 -I/usr/local/include -DWX_PRECOMP -pthread -O2 -fno-strict-aliasing -pthread -I/usr/local/include/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -fvisibility=hidden -fvisibility-inlines-hidden /test/wxPython-src-2.9.3.1/src/unix/mediactrl.cpp
/test/wxPython-src-2.9.3.1/src/unix/mediactrl.cpp:21:61: fatal error: gst/gst.h: No such file or directory
compilation terminated.
make: *** [mediadll_unix_mediactrl.o] Error 1
Error building
ERROR: failed building wxWidgets
Traceback (most recent call last):
File "/test/wxPython-src-2.9.3.1/wxPython/build-wxpython.py", line 352, in <module>
wxbuild.main(wxscript, build_options)
File "/test/wxPython-src-2.9.3.1/build/tools/build-wxwidgets.py", line 438, in main
exitIfError(wxBuilder.build(dir=buildDir, options=args), "Error building")
File "/test/wxPython-src-2.9.3.1/build/tools/build-wxwidgets.py", line 62, in exitIfError
raise builder.BuildError, msg
BuildError
tusters_kasten:/$
Is that an error that tells you what is the problem? It sais that it can't find "gst/gst.h" but I have no clue why that is.. Could you tell me how to proceed?
Thx!