Hello everybody,
Some days ago I noticed openMSX (MSX emulator, one can download
it here:
http://openmsx.sourceforge.net/ ) should run nice on OS/2 plataform,
since it requires GCC 4.1, SDL and some other already ported libraries.
I had installed Paul's Build Environment, installed GCC 4.3.3 over it,
adjuseted gcc433.cmd file, made some configurations and finaly was able
to run "ksh ./configure". The result was:
---------------------------------------------------------------
Using value of MAKE environment variable: "make.exe".
Probing target system...
Found libraries:
libpng: 1.2.10
libxml2: 2.6.28
OpenGL: no
GLEW: no
Jack: no
SDL: 1.2.10
SDL_image: yes
SDL_ttf: yes
Tcl: no
zlib: yes
Found headers:
libpng: yes
libxml2: yes
OpenGL: yes
GLEW: no
Jack: no
SDL: yes
SDL_image: yes
SDL_ttf: yes
Tcl: no
zlib: yes
Components overview:
Emulation core: no
CassetteJack: no
SDLGL renderer: no
Customisable options:
Install to: /opt/openMSX
(you can edit these in build/custom.mk)
Please install missing libraries and headers and rerun "configure".
---------------------------------------------------------------
On the build help, it is said GLEW, JACK and OPENGL
are optional, but not TCL. I found a very old and outdated
version of TCL on hobbes and when I was coping its files
to the environment build (inside \EXTRA directory) I found
out they were already there.
Looking into gcc433.cmd, I found no reference to TCL
directories such as TCL_LIBRARY, TK_LIBRARY and
TCLLIBPATH. This is right?
Anyone has any clues about it?
---- UPDATE ---
I discovered version 8.4 of TCL is required. I pointed TCL
directories as:
'SET TCL_LIBRARY=k:/extras/lib/tcl8.4'
'SET TCLLIBPATH=k:/extras/lib/tcl8.4'
But it still doesn't work... still tells me that TCL library and
headers are not installed.

---- UPDATE 2 ---
Tried to build newer TCL library but... not luck. The build
process stops with an error about some missing declaration.

Regards,
Daniel Caetano
daniel@caetano.eng.br