Subject: Re: MaxR + Sdl2 = ?
Hi,
For your information
I'm on Linux, ubuntu 14.04 and have all library installed.
I download the working GIT-Repository (
https://git.maxr.org/maxr/maxr 13-02-2.15:12:00)
I use cmake in src/ with cmake .. and cmake write the Makefile
The compilation begin.
first error:
/MaxR/src/ui/graphical/framecounter.cpp:21:39: fatal error: ui\graphical\framecounter.h: Aucun fichier ou dossier de ce type
#include "ui\graphical\framecounter.h"
i write in src/ui/graphical/framecounter.cpp
#include "ui
/graphical
/framecounter.h"
and the compilation go on.
next error (and fatal for me)
MaxR/src/settings.cpp: In member function ‘std::string cSettings::searchDataDir(const string&)’:
MaxR/src/settings.cpp:300:3: error: ‘BUILD_DATADIR’ was not declared in this scope
BUILD_DATADIR,
^
I can test your new version if you are interested, it does not bother me.
This post has been edited
1
times. Last edit on Feb 13, 2015 12:48 pm by Ticky_le_troll.