Search found 15 matches

by Giorgos
March 10th, 2017, 6:40 pm
Forum: MININIM
Topic: Compilation problem.
Replies: 30
Views: 21938

Re: Compilation problem.

Pressing Ctrl+Q? Yes. Pressing ^Q from inside the game (while fullscreen). Are you familiar with GDB and debugging in general? Ehm...well...so and so! I'm familiar with simple tasks with gdb (I was using it at scummvm testing), but that was long ago and I never was an expert of any kind with gdb. :...
by Giorgos
March 10th, 2017, 5:50 pm
Forum: MININIM
Topic: Compilation problem.
Replies: 30
Views: 21938

Re: Compilation problem.

Could you please issue a "bt" command to get a backtrace right after the crash? Of course! ;) Giving "bt", returns this: (gdb) bt #0 0x00007fffe9590034 in ?? () from /usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so #1 0x00007fffe958d573 in ?? () from /usr/lib/x86_64-linux-gnu/dri/fglr...
by Giorgos
March 10th, 2017, 3:27 pm
Forum: MININIM
Topic: Compilation problem.
Replies: 30
Views: 21938

Re: Compilation problem.

Could you recompile it with debugging enabled (passing "--enable-debug" option to the configure script) and get a backtrace? Yes of course! Here's the gdb.txt: The program being debugged has been started already. Start it from the beginning? (y or n) Starting program: /home/giorgos/minini...
by Giorgos
March 10th, 2017, 3:54 am
Forum: MININIM
Topic: Compilation problem.
Replies: 30
Views: 21938

Re: Compilation problem.

The executable has been built, though. What error messages do you get from running it? Indeed! I got tired in the process and I missed it! :D Seems like everything is running flawlessly. I'm only getting a segmentation fault, when exiting. giorgos-Παρ 10/03/2017 03:27 πμ~/mininim>./mininim MININIM ...
by Giorgos
March 9th, 2017, 10:10 pm
Forum: MININIM
Topic: Compilation problem.
Replies: 30
Views: 21938

Re: Compilation problem.

1) I launched the software-properties-kde utility and indeed I had disabled the source repositories. I never used them for many years now. When I'm compiling code I just download the last version and compile it (instead of using the mostly outdated repos sources). So I totally forgot it! :oops: 2) I...
by Giorgos
March 9th, 2017, 7:43 pm
Forum: MININIM
Topic: Compilation problem.
Replies: 30
Views: 21938

Re: Compilation problem.

Norbert wrote: -----
cmake .
-----
myself.
However, I think it's customary to use something like
-----
mkdir build-dir
cd build-dir
cmake ..
-----
Correct! ;)

I retried, but nothing changed. :?
by Giorgos
March 9th, 2017, 5:29 pm
Forum: MININIM
Topic: Compilation problem.
Replies: 30
Views: 21938

Re: Compilation problem.

Ooops!!! :shock: Indeed I had, the repositories Allegro version. Sorry!!! :oops: I removed the wrong version and I installed the forked version. 2 notes here: 1) "#apt-get build-dep allegro5" (shouldn't it be apt-get install) is not possible to complete, because there aren't such packages ...
by Giorgos
March 9th, 2017, 3:42 pm
Forum: MININIM
Topic: Compilation problem.
Replies: 30
Views: 21938

Re: Compilation problem.

1) Installing packages. ib50-dev libreadline-dev9 PM~#>apt-get install automake autoconf gcc make gnulib cmake lua50 liblua50-dev libluali Reading package lists... Done Building dependency tree Reading state information... Done autoconf is already the newest version. automake is already the newest v...
by Giorgos
March 9th, 2017, 2:37 am
Forum: MININIM
Topic: Compilation problem.
Replies: 30
Views: 21938

Re: Compilation problem.

Have you installed liblualib50-dev? That's the package containing the offending file. THANKS oitofelix for your assistance !!! ;) The only Lua package I didn't install, is the one for documentation. Interpreter, shared libraries and development ones, are all in place. Also, invoke configure like th...
by Giorgos
March 8th, 2017, 10:58 pm
Forum: MININIM
Topic: Compilation problem.
Replies: 30
Views: 21938

Compilation problem.

Hi! :D I was trying to compile Mininim at my system (Debian Jessie KDE x64 Lua v.5.0.3). Bootstrap and configuration completed succesfully, but making gave me the error: src/mininim.h:72:21: fatal error: lauxlib.h: no such file or directory #include <lauxlib.h> ^ compilation terminated. Any opinion...
by Giorgos
May 30th, 2016, 8:51 pm
Forum: MININIM
Topic: Problem compiling, the development version [SOLVED].
Replies: 8
Views: 7710

Re: Problem compiling, the development version [SOLVED].

Oh I didn't notice!
THANKS!!! :D
by Giorgos
May 30th, 2016, 1:57 pm
Forum: MININIM
Topic: Problem compiling, the development version [SOLVED].
Replies: 8
Views: 7710

Re: Problem compiling, the development version [SOLVED].

Awesome! :D Ehm...but I feel, that I'm still missing something! :oops: Just a couple of questions: 1) I uninstalled it and installed the new version. I don't have the man page installed. (Not important, since "mininim -?" is always works). 2) What keys should be used, instead of Home and ...
by Giorgos
May 29th, 2016, 8:02 pm
Forum: MININIM
Topic: Problem compiling, the development version [SOLVED].
Replies: 8
Views: 7710

Re: Problem compiling, the development version.

THANKS oitofelix for your help!!! :D

1) I didn't know about the multi-room feature!
Indeed passing the 1x1 switch works perfectly!

2) Seems like after trying a lot of different switches from console I put the wrong one.
Indeed the --time-limit, was the correct choice.

THANKS AGAIN!!! :D
by Giorgos
May 29th, 2016, 2:41 pm
Forum: MININIM
Topic: Problem compiling, the development version [SOLVED].
Replies: 8
Views: 7710

Re: Problem compiling, the development version.

1) Thanks Norbert! ;) Indeed installing help2man, solved the problem. My suggestion is, posting the requirements at INSTALL file, because ./configure output is very long and you can easily miss things. 2) I don't know if these are bugs, but: a) When starting the game the output isn't correct (shows ...
by Giorgos
May 29th, 2016, 2:16 am
Forum: MININIM
Topic: Problem compiling, the development version [SOLVED].
Replies: 8
Views: 7710

Problem compiling, the development version [SOLVED].

Hi! :P I downloaded the latest development version and I'm trying to install it on my system (Mint 17.3 x64 KDE). I gave "./bootstrap" and "./configure", which they completed successfully, but giving "make", returns (after a while), these lines: /bin/bash: line 2: --na...