WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: DosBox 0.74 compiler error with SDL.tcz package  (Read 3287 times)

Offline AlejandroPadrino

  • Full Member
  • ***
  • Posts: 143
DosBox 0.74 compiler error with SDL.tcz package
« on: July 12, 2011, 11:40:55 AM »
Hello, I was try to compile DosBox 0.74 original sources.  I was get this log ...

sudo ./configure

checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make sets $(MAKE)... (cached) yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking for ranlib... ranlib
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!

How to compile it?

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
Re: DosBox 0.74 compiler error with SDL.tcz package
« Reply #1 on: July 12, 2011, 11:52:08 AM »
Is SDL-dev loaded?
The only barriers that can stop you are the ones you create yourself.

Offline AlejandroPadrino

  • Full Member
  • ***
  • Posts: 143
Re: DosBox 0.74 compiler error with SDL.tcz package
« Reply #2 on: July 13, 2011, 08:53:09 AM »
Solved after loading all dev files.  Submited dosbox-0.74.tcz  available for TinyCore users.

Compiled with standard flags for 486 CPU.  You can found my current loader into bin folder.  Rename/Copy/Modify it as your preferences.  Tested with Alsa sound.

Knowed bugs:  I can't run DukeNukem and Tristan Pinball.

Thank you.
« Last Edit: July 13, 2011, 10:00:00 AM by AlejandroPadrino »