VOGONS

Common searches


compiling problem of franpa

Topic actions

Reply 20 of 131, by franpa

User metadata
Rank Oldbie
Rank
Oldbie

When working on Windows, you might want to save a lot of effort and just use the SDL (and optionally SDL_net) .DLL files included with the latest official DOSBox release, as compiling SDL with full options (e.g. DirectX support) is a bit involved. There are also pre-built .DLL files on the SDL web site (Runtime Libraries -> Win32) that you can try at

it says i didnt need to... but i trust you so i will look.

----------

nope it wont work 😜 http://i63.photobucket.com/albums/h133/franpa … untitled-12.png and i followed these http://www.libsdl.org/extras/win32/mingw32/README.txt

AMD Ryzen 3700X | ASUS Crosshair Hero VIII (WiFi) | 16GB DDR4 3600MHz RAM | MSI Geforce 1070Ti 8GB | Windows 10 Pro x64.

my website

Reply 22 of 131, by franpa

User metadata
Rank Oldbie
Rank
Oldbie

er, same issue... where do i put the dll files? and er no success still with compiling my own sdl.

AMD Ryzen 3700X | ASUS Crosshair Hero VIII (WiFi) | 16GB DDR4 3600MHz RAM | MSI Geforce 1070Ti 8GB | Windows 10 Pro x64.

my website

Reply 23 of 131, by wd

User metadata
Rank DOSBox Author
Rank
DOSBox Author

You don't put any dlls anywhere. Get the sdl sources, read their INSTALL
file thing and go through that step by step. That might or might not
require ./autogeh.sh, but will require ./configure and make to install SDL.

Reply 24 of 131, by franpa

User metadata
Rank Oldbie
Rank
Oldbie

http://www.libsdl.org/faq.php?action=listentr … s&category=4#42

says to go to the sdl folder and type ./configure but that says no such file or folder.

edit: do i need the runtime library?

AMD Ryzen 3700X | ASUS Crosshair Hero VIII (WiFi) | 16GB DDR4 3600MHz RAM | MSI Geforce 1070Ti 8GB | Windows 10 Pro x64.

my website

Reply 25 of 131, by MiniMax

User metadata
Rank Moderator
Rank
Moderator

This thread is out of control.

DOSBox 60 seconds guide | How to ask questions
_________________
Lenovo M58p | Core 2 Quad Q8400 @ 2.66 GHz | Radeon R7 240 | LG HL-DT-ST DVDRAM GH40N | Fedora 32

Reply 26 of 131, by franpa

User metadata
Rank Oldbie
Rank
Oldbie

edited above post.

yea, well... once i learn how to compile this ill consider updating the wiki... then maybe someone could extract all posts relating to me from here and putting them in a new thread?

AMD Ryzen 3700X | ASUS Crosshair Hero VIII (WiFi) | 16GB DDR4 3600MHz RAM | MSI Geforce 1070Ti 8GB | Windows 10 Pro x64.

my website

Reply 28 of 131, by gulikoza

User metadata
Rank Oldbie
Rank
Oldbie

configure is only needed if no Makefiles are present.
SDL-devel-1.2.11-mingw32.tar.gz already has a Makefile so you need only to type make (actually make native)

http://www.si-gamer.net/gulikoza

Reply 29 of 131, by franpa

