With the latest prc-tools (2.3) and Palm SDK (sdk-5r3) installed under cygwin, I am able to build a hello.prc (hello world) program, but configure for the Waba VM fails. I am new to building the waba VM and any help would be much appreciated.
The command line used was: "./configure --with-prefix=m68k-palmos". The configure failure from the end of config.log follows:
configure:1204: checking whether m68k-palmos-gcc accepts -g
configure:1464: checking how to run the C preprocessor
configure:1485: m68k-palmos-gcc -E conftest.c >/dev/null 2>conftest.out
configure:1480: assert.h: No such file or directory
configure: failed program was:
#line 1479 "configure"
#include "confdefs.h"
#include <assert.h>
Syntax Error
configure:1502: m68k-palmos-gcc -E -traditional-cpp conftest.c >/dev/null 2>con
ftest.out
configure:1497: assert.h: No such file or directory
configure: failed program was:
#line 1496 "configure"
#include "confdefs.h"
#include <assert.h>
Syntax Error
configure:1519: m68k-palmos-gcc -nologo -E conftest.c >/dev/null 2>conftest.out
m68k-palmos-gcc: unrecognized option `-nologo'
configure:1514: assert.h: No such file or directory
config.log output
Hello,
unfortunately, there is no more activity on waba.sf.net since many years...
But looking at your error, it seems that the cross-compilation environment is not ok. It should find assert.h.
I'm sorry to not be able to help more on this topic.
Have a nice day.