You are not logged in.

#1 2010-01-26 04:14:05

commodore256
Member
Registered: 2009-08-29
Posts: 24

Dosbox CVS Builds?

I've been researching for hours on how to get Dosbox to access the internet. It turns out, I need a Dosbox version that supports NE2000, download the ne2000.com driver and put this command into dosbox.

ne2000.com 0x60

The only problem is there are no linux binaries of these versions of dosbox and I can't compile it, I got a build error with megabuild5

g++ -DHAVE_CONFIG_H -I. -I../..  -I../../include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT  -g -O2  -I/usr/include/freetype2 -MT setup.o -MD -MP -MF .deps/setup.Tpo -c -o setup.o setup.cpp
setup.cpp: In member function 'bool Value::set_hex(const std::string&)':
setup.cpp:148: error: 'INT_MIN' was not declared in this scope
setup.cpp: In member function 'bool Value::set_int(const std::string&)':
setup.cpp:157: error: 'INT_MIN' was not declared in this scope
make[3]: *** [setup.o] Error 1

This is why I like yaourt, it does all of the compiling and dependency tracking for you.

Anyway, there's more than just networking in these CVS builds, there's parallel port passthrough, Glide Emulation (that API was good for it's time), Experimental Direct3D support, Opengl and someone even got Half-Life 1 to work in dosbox. (How the hell does that work? lol)

Here's some links to what I'm talking about.

getting networking to work in a patched windows version
List of Dosbox CVS Builds
The CVS Build that I want to use (with alsa and sdl)

Postscript: Chromium is awesome! It restored this unsaved thread before I submitted after I did a hard reset from running dosbox in wine.

Last edited by commodore256 (2010-01-26 04:14:29)

Offline

#2 2010-01-26 20:07:27

winch
Member
Registered: 2008-04-13
Posts: 43

Re: Dosbox CVS Builds?

It builds for me if I add
#include <limits.h>
To the list of includes in src/misc/setup.cpp

Offline

#3 2010-01-27 01:43:36

commodore256
Member
Registered: 2009-08-29
Posts: 24

Re: Dosbox CVS Builds?

Thanks, but even with the binary compiled, I get arachne to work, It still couldn't connect.

Offline

Board footer

Powered by FluxBB