[aquaria] Aquaria SDL build problem on 64bit Ubuntu 10.04
    Tomasz Makarewicz 
    makson96 at gmail.com
       
    Tue Nov 22 03:27:23 EST 2011
    
    
  
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
    
    
More information about the aquaria
mailing list