VOGONS


First post, by qv90

User metadata
Rank Newbie
Rank
Newbie

Hi,

- Downloaded

http://sourceforge.net/projects/dosbox/files/dosbox/0.74/dosbox-0.74.tar.gz/download

.
- Downloaded

http://www.libsdl.org/release/SDL-devel-1.2.15-mingw32.tar.gz

- Downloaded

http://sourceforge.net/projects/mingw/files/Installer/mingw-get-inst/

- Called

 ./autogen.sh

- Called

./configure --with-sdl-prefix=/home/Maestro/SDL-1.2.15 CFLAGS=-I/home/Maestro/SDL-1.2.15/include/SDL/ --disable-sdltest

(required parameter. found no alternatives)

- Called

make

and failed (see attachment)

Any help is appreciated[/list]

Jam
Live long and prosper!
http://syncgw.com

Reply 1 of 9, by Qbix

User metadata
Rank DOSBox Author
Rank
DOSBox Author

You didn't add the attachement, but probably the getoffset problem

http://patch-tracker.debian.org/patch/series/ … m_svn3691.patch

Water flows down the stream
How to ask questions the smart way!

Reply 2 of 9, by qv90

User metadata
Rank Newbie
Rank
Newbie

Second trail...

- Download http://sourceforge.net/projects/dosbox/files/ … tar.gz/download
- Download http://sourceforge.net/projects/mingw/files/I … mingw-get-inst/
- Download http://www.libsdl.org/release/SDL-devel-1.2.1 … -mingw32.tar.gz
- Switch to SDL-1.2.15 directory
- "make native"
- Switch to DosBox directy
- ./autogen.sh
- ./configure
- make -> Errors

Jam
Live long and prosper!
http://syncgw.com

Reply 4 of 9, by Serious Callers Only

User metadata
Rank Member
Rank
Member

Hey guys, this is probably not worth your time, but i thought i'd mention it anyway:
tried to build dosbox with debhelper version 9 (instead of 7 as normal).

The compile hit errors:
sdlmain.cpp: In function 'void show_warning(const char*)':
sdlmain.cpp:1653:16: error: format not a string literal and no format arguments [-Werror=format-security]

It seems version 9 adds some warnings as errors by default.

Reply 5 of 9, by qv90

User metadata
Rank Newbie
Rank
Newbie

Okay, I did not really get a running version 🤐

----- MinGW ----------------------------------------------------------------------------------------
- Get http://www.mingw.org/ -> http://sourceforge.net/projects/mingw/files/Installer/mingw-get-inst/
- Install
- C Compiler
- C++ Compiler
- MINGW Development ToolKit
----- SDL------------------------------------------------------------------------------------------
- Go to http://www.libsdl.org/download-1.2.php
- Download http://www.libsdl.org/release/SDL-devel-1.2.15-mingw32.tar.gz
- Unack to home directory
- "cd SDL-1.2.15"
- "make native"
----- DEBUGGING -----------------------------------------------------------------------------------
- Get http://sourceforge.net/projects/dosbox/files/dosbox
- Get http://pdcurses.sourceforge.net
- Unpack to home directory
- "mv -iv pdcurses.lib /mingw/lib"
- "mv -iv *.h /mingw/include"
- "mv -iv pdcurses.dll /usr/bin"
- "./configure --enable-debug"
- "make clean"
- "make"
- "copy c:\MinGw\bin\libgcc_s_dw2-1.dll C:\dosbox"
- "copy c:\MinGW\bin\libstdc++-6.dll c:\dosbox"
- "copy c:\MinGW\msys\1.0\bin\pdcurses.dll c:\dosbox"
- "copy [HOME-DIR]\src\dosbox.exe c:\dosbox"
- "C:"
- "cd dosbox"
- "dosbox"

As i start DosBox and enter "INTRO" Dosbox crashes. Debug version (I tried without debug before) shows some message (not always the same)

Exit to error: Illegal GRP4 Call 5
 23154067: CPU:CPU:GRP5:Illegal Call  7
23154067: CPU:Illegal/Unhandled opcode FFFF
23154068: CPU:Illegal Unhandled Interrupt Called 6
23154070: CPU:CPU:GRP5:Illegal Call 7
23154070: CPU:Illegal/Unhandled opcode FFFF
23154071: CPU:Illegal Unhandled Interrupt Called 6
23154073: CPU:CPU:GRP5:Illegal Call 7
and then starts looping...

Any help is appreciated!

Jam
Live long and prosper!
http://syncgw.com

Reply 6 of 9, by Qbix

User metadata
Rank DOSBox Author
Rank
DOSBox Author

There is one mingw version out there that produces a crashing dosbox.
Try a different (older/newer) version.
At least that is what I think there is. Was mentioned on irc and maybe here on the forum as well.

Water flows down the stream
How to ask questions the smart way!