Search found 7 matches

by jchayan
Mon Mar 17, 2014 6:05 pm
Forum: Support and Development
Topic: Compiling LÖVE on CentOS 6.5
Replies: 10
Views: 6594

Re: Compiling LÖVE on CentOS 6.5

I tried that Mari0 SE Beta and hmm..

Image

Cool, now this thread can be set as closed, thank you all :D
by jchayan
Mon Mar 17, 2014 5:49 pm
Forum: Support and Development
Topic: Compiling LÖVE on CentOS 6.5
Replies: 10
Views: 6594

Re: Compiling LÖVE on CentOS 6.5

Ok! Thanks josefnpat!

Slime i will try that, thanks for your help, very appreciated!

:)
by jchayan
Mon Mar 17, 2014 5:24 pm
Forum: Support and Development
Topic: Compiling LÖVE on CentOS 6.5
Replies: 10
Views: 6594

Re: Compiling LÖVE on CentOS 6.5

Well I made it work by running ldconfig It loads the baby inspector animation. http://i57.tinypic.com/29mp0kw.png But when I load a game (i.e mario from stabyourself.net) it says that the game was developed for a different version of love http://i61.tinypic.com/2gugj0k.png And then this: http://i60....
by jchayan
Mon Mar 17, 2014 4:56 pm
Forum: Support and Development
Topic: Compiling LÖVE on CentOS 6.5
Replies: 10
Views: 6594

Re: Compiling LÖVE on CentOS 6.5

Ok I compiled physfs 2.0 succesfully with cmake and tried sudo make again. The last warning I got was: *** Warning: Linking the executable love against the loadable module *** liblove.so is not portable! libtool: link: /opt/centos/devtoolset-1.1/root/usr/bin/c++ -g -O2 -std=c++11 -o .libs/love love....
by jchayan
Mon Mar 17, 2014 4:25 pm
Forum: Support and Development
Topic: Compiling LÖVE on CentOS 6.5
Replies: 10
Views: 6594

Re: Compiling LÖVE on CentOS 6.5

Physfs 1.0.2 :/

I will try to install a package from fedora 14 if available, if it's not available. I will try to compile it.
by jchayan
Mon Mar 17, 2014 4:11 pm
Forum: Support and Development
Topic: Compiling LÖVE on CentOS 6.5
Replies: 10
Views: 6594

Re: Compiling LÖVE on CentOS 6.5

Thanks for your answer. I installed devtools for CentOS which contains gcc 4.7.2 and supports c++11 When making now I got this: modules/filesystem/physfs/Filesystem.cpp: In member function 'bool love::filesystem::physfs::Filesystem::mount(const char*, const char*, bool)': modules/filesystem/physfs/F...
by jchayan
Mon Mar 17, 2014 6:58 am
Forum: Support and Development
Topic: Compiling LÖVE on CentOS 6.5
Replies: 10
Views: 6594

Compiling LÖVE on CentOS 6.5

Hi there I've been trying to compile love in CentOS i have solved for some dependencies by compiling them (like SDL 2 and DevIL). First of all i run ./configure script and i get this error: configure: WARNING: Could not find pkg-config definition for luajit5.1 or luajit, falling back to manual detec...