Displaying 3 results from an estimated 3 matches for "sdl_init".
Did you mean:
_dl_init
2018 Feb 25
0
segfault calling SDL_Init with FFI/ MCJIT
I'm getting a segfault when I call `SDL_Init( SDL_INIT_VIDEO )` within
the MCJIT. If I compile the same program to an EXE I don't have a problem.
Are there any general restrictions, or known issues, with loading a
library like SDL2 via the MCJIT? (LLVM-3.8 still)
The stack trace, from GDB, is below. I noticed the error actually
happen...
2009 May 12
2
compile error of libtheora example
...mp/ccpyle3c.o: In function `buffer_data':
player_example.c:(.text+0x15): undefined reference to `ogg_sync_buffer'
player_example.c:(.text+0x4f): undefined reference to `ogg_sync_wrote'
/tmp/ccpyle3c.o: In function `open_video':
player_example.c:(.text+0x7a5): undefined reference to `SDL_Init'
player_example.c:(.text+0x7ae): undefined reference to `SDL_GetError'
player_example.c:(.text+0x7fc): undefined reference to `SDL_SetVideoMode'
player_example.c:(.text+0x80f): undefined reference to `SDL_GetError'
player_example.c:(.text+0x873): undefined reference to
`SDL_CreateYU...
2007 Oct 24
16
PATCH 0/10: Merge PV framebuffer & console into QEMU
The following series of 10 patches is a merge of the xenfb and xenconsoled
functionality into the qemu-dm code. The general approach taken is to have
qemu-dm provide two machine types - one for xen paravirt, the other for
fullyvirt. For compatability the later is the default. The goals overall
are to kill LibVNCServer, remove alot of code duplication and/or parallel
impls of the same concepts, and