Page 2 of 2

Re: Love2D on Ubuntu-Enabled Samsung Chromebook

Posted: Tue Feb 02, 2016 12:14 pm
by BlazingSpirit
bartbes wrote:That's because 0.8.0 still used SDL 1.2, if I remember correctly.
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.html

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
EDIT 2: Okay, nothing past the first set of instructions is working. It all shows the same basic error above. Love still isn't running.

Re: Love2D on Ubuntu-Enabled Samsung Chromebook

Posted: Tue Feb 02, 2016 7:30 pm
by bobbyjones
Are you following the instructions for 0.8.0? 0.8.0 has different dependencies than 0.9.0 or 0.10.0 iirc.

Re: Love2D on Ubuntu-Enabled Samsung Chromebook

Posted: Tue Feb 02, 2016 8:01 pm
by BlazingSpirit
bobbyjones wrote:Are you following the instructions for 0.8.0? 0.8.0 has different dependencies than 0.9.0 or 0.10.0 iirc.
BlazingSpirit wrote:I tried building Love 0.8.0, but some of the dependencies aren't downloading: libluajit-5.1-dev and libsdl2-dev.
Are these of the dependencies that I require? And is there a way to get them other then "sudo apt-get install"?