Re: [AD] X11 unresponsiveness and vsync |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On Tuesday 13 July 2004 09:25, Chris wrote:
> Remember to apply it to the version without my previous patch or Elias's.
I tried to apply it to a fresh CVS copy, but it won't apply:
eglebbk@xxxxxxxxxx>make
gcc -s -L/usr/X11R6/lib -Wl,-export-dynamic -o demo/demo obj/unix/demo.o
lib/unix/liballeg.a -lm -lXxf86dga -lXxf86vm -lXpm -lXext -lX11 -ldl
lib/unix/liballeg.a(xkeybd.o)(.text+0x20b): In function
`_xwin_keydrv_init':
: undefined reference to `_xwin_private_handle_input'
lib/unix/liballeg.a(xkeybd.o)(.text+0x28b): In function
`_xwin_keydrv_exit':
: undefined reference to `_xwin_private_handle_input'
lib/unix/liballeg.a(xmouse.o)(.text+0x16b): In function
`_xwin_mousedrv_init':
: undefined reference to `_xwin_private_handle_input'
lib/unix/liballeg.a(xmouse.o)(.text+0x1db): In function
`_xwin_mousedrv_exit':
: undefined reference to `_xwin_private_handle_input'
lib/unix/liballeg.a(xmouse.o)(.text+0x26d): In function
`_xwin_mousedrv_position':
: undefined reference to `_xwin_private_handle_input'
lib/unix/liballeg.a(xmouse.o)(.text+0x37d): more undefined references to
`_xwin_private_handle_input' follow
collect2: ld returned 1 exit status
make: *** [demo/demo] Error 1
eglebbk@xxxxxxxxxx>
Configured for signals rather than threads.
What did I miss?
Evert