Opened 8 years ago
Closed 8 years ago
#60 closed defect (fixed)
r121-- Configure failure SDL--- "./src/thread/os2 missing"
Reported by: | rklipp | Owned by: | rklipp |
---|---|---|---|
Priority: | critical | Milestone: | preview |
Component: | Common Tasks | Keywords: | Configure failure SDL |
Cc: |
Description
Checking for libpng: found version 1.6.21, OK.
Checking for SDL:
SDL not found at -L/@unixroot/usr/lib -lSDL -I/@unixroot/usr/include/SDL ./src
/thread/os2 or SDL headers not found
Check the file F:/5.0.6Netlabs-121SDL/configure.log for detailed error informat
ion.
Check F:/5.0.6Netlabs-121SDL/configure.log for details
Change History (4)
comment:1 by , 8 years ago
comment:2 by , 8 years ago
Hi herwig, That fixed the SDL configure error and my extended attributes remain intact, however now later on in the compile I get the following error that looks similar to the Python error that used to appear in earlier releases. Should I make a new ticket for this?
kBuild: Compiling VBoxVNCMain - F:/5.0.6Netlabs-121SDL/src/VBox/ExtPacks/VNC/VBox
VNCMain.cpp
kBuild: Compiling VBoxVNC - F:/5.0.6Netlabs-121SDL/src/VBox/ExtPacks/VNC/VBoxVNC.
cpp
kmk: * No rule to make target /usr/lib/libpython2.7.so', needed by
F:/5.0.6Ne
tlabs-121SDL/out/os2.x86/release/obj/VBoxPython2_7/VBoxPy27.pyd'. Stop.
#
comment:3 by , 8 years ago
2rklipp: no, Python bindings does not work for now -- just disable
VBOX_WITH_PYTHON := 1
(delete "1" here)
comment:4 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
this is fixed with latest sdl rpm package
This is a known issue. The culprit is found in the @unixroot/usr/bin/sdl-config file.
Remove the (only one occurence)
in order to overcome this problem.
Take care to preserve the extended attributes of sdl-config!