<html><head><style type="text/css">body, p, li { font-family: NokiaPureTextLight; }</style></head><body><div id="fenix-user-content">
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Hi,</p>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">I can confirm this problem (and the solution), with Archlinux, 64 bits too.</p>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br></p>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">mirandir</p></div><br><div id="fenix-reply-header"><p>Le 22/11/11 09:27 Tomasz Makarewicz a écrit&nbsp;:<br></p></div><div id="fenix-quoted-body">Hi,<br>I have downloaded latest source (from Sat, 19 Nov 2011 03:29:53 -0500)<br>and after running 'cmake' command on 64 bit Ubuntu 10.04 I got<br>following error:<br><br>CMake Error at CMakeLists.txt:165 (message):<br>&nbsp;We don't have a prebuilt SDL for this platform.<br><br>It is strange since previous source was building fine. So I compare<br>CMakeList.txt from this source and previous one and find out, that if<br>in lines 151 I change:<br><br>if (NOT SDL_FOUND OR NOT SDLMAIN_FOUND)<br><br>to<br><br>if (NOT SDL_FOUND)# OR NOT SDLMAIN_FOUND)<br><br>and in line 167:<br><br>endif (NOT SDL_FOUND OR NOT SDLMAIN_FOUND)<br><br>to<br><br>endif (NOT SDL_FOUND)# OR NOT SDLMAIN_FOUND)<br><br>it builds fine now.<br><br>Hope that this will help.<br>Best regards,<br>Tomasz Makarewicz<br><br>--<br>http://ubuntu.pl<br>_______________________________________________<br>aquaria mailing list<br>aquaria@icculus.org<br>http://icculus.org/mailman/listinfo/aquaria<br></div><br></body></html>