OPENMSX on Zeta/BeOS? (Emulation Foros MSX)MSX Resource Center            
                       
English Nederlands Espa�ol Portugu�s Russian                  
 Noticias
   Página principal
  Almacén de noticias
  Temas de noticias

 Recursos
   Foros MSX
  Artículos
  Analisis
  Informe de ferias/RUs
  Álbum de fotos
  Ferias y encuentros
  Encuestas
  Enlaces
  Buscar

 Software
   Descargas
  Tienda Online

 MRC
   Quiénes somos
  Únete a nuestro equipo
  Donar
  Políticas
  Contacta con nosotros
  Enlázanos
  Estadísticas

 Buscar
 
  

  

 Login
 

Login

Contraseña




¿Aún no tienes una cuenta? ¡Conviértete en miembro del MSX Resource Center! ¡Únete a nosotros!.


 Estadísticas
 

Hay 36 invitados y 3 miembros en línea

Eres un usuario anónimo.
 

Foros MSX


Foros MSX

Emulation - OPENMSX on Zeta/BeOS?

Autor

OPENMSX on Zeta/BeOS?

spl
msx professional
Mensajes: 762
Publicado: Febrero 24 2007, 18:54   
Hi!

I have downloaded OPENMSX sources to see if it's possible to compile it under ZETA 1.21. But the main problem is that when I do a simple "configure", it stops saying "Unknown operating systems BeOS"

Do you know if it's possible to compile OPENMSX on ZETA? A good MSX emulator it's needed

Yours,
mth2
msx friend
Mensajes: 4
Publicado: Febrero 24 2007, 23:37   
I think it should be possible, as SDL supports BeOS and all other libraries openMSX requires should be portable enough to compile anywhere.

First step is to make BeOS a recognised platform. Edit the file "build/detectsys.sh", look for the line that says "case "$GUESSED_OS" in" and add a case for BeOS. Probably this will do it:
*beos*)
                OPENMSX_TARGET_OS=beos;;

Next step is to create a platform specific build file named "platform-beos.mk" (also in the "build" directory). It is probably easiest to take "platform-linux.mk" as a base and change things that do not work.

Please set the environment variable OPENMSX_FLAVOUR to "devel", this gives you a build with asserts and debug symbols, so it is much easier to investigate problems should openMSX compile but not run.

The openMSX build system uses the lib-config scripts to find the libraries it needs, for example for SDL it looks for the "sdl-config" script, so make sure those scripts are in the $PATH. The logging for the "conifgure" process can be found in "derived/x86-beos-devel/config/probe.log", this contains the exact error messages if openMSX fails to detect a library.

Please inform us of your progress. You can post here, subscribe to the openmsx-devel mailinglist (via SourceForge) or join #openmsx on freenode IRC. I won't be on IRC much tomorrow, but usually I'm there every evening. If you manage to get openMSX working, I'd like to merge your changes into the main openMSX tree, so we can support one more platform out of the box

spl
msx professional
Mensajes: 762
Publicado: Febrero 25 2007, 15:11   
Thanks. I will try it tomorrow. I have not much knowledge on "modern" development, but I was succesful to compile a SDL app on ZETA (Schism Tracker, which can be found on my website), and now I want to compile OPENMSX

Yours,

PS: I have not Inet in my new home, but I'll try to contact you for example... trough my job
 
 







(c) 1994 - 2009 Fundación MSX Resource Center. MSX es una marca registrada de MSX Licensing Corporation