Search found 5 matches
- Mon Nov 19, 2018 9:59 pm
- Forum: Support and Development
- Topic: Debian "jack server is not running or cannot be started" error
- Replies: 3
- Views: 3129
Debian "jack server is not running or cannot be started" error
Hi there. I tried to install Löve2d on my Debian VM. I had problems compiling it and so I just installed it via the apt-get install love command. But now when I try to run a file i get this weird error-message in the console: ~/Desktop$ love lovegame Cannot connect to server socket err = No such fil...
- Thu Dec 14, 2017 10:07 pm
- Forum: Support and Development
- Topic: Making LÖVE on Lunix/CentOS
- Replies: 8
- Views: 5467
Re: Making LÖVE on Lunix/CentOS
Are you passing a path to SDL to configure? And if so, does the path you pass contain SDL_timer.h? If you compiled it from source I expect that file to be in /usr/local/include/SDL2. OK. Thank You! Finally! I just had to recompile the files with the new library installed, which I didnt think of bef...
- Thu Dec 14, 2017 4:48 pm
- Forum: Support and Development
- Topic: Making LÖVE on Lunix/CentOS
- Replies: 8
- Views: 5467
Re: Making LÖVE on Lunix/CentOS
There are some kind of precompiled packages in the repo Well.. where? I looked for it when I got error messages, but couldnt fine one. You shouldn't have to copy any files. I'm not sure how it manages to error when compiling, but work when configuring, that shouldn't be possible. Did you install sd...
- Tue Dec 12, 2017 9:26 pm
- Forum: Support and Development
- Topic: Making LÖVE on Lunix/CentOS
- Replies: 8
- Views: 5467
Re: Making LÖVE on Lunix/CentOS
So i just skipped the first Step because: bash: /platform/unix/automagic: No such file or directory That file only exists in the repository, and not in the source tarballs, as it's already been executed for those. If configure exists you can skip it. On the second step I came till I had to install ...
- Tue Dec 12, 2017 5:47 pm
- Forum: Support and Development
- Topic: Making LÖVE on Lunix/CentOS
- Replies: 8
- Views: 5467
Making LÖVE on Lunix/CentOS
OK. Im trying to install LÖVE2d on my CentOS 7 VM. So im supposed to run the followind commands: $ platform/unix/automagic $ ./configure $ make So i just skipped the first Step because: bash: /platform/unix/automagic: No such file or directory On the second step I came till I had to install LuaJit. ...