From: David C. <D. C. <si...@te...> - 2000-05-25 03:55:26
|
Mark Baker writes: > I just put the source for 0.0.5 up on SourceForge. The only new functionality > is support for SDL_ttf, and Pete Shinner's addition of get_error(). The rest of > this release was getting it to work on Win32. Woohoo!! > I'm going to recompile my Win32 binaries for the SDL_* DLLs and PySDL, and then > make them available for public consumption. At the 'make' step, I get the following output: gcc -fPIC -I/usr/local/include -g -O2 -I/usr/include/python1.5 -I/usr/include/python1.5 -DHAVE_CONFIG_H -c ./sdlmodule.c ./sdlmodule.c: In function `sdl_surface_get_at': ./sdlmodule.c:1469: warning: initialization from incompatible pointer type gcc -shared sdlmodule.o -lSDL -lSDL_image -lSDL_mixer -o sdlmodule.so The module builds ok, and 'make install' installs it, but when importing it, I get the following error: >>> import sdl Traceback (innermost last): File "<stdin>", line 1, in ? ImportError: /usr/lib/python1.5/site-packages/sdlmodule.so: undefined symbol: TTF_OpenFont David Clark si...@te... Preliminary pySDL Documentation: http://www3.telus.net/futility/futility/docs/pysdl/index.html |