[aquaria] Aquaria SDL build problem on 64bit Ubuntu 10.04

Miklos Aubert miklos.aubert at gmail.com
Tue Nov 22 03:31:52 EST 2011


On 22 November 2011 09:27, Tomasz Makarewicz <makson96 at gmail.com> wrote:

> Hi,
> I have downloaded latest source (from Sat, 19 Nov 2011 03:29:53 -0500)
> and after running 'cmake' command on 64 bit Ubuntu 10.04 I got
> following error:
>
> CMake Error at CMakeLists.txt:165 (message):
>  We don't have a prebuilt SDL for this platform.
>
> It is strange since previous source was building fine. So I compare
> CMakeList.txt from this source and previous one and find out, that if
> in lines 151 I change:
>
> if (NOT SDL_FOUND OR NOT SDLMAIN_FOUND)
>
> to
>
> if (NOT SDL_FOUND)# OR NOT SDLMAIN_FOUND)
>
> and in line 167:
>
> endif (NOT SDL_FOUND OR NOT SDLMAIN_FOUND)
>
> to
>
> endif (NOT SDL_FOUND)# OR NOT SDLMAIN_FOUND)
>
> it builds fine now.
>
> Hope that this will help.
> Best regards,
> Tomasz Makarewicz
>
> --
> http://ubuntu.pl
> _______________________________________________
> aquaria mailing list
> aquaria at icculus.org
> http://icculus.org/mailman/listinfo/aquaria
>


Oh, thanks for this ! I stumbled upon the same build error last night, but
I didn't have the time to track it down. I don't have access to the code
right now, but I think maybe this OR should be an AND ?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://icculus.org/pipermail/aquaria/attachments/20111122/2529c8ae/attachment.htm>


More information about the aquaria mailing list