VOGONS

Common searches


Search results

Display options

Re: Building Daum on Linux (Ubuntu)

Hi, I've been unable to compile SVN Daum on Ubuntu. I've been in contact with Taewoong Yoo but I'm not getting anywhere. I've run sed -i "s/\r//g" against acinclude.m4 and configure.ac as he suggested adn it's still failing. I believe the failure is on "Sound_GetDuration". Google hasn't found …

Re: DOSBox-X branch

Maybe a wrong thread, but DOSBox SVN Daum 20150125 gives me less fps in Blood. :confused: Not exactly sure why that happens. However, I assume that that is caused by some vga_draw updates from DOSBox-X which are incorporated into my build. AFAIK, the linewise (drawing line by line) is forced and …

Re: DOSBox-X branch

I recommend getting some form of source control so that you can track revisions in your code as you apply patches. If you use git, it also makes it easier for other people to incorporate your changes by pulling your branch and then using git's merge functions, and you can git pull from other's …

Re: DOSBox-X branch

A regression regarding a recent dosbox-x change is found: case sensitivity issue in the environment variables set. Lower-case variables should overwrite the upper-case variables. For example, typing "set path=c:\" makes the SET command show both PATH and path variables. The following patch should …

Re: DOSBox-X branch

SedrynTyros, could you remove my email address, please? Malicious spam bots circulating on the web can collect the address, making me hard to keep junk mail out of my inbox. Few years ago, I replaced the plain text with an image on my website to prevent the situation. I do not have my own source …

Re: Ykhwong's Daum Build and OSX

I've just successfully compiled a binary for i386-apple-darwin with static libraries except libtbb. Here is the LIBS variable that I set for the compilation. Some libraries had to be manually built without the use of MacPorts. LIBS=-framework IOKit -framework OpenGL -framework Carbon -framework …

Re: Mouse Movement Bugged (Dosbox Daum)

The update KB2908279 is only applicable to Windows 8.1, not Windows 8. Also, on the Download Center page, language must be set properly depending on the locale language of the operating system. Try updating your video card driver and changing your video output from direct3d to either ddraw or opengl …

Incompatibility w/ automake-1.14 or above

Few days ago, I noticed that DOSBox can't be compiled with the automake-1.14 or above. A warning about possible foward-incompatilbity occurs while perfoming the autogen.sh. The warning message can be referred from http://curl.haxx.se/mail/lib-2013-07/0040.html I used the GCC and the result was the …

Page 1 of 27