Compiling on Haiku

This particular forum is archives, bug reports should be made at https://github.com/visualboyadvance-m/v ... e-m/issues


Post Reply
deniseweird
Junior Member
Posts: 28
Joined: Thu Mar 20, 2008 7:53 am

Compiling on Haiku

Post by deniseweird »

It's me here again pestering you. [img]<fileStore.core_Emoticons>/emoticons/tongue.png[/img]/emoticons/tongue@2x.png 2x" width="20" height="20" /> I recently installed Haiku on my computer (see http://www.haiku-os.org/). It seems like a great OS so far. And so I decided to atleast try compiling VBA-M. I got a few errors I don't know what to do about though:

 

~/vbam/trunk/build> cmake ..

System is unknown to cmake, create:

/boot/home/config/share/cmake-2.5/Modules/Platform/Haiku

Haiku.cmake to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake

-- Check for working C compiler: /boot/develop/tools/gnupro/bin/gcc

System is unknown to cmake, create:

/boot/home/config/share/cmake-2.5/Modules/Platform/Haiku

Haiku.cmake to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake

-- Check for working C compiler: /boot/develop/tools/gnupro/bin/gcc -- works

-- Check size of void*

System is unknown to cmake, create:

/boot/home/config/share/cmake-2.5/Modules/Platform/Haiku

Haiku.cmake to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake

-- Check size of void* - done

-- Check for working CXX compiler: /bin/c++

System is unknown to cmake, create:

/boot/home/config/share/cmake-2.5/Modules/Platform/Haiku

Haiku.cmake to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake

-- Check for working CXX compiler: /bin/c++ -- works

CMake Error: your ASM compiler: "CMAKE_ASM_COMPILER-NOTFOUND" was not found. Please set CMAKE_ASM_COMPILER to a valid compiler path or name.

-- Looked for Z libraries named .

CMake Error: Could NOT find z library

-- Configuring done

 


 

I know I don't have zlib. I should fix that soon. But the other errors I don't know what to do about. If there's anyone who can help with this, it would be very appreciated! VBA-M sources I used were fetched from SVN today.

Post Reply