VOGONS

Common searches


Search results for dosbox ece compile

Display options

Re: DOSBox ECE (Windows, Linux)

DosBox SVN still works fine on Windows 9x. It's Visual Studio that's the cause. I figured, and I tried to research how to compile … knowledge capabilities. ....but if the ECE dosbox executable works then not sure what's … SDL.DLL. EDIT: Actually the ECE executable does work in Win9x without kernelex …

Re: DOSBox ECE (for Windows)

… at 1.16 at the moment, because with 1.19 DOSBox crashes every time when I close it (Maybe that's … and more a pain in the ass to compile under windows! 1.16 only compiled using an older version of GCC (I used … of MINGW, when you try to build ECE? Especially the configuring part might be interesting.

Re: DOSBox ECE (for Windows)

Hey, I can't get this to compile on Mac OS/X. I've rolled vanilla SVN builds on this machine so it "should" work but I hit a bunch of errors. ECE differs from vanilla in several files and has some more dependencies, so there's a good chance you might run into more errors, especially on MacOS. I'm …

Re: DOSBox ECE (for Windows & Linux)

Thanks, I will try to figure out if this openglide repistory will compile for macOS. No sign of how to generate a make file or autogen etc, but I will investigate. I also realized that 'glide' in Homebrew has absolutely nothing to do with the glide API for 3D acceleration so that is a dead end. I …

Re: DOSBox ECE (for Windows & Linux)

ECE version and the normal SVN on Linux Debian 9 right now, downloaded from the Yesterplay80 blog. I am getting an error... ./dosbox … sound-1.0.so.1 What am I missing? Normal Dosbox is installed via apt and works. As … versions installed simultaneously), or compile yourself a 64bit version of DOSBox.

Re: DOSBox ECE (Windows, Linux)

… SDL included with it are compiled with a version of Visual Studio that's not compatible with 9x. If ECE is using SDL1 then … anything. (Assuming no custom modifications to SDL for ECE). ....but if the ECE dosbox executable works then not sure what's going on there …

Re: DOSBox ECE (for Windows & Linux)

Thanks to all for the answers! :blush: My programming skills are limited to writing simple bash scripts, so compiling is not something, I completely understand in all its glamour - but I understood, what you were saying, with the dependencies :-) If I understood everything right: The binaries (that …

Re: DOSBox ECE (for Windows)

… . What exactly are you trying to achive by compiling ECE yourself? Is there any chance you might consider … also for Visual C++), like the environment available for the DOSBox-X branch? TBH, I don't want to mess around … feature of Daum for me as well as in DOSBox-X. What would support for that bring? Do …

Re: DOSBox ECE (Windows, Linux)

… some influential voice to what will be included in ECE. The term "Community" in a open source … support. It would add some more dependencies to DOSBox, plus so far there doesn't seem to be … 8.x, 10). Even worse, Win10Pcap can only be compiled in VS2008 SP1 Standard Edition or higher editions, none …

Re: DOSBox ECE (for Windows)

I used Notepad++ to "replace all" the MP3 with OGG with a single click, but indeed I had to do that to all my cd audio games. Now they are not compatible with the Vanilla build, but I use ECE exclusively anyway. @Yesterplay80 Do you still add patches manually or you use some script to apply them all …

Re: DOSBox ECE (for Windows & Linux)

It isn't that difficult to compile a 32bit ver of DOSBox on a 64bit distro. Attached is a WIP of compiling DOSBox on Windows 10 WSL with Ubuntu 18.03 and Ubuntu 18.04 in a VM that contains instructions for compiling 32bit and 64bit binaries for Windows and Linux. The guide is lengthy since it covers …

Re: DOSBox ECE (for Windows & Linux)

Okay, I had to adjust some other patches after applying the "new" 3Dfx patch from kjliew, but I managed to get the windows version working again. I still have to get openglide into my Linux VM so I can try to compile the code there, too. In the meantime, it'd be nice if someone could give me some …

Re: DOSBox ECE (for Windows & Linux)

Ah, thank for the hint. However, I can't copmpile opusfile because of missing autoconf files for pkg-config, which isn't available for MSYS/MINGW... Time to get the MSYS2 environment working... So, for the time being, ECE will be stuck on Rev. 13 of your patch until I can compile it under MSYS2.

Re: DOSBox ECE (for Windows & Linux)

anyone tried using one of the libretro shaders? https://github.com/libretro/glsl-shaders I've tried both CRT-EasyMode and CRT-Lottes-Fast and all I get is a black frame the console does not output any error/warning regarding being unable to load/compile the .glsl file I'm on Windows 10 laptop, using …

Re: DOSBox ECE (Windows, Linux)

Thank you for your help so far! OK, I once again tried to compile DOSBox by replacing the corresponding lines in both makefiles with these: LIBS = -L/usr/lib/i386-linux-gnu/libSDL_sound.a -L/usr/lib/libasound.a -lm -ldl -pthread -L-L/usr/lib/i386-linux-gnu/libSDLmain.a /usr/lib/i386-linux-gnu/libSDL …

Re: DOSBox ECE (Windows, Linux)

@yesterplay, make a static build of Dosbox for linux, meaning you compile all dependenies into DOSBox, otherwise you run into these above problems. Especially with SDL_sound which can be compiled against SDL 1.2x or SDL2 on the other systems and thus might not be compatible.

Page 5 of 12