Search found 8 matches

by Thalassius
Tue Nov 12, 2019 9:40 pm
Forum: Bug Reports
Topic: Fullscreen not functional.
Replies: 4
Views: 2870

Re: Fullscreen not functional.

Oops, this should not happen! :-o Does it work if you run the pre-compiled binary from the release package? Or does it refuse to run on your system? The locally compiled version, behaves exactly as the repository one. (Runs perfectly. Just refuses going fullscreen). Do you have similar problems wit...
by Thalassius
Sat Nov 09, 2019 11:11 am
Forum: Bug Reports
Topic: Fullscreen not functional.
Replies: 4
Views: 2870

Fullscreen not functional.

Hi! :D When selecting the fullscreen option, it flashes for a moment and returns to window mode. Latest version, compiled with SDL 2 (v.2.0.5+dfsg1-2), on a Debian oldstable based distribution. PS. Bug tracker, seems to be unavailable for the time being. Trying to access it, returns an "Intern...
by Thalassius
Tue Aug 25, 2015 12:06 pm
Forum: General Discussion
Topic: Compilation question (Linux).
Replies: 11
Views: 11536

Re: Compilation question (Linux).

> No ilbmtoppm either. Very strange; "ilbmtoppm" is part of the "netpbm" package and required to build R'n'D from a Git checkout. Maybe try to uninstall and install the "netpbm" package again? Everything is OK now: giorgos-Τρι 25/08/2015 02:48 μμ~/rocksndiamonds>locate...
by Thalassius
Mon Aug 24, 2015 5:55 pm
Forum: General Discussion
Topic: Compilation question (Linux).
Replies: 11
Views: 11536

Re: Compilation question (Linux).

> I installed netpbm and there is a pnmtopng file, but not a libmtoppm one. Because it's "ilbmtoppm", not "libmtoppm". :-) Ooops! Sorry!!! :oops: No ilbmtoppm either. :( Did you get any further error messages when typing "make" (especially in the PNG file creation part...
by Thalassius
Mon Aug 24, 2015 2:41 pm
Forum: General Discussion
Topic: Compilation question (Linux).
Replies: 11
Views: 11536

Re: Compilation question (Linux).

Hey, apparently removing "-lsmpeg2" *did* work! When looking at your console output, it passes the linking stage without error now (and then fails at the next step because it seems that it cannot find the programs "pnmtopng" and/or "ilbmtoppm" -- install the NetPBM pac...
by Thalassius
Tue Aug 18, 2015 3:10 pm
Forum: General Discussion
Topic: Compilation question (Linux).
Replies: 11
Views: 11536

Re: Compilation question (Linux).

Oh well, the smpeg/smpeg2 library always makes some headaches... :-/ Please try the following: Remove the "-lsmpeg2" from the file "src/Makefile" Nope! Removing the lsmpg2 reference from Makefile, returns: ~/rocksndiamonds>make sdl2 make[1]: Entering directory `/home/giorgos/roc...
by Thalassius
Tue Aug 18, 2015 1:10 am
Forum: General Discussion
Topic: Compilation question (Linux).
Replies: 11
Views: 11536

Re: Compilation question (Linux).

Hello Thalassius, welcome to the R'n'D forum! :-) THANKS!!! It's really nice to find you!!! :D please just use the current code from the Git repository by doing a "git clone http://git.artsoft.org/rocksndiamonds.git". If you have SDL2 installed on your system, it should compile out of the...
by Thalassius
Mon Aug 17, 2015 4:25 pm
Forum: General Discussion
Topic: Compilation question (Linux).
Replies: 11
Views: 11536

Compilation question (Linux).

Hi! :D I was trying to compile RnD v.3.3.1.2 on my system (Mint 17.2 x64 KDE) with SDL2. However when giving "make sdl2", I'm getting the error: "make: *** No rule to make target `sdl2'. Stop.". Any hints??? :D PS. Compiling with SDL v.1.2 ("make sdl") works as expecte...