Errors while compileing DOSBox MegaBuild from source
Tofloor
poster avatar
savanweylyn
deepin
2016-09-03 12:54
Author
Hi,

I'm trying to compile DOSBox Megabuild with emulated NE2000 NIC to run Windows for Workgroups 3.11 in it. But whenever i run sudo make install, i see this.
What can i do?
Reply Favorite View the author
All Replies
infuscomus
deepin
2016-09-04 04:42
#1
I'm reasonably sure megabuild is quite a bit out of date, I would suggest using dosbox-x instead

https://github.com/joncampbell123/dosbox-x

I'd also recommend compiling 32-bit. since dynamic core is broken on 64-bit
Reply View the author
savanweylyn
deepin
2016-09-04 09:21
#2
https://bbs.deepin.org/post/31436
I'm reasonably sure megabuild is quite a bit out of date, I would suggest using dosbox-x instead

ht ...

Does DOSBox-X support networking? I mean real networking, not just IPx tunneling. Does it have a build-in emulated NIC like NE2000? Because i couldn't find any information about this.
And how can i build it's x86 version on an x64 OS?
Reply View the author
infuscomus
deepin
2016-09-04 21:48
#3
yep, it does, you can see the source code for it here
https://github.com/joncampbell12 ... hardware/ne2000.cpp

i think the easiest solution for this is just to use a copy I compiled - I'll upload it in a minute

unless you want me to tell you how to do it yourself? - it's tedious though
Reply View the author
infuscomus
deepin
2016-09-04 22:19
#4
Edited by infuscomus at 2016-9-4 14:24

here it is - 145mb since i included the source

https://ufile.io/24a10

you might need to change permissions on the files, i'm not sure

copy the files in the /2sep2016/build/usr/local/bin/ directory to /usr/local/bin
run the dosbox-x shell script to make it work
it's based off the scripts from gog.com, it tells dosbox where to find it's dependencies
Reply View the author
savanweylyn
deepin
2016-09-05 12:15
#5
Edited by savanweylyn at 2016-9-4 21:38
https://bbs.deepin.org/post/31436
here it is - 145mb since i included the source

https://ufile.io/24a10

Thank you!

Edit: Could you please tell me where's the config file dosbox-x is using? Because it's not at /home/myusername/.dosbox/dosbox-0.74.conf, that's for sure.
Reply View the author
infuscomus
deepin
2016-09-06 05:14
#6
start a new ternimal, go to /home/myusername/.dosbox/

launch dosbox-x then
config -writeconf

from within dosbox-x, you should now have a conf file
Reply View the author
savanweylyn
deepin
2016-09-06 06:49
#7
https://bbs.deepin.org/post/31436
start a new ternimal, go to /home/myusername/.dosbox/

launch dosbox-x then

Thanks again!
Reply View the author