VOGONS


First post, by Pickle

User metadata
Rank Member
Rank
Member

Trying to build CVS code on a suse 11.0 i686 machine.
I followed the directions:

./autogen
./configure
make

i have all the needed devel source. Dont see any issues during the configure, but I get this response:

make  all-recursive
make[1]: Entering directory `/home/pickle/source/dosbox_cvs/dosbox'
Making all in src
make[2]: Entering directory `/home/pickle/source/dosbox_cvs/dosbox/src'
Making all in cpu
make[3]: Entering directory `/home/pickle/source/dosbox_cvs/dosbox/src/cpu'
Making all in core_full
make[4]: Entering directory `/home/pickle/source/dosbox_cvs/dosbox/src/cpu/core_full'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/pickle/source/dosbox_cvs/dosbox/src/cpu/core_full'
Making all in core_normal
make[4]: Entering directory `/home/pickle/source/dosbox_cvs/dosbox/src/cpu/core_normal'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/pickle/source/dosbox_cvs/dosbox/src/cpu/core_normal'
Making all in core_dyn_x86
make[4]: Entering directory `/home/pickle/source/dosbox_cvs/dosbox/src/cpu/core_dyn_x86'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/pickle/source/dosbox_cvs/dosbox/src/cpu/core_dyn_x86'
Making all in core_dynrec
make[4]: Entering directory `/home/pickle/source/dosbox_cvs/dosbox/src/cpu/core_dynrec'
make[4]: *** No rule to make target `decoder_macros.h', needed by `all-am'. Stop.
make[4]: Leaving directory `/home/pickle/source/dosbox_cvs/dosbox/src/cpu/core_dynrec'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/pickle/source/dosbox_cvs/dosbox/src/cpu'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/pickle/source/dosbox_cvs/dosbox/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/pickle/source/dosbox_cvs/dosbox'
make: *** [all] Error 2

Reply 1 of 5, by wd

User metadata
Rank DOSBox Author
Rank
DOSBox Author

Maybe wait a bit until the last changes to the recompiler are visible,
though i don't know if it will compile for arm.
The missing entries to Makefile.am (compare against M-HT's version)
should be present then though.

Reply 2 of 5, by Pickle

User metadata
Rank Member
Rank
Member

Sorry this isnt related to ARM (gp2x) at all, im trying to make my own build for my x86 pc. I had an issue with the 0.72 that i read was fixed in the cvs, so im trying the cvs but ran into the issue above.

Reply 3 of 5, by Pickle

User metadata
Rank Member
Rank
Member

ok i fixed it I removed decoder_macros.h from the makefile.in, this file doesnt seem to exist, I guess thats why it failed?

Reply 4 of 5, by wd

User metadata
Rank DOSBox Author
Rank
DOSBox Author

Yes, guess i forgot to commit that file.

Reply 5 of 5, by wd

User metadata
Rank DOSBox Author
Rank
DOSBox Author

Should be working again, the file was merged into another file and i forgot to remove it from the .am, thanks for noting.