Re: Love2D on Ubuntu-Enabled Samsung Chromebook
Posted: Tue Feb 02, 2016 12:14 pm
Alrighty, then. Attempting to follow these instructions now to install SDL 1.2. I'll let you all know whether it all works or not. http://www.upubuntu.com/2012/01/how-to- ... imple.htmlbartbes wrote:That's because 0.8.0 still used SDL 1.2, if I remember correctly.
EDIT: Came across an error during building the SDL_image, I'll post it here.
Code: Select all
/bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/local/include/SDL -o showimage showimage.o libSDL_image.la -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lSDL -lpthread
libtool: link: gcc -g -O2 -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/local/include/SDL -o .libs/showimage showimage.o -Wl,-rpath -Wl,/usr/local/lib ./.libs/libSDL_image.so -L/usr/local/lib /usr/local/lib/libSDL.so -lm -ldl -lpthread
/usr/local/lib/libSDL.so: undefined reference to `_XGetRequest'
collect2: ld returned 1 exit status
make: *** [showimage] Error 1