User metadata
Rank Oldbie
Rank
Oldbie
Franpa@PAUL ~/sdl-1.2.11
$ make native
make install prefix=/usr
make[1]: Entering directory `/home/Franpa/sdl-1.2.11'
make[1]: `install' is up to date.
make[1]: Leaving directory `/home/Franpa/sdl-1.2.11'

then when i go to configure the dosbox source i get

checking for sdl-config... no
checking for SDL - version >= 1.2.0... no
*** The sdl-config script installed by SDL could not be found
*** If SDL was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the SDL_CONFIG environment variable to the
*** full path to sdl-config.
configure: error: *** SDL version 1.2.0 not found!

i think i need to change the path variable to point to the dll file included in dosbox 0.70 but how do i do this?

Last edited by franpa on 2007-03-05, 12:33. Edited 1 time in total.

AMD Ryzen 3700X | ASUS Crosshair Hero VIII (WiFi) | 16GB DDR4 3600MHz RAM | MSI Geforce 1070Ti 8GB | Windows 10 Pro x64.

my website

Reply 31 of 131, by franpa

User metadata
Rank Oldbie
Rank
Oldbie
ln: creating symbolic link `/usrbin/sdl-config' to `i386-mingw32msvc-sdl-config': No such file or directory
make[1]: *** [install] Error 1
make[1]: Leaving directory `/home/Franpa/sdl-1.2.11'
make: *** [native] Error 2

AMD Ryzen 3700X | ASUS Crosshair Hero VIII (WiFi) | 16GB DDR4 3600MHz RAM | MSI Geforce 1070Ti 8GB | Windows 10 Pro x64.

my website

Reply 32 of 131, by gulikoza

User metadata
Rank Oldbie
Rank
Oldbie

Missing / in the Makefile

@ln -sf i386-mingw32msvc-sdl-config $(prefix)bin/sdl-config

should be

@ln -sf i386-mingw32msvc-sdl-config $(prefix)/bin/sdl-config

Last edited by gulikoza on 2007-03-05, 12:39. Edited 1 time in total.

http://www.si-gamer.net/gulikoza

Reply 34 of 131, by franpa

User metadata
Rank Oldbie
Rank
Oldbie

ok, that makes no difference to the crash gulikoza.

AMD Ryzen 3700X | ASUS Crosshair Hero VIII (WiFi) | 16GB DDR4 3600MHz RAM | MSI Geforce 1070Ti 8GB | Windows 10 Pro x64.

my website

Reply 35 of 131, by franpa

User metadata
Rank Oldbie
Rank
Oldbie
gulikoza wrote:

@ln -sf i386-mingw32msvc-sdl-config $(prefix)bin/sdl-config

why (in his post and not this quote) does the space at the end contain this link?

Re: Dosbox 0.70 is out!

AMD Ryzen 3700X | ASUS Crosshair Hero VIII (WiFi) | 16GB DDR4 3600MHz RAM | MSI Geforce 1070Ti 8GB | Windows 10 Pro x64.

my website

Reply 36 of 131, by franpa

User metadata
Rank Oldbie
Rank
Oldbie

am i allowed to edit the makefile with notepad? if i add a space after the string of text im asked to edit then delete it then do a search for that string, the search will fail.

AMD Ryzen 3700X | ASUS Crosshair Hero VIII (WiFi) | 16GB DDR4 3600MHz RAM | MSI Geforce 1070Ti 8GB | Windows 10 Pro x64.

my website

Reply 37 of 131, by gulikoza

User metadata
Rank Oldbie
Rank
Oldbie

I have no idea what you are trying to say...what space?

Yes, you can edit the Makefile with notepad, but it's in unix format so convert it first:

unix2dos -o Makefile

http://www.si-gamer.net/gulikoza

Reply 38 of 131, by franpa

User metadata
Rank Oldbie
Rank
Oldbie

i don't have to convert back to unix do i?

and er, copy the blank spot and paste it somewhere to see that link.

AMD Ryzen 3700X | ASUS Crosshair Hero VIII (WiFi) | 16GB DDR4 3600MHz RAM | MSI Geforce 1070Ti 8GB | Windows 10 Pro x64.

my website

Reply 39 of 131, by wd

User metadata
Rank DOSBox Author
Rank
DOSBox Author

Funny, how did it develop that you're trying to edit makefiles? If that
doesn't work out try different SDL sources, like the one from
http://www.libsdl.org/download-1.2.php
and go through the full ./autogen.sh + ./configure + make procedure.

And no, you normally don't have to convert it back to UNIX line endings.