Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 11762] New: new libgii incompatible; borks sdl, stellarium

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 11762] New: new libgii incompatible; borks sdl, stellarium
  • Date: 5 May 2006 01:44:54 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=11762

Summary: new libgii incompatible; borks sdl, stellarium
Product: Codex
Version: test grimoire
Platform: x86
OS/Version: Linux
Status: NEW
Severity: critical
Priority: P2
Component: display
AssignedTo: sm-grimoire-bugs AT lists.ibiblio.org
ReportedBy: iuso AT sourcemage.org


libgii 1.0.1 seems a tad different from the previous version (0.9.1), as sdl
1.2.9 fails to compile against it.

Also, libgii 1.0.1 doesn't install libgii.so.0 and libgg.so.0, but *.so.1.0.0
instead. This causes cleanse to fail for sdl, and produces an error during
stellarium 0.8.0 configure.

Creating symlinks enables compiling stellarium, but doesn't help with sdl.
The
problem there seems to result from genuine incompatibility with the new
libgii.

Here's the error I get from `cast -c sdl`:

gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\"
-DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"SDL\"
-DVERSION=\"1.2.9\" -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_DLFCN_H=1
-DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_LIBASOUND=1 -I. -I. -I
/opt/gcc34/include -march=pentium-m -mmmx -mfpmath=sse -msse2 -pipe -Os -Wall
-DENABLE_DUMMYVIDEO -DDISKAUD_SUPPORT -DUSE_DLOPEN -DUSE_ASMBLIT -I./hermes
-I../../../src/hermes -DOSS_SUPPORT -DALSA_SUPPORT
-DALSA_DYNAMIC=libasound.so.2 -DUSE_DLVSYM -DARTSC_SUPPORT
-DARTSC_DYNAMIC=libartsc.so.0 -I/usr/include/artsc -pthread
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/X11R6/include
-DENABLE_X11 -DXTHREADS -I./include -I./src/video -DXFREE86_VM
-DXFREE86_VMGAMMA -DXFREE86_DGAMOUSE -DDEFAULT_DGAMOUSE -DXFREE86_XV
-DHAVE_XINERAMA -Isrc/video -DENABLE_DGA -DENABLE_FBCON -I/usr/X11R6/include
-DENABLE_GGI -DHAVE_OPENGL -DUSE_INPUT_EVENTS -D_REENTRANT -DSDL_USE_PTHREADS
-DHAVE_SIGACTION -DHAVE_LINUX_VERSION_H -I../../../include
-I../../../include/SDL -I../../../src -I../../../src/main/linux
-I../../../src/audio -I../../../src/video
-I../../../src/video/XFree86/extensions -I../../../src/events
-I../../../src/joystick -I../../../src/cdrom -I../../../src/thread
-I../../../src/timer -I../../../src/endian -I../../../src/file
-I../../../src/thread -MT
SDL_ggievents.lo -MD -MP -MF .deps/SDL_ggievents.Tpo -c
SDL_ggievents.c -fPIC -DPIC -o .libs/SDL_ggievents.o
SDL_ggievents.c: In function `GGI_PumpEvents':
SDL_ggievents.c:71: error: `uint32' undeclared (first use in this function)
SDL_ggievents.c:71: error: (Each undeclared identifier is reported only once
SDL_ggievents.c:71: error: for each function it appears in.)
SDL_ggievents.c:71: error: syntax error before "sym"
SDL_ggievents.c:67: warning: unused variable `queueevent_mouse'
SDL_ggievents.c:67: warning: unused variable `queueevent_kbd'
SDL_ggievents.c:68: warning: unused variable `buttons'
SDL_ggievents.c:70: warning: unused variable `rx'
SDL_ggievents.c:70: warning: unused variable `ry'
SDL_ggievents.c:70: warning: unused variable `rz'
SDL_ggievents.c:72: warning: unused variable `pressed_mouse'
SDL_ggievents.c:72: warning: unused variable `pressed_kbd'
make[3]: *** [SDL_ggievents.lo] Error 1
make[3]: Leaving directory `/usr/src/SDL-1.2.9/src/video/ggi'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/src/SDL-1.2.9/src/video'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/SDL-1.2.9/src'
make: *** [all-recursive] Error 1
! Problem Detected !

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



  • [SM-Grimoire-Bugs] [Bug 11762] New: new libgii incompatible; borks sdl, stellarium, bugzilla-daemon, 05/04/2006

Archive powered by MHonArc 2.6.24.

Top of Page