Re: [hatari-devel] SDL1 |
[ Thread Index | Date Index | More lists.tuxfamily.org/hatari-devel Archives ]
I tried deleting the whole source directory and download it again. Still same thing. I think I found the bug in cmake. Not sure if I can fix it, but I'll check!
Le 08/09/2016 à 08:40, Christer Solskogen a écrit :
On Wed, Sep 7, 2016 at 11:14 PM, Nicolas Pomarède
<npomarede@xxxxxxxxxxxx> wrote:
by the way, I see some errors now :
I saw them too. I'm no cmake expert, but I think the file might have
been added wrong somehow.
I do out-of-directory builds. So when I call cmake I do it like this:
"cmake ../hatari" instead of "cmake ." in side the hatari source
directory.
It happens only when I cross compile. Native builds works fine.
Hi
in "configure" script, we do :
rm -f `dirname $0`/CMakeCache.txt
rm -rf `dirname $0`/CMakeFiles/
Maybe you should do the same to ensure any old config is removed ?
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |