VOGONS

Common searches


Search results

Display options

Re: Parallel/Printer standalone patch?

Please find the equivalent lines of code in Ykhwong's build (he posts source code). Then replace the lines with problems with his lines of code. That would be a good start so the patch code compiles with the latest svn code. I believe the patch you are applying is fairly old. Truth, you are a sexy …

Re: Parallel/Printer standalone patch?

Ok, so, the ./autogen.sh runs like a charm, and I run my configure as follows (per truth, thanks again man! http://www.si-gamer.net/truth/ ) CFLAGS="-O2" CXXFLAGS="-O2 -mno-ms-bitfields" CPPFLAGS="-I/usr/include" ./configure --enable-core-inline Seems to execute without an issue (I'll attach the log …

Re: Parallel/Printer standalone patch?

Alright, first, in dosbox.cpp, directlpt4.diff states: @@ -389,7 +390,7 @@ secprop->Add_string("tandy","auto"); secprop->Add_int("tandyrate",22050); secprop->AddInitFunction(&DISNEY_Init,true);//done - secprop->Add_bool("disney",true); + secprop->Add_bool("disney",false); Where dosbox.cpp currently …

Re: Parallel/Printer standalone patch?

Hmm...I'm not so sure this patch is compatible with SVN r3858. But, it is possible (and likely) I'm doing something wrong. I've added a lot of the lines in manually (if not, all) from directlpt4.diff to their respective files, corrected a few of the run-time errors, and compiled the source. The …

Re: gcc/g++ building libpcap/winpcap

I would follow my mingw guide. First, your gcc version is reported as 4.5.2 in your config.log, yet you are expecting 4.8.1. Your msys/ directory is reported in two separate locations in your post above. Also, your ./configure commandline has no parameters although parameters are necessary in this …

Re: gcc/g++ building libpcap/winpcap

There is a guide for the novice to compile dosbox. Please see the link in my signature. Thanks! While I appreciate the resource, I'm pretty sure the issue is narrowed down to how I'm adding the headers to mingw. Dosbox itself, the SDL net and SDL libraries are going in no problem, and the build …

Re: gcc/g++ building libpcap/winpcap

Ensure you run ./autogen.sh after patching dosbox, then run the ./configure line. I use winpcap 4.0.1, perhaps find this version if the problem persists. I have some recollection of trying different versions until one worked. Also, list the true directory name of /usr/include and /usr/lib and which …

Re: gcc/g++ building libpcap/winpcap

The files should be in the developer's pack and the regular installation package; it's been a while since I checked. However, you shouldn't need source to compile. Compile a 32-bit dosbox binary and use 32-bit pcap binaries. Leave out the -lz parameter for initial testing. Once it compiles, then …

Re: gcc/g++ building libpcap/winpcap

1. download winpcap from here: http://www.winpcap.org 2. move *.a files to /usr/lib/ and *.h files to /usr/include/pcap/ 3. copy packet.dll, pthreadvc.dll, wanpacket.dll, wpcap.dll to /usr/bin (extract these files from binary install files; perhaps UniExtract will perform extraction) 4. Edit dosbox …

gcc/g++ building libpcap/winpcap

Hey guys, I'm trying to build dosbox from the latest source and adding the ne2000 patch ( http://sourceforge.net/p/dosbox/patches/238/ ). I'm trying to use mingw and gcc/g++ 4.8.1. Building the sdl-1.2.15 and sdl_net-1.2.8 was just fine, and I applied the patch to the source (seemingly) without …

Page 1 of 1