[Mono-list] Error building mono-debugger-0.2.0 - can't find gapi_codegen.exe

Darren Tuer darren_tuer@technologyonecorp.com
Mon, 24 Feb 2003 22:31:11 +1000


Hi all,

I'm having problems building mono-debugger-0.2.0.

I have sucessfully built the latest snapshot of the mono and mcs sources (
the 23 Feb snapshot ) without any obvious errors.

After untarring the source for the mono-debugger I've run configure, then
'make'.

I get the following error towards the end of the make process.

make[3]: Leaving directory
`/usr/local/src/mono/mono_debugger/mono-debugger-0.2.0/widgets/sources'
Making all in generator
make[3]: Entering directory
`/usr/local/src/mono/mono_debugger/mono-debugger-0.2.0/widgets/generator'
mono /usr/bin/gapi_codegen.exe --generate ./gtk-api.xml
./mono.debugger.gui-api.xml --include /usr/share/gapi/gdk-api.xml
/usr/share/gapi/gtk-api.xml     /usr/share/gapi/atk-api.xml && touch
generated-stamp
Can not open image /usr/bin/gapi_codegen.exe
make[3]: *** [generated-stamp] Error 1
make[3]: Leaving directory
`/usr/local/src/mono/mono_debugger/mono-debugger-0.2.0/widgets/generator'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/usr/local/src/mono/mono_debugger/mono-debugger-0.2.0/widgets'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/usr/local/src/mono/mono_debugger/mono-debugger-0.2.0'
make: *** [all-recursive-am] Error 2

When running the configure script, I do get a warning about a missing Jay
(?)

checking for mono... (cached) /usr/bin/mono
checking for mcs... (cached) /usr/bin/mcs
checking for jay... no

A search for gapi_Codegen.exe turns up nothing.

Has anyone come across this prob, or got any suggestions ?

Thanks in advance for the assistance.