How to get an installed sdl.config Mac OSX 10.4.11

Hi,

Using Terminal I have built and installed SDL 1.2.13. However, when I
tried
to install MPEG4IP I got the following message:

SDL does not appear to be installed - install the SDL development
package
You must have sdl-config in your path to continue

I did not get any errors during the install so I assume SDL has been
installed.

Can someone please tell how to either get the SDL development package or
if it is already part of the SDL-1.2.13.tar.gz that I built from, how
to install the
development package. I also notice that there is a SDL-devel-1.2.13-
extras.dmg.
Is this what i need? If so how would I install them.

I hope the solution is easy to understand as I am a novice at this
type of install.

Thanks,

Terrence

sorry i dont have time now to give a complete answer

also, seems that you have missed the FAQ link ?
http://www.libsdl.org/faq.php?action=listentries&category=7

i assume you compiled sdl from the tarball using the defaults as root ?
if so then you need /usr/local/bin in your PATH variable.

open a terminal and type echo $PATH, i assume /usr/local/bin is not
listed. you google to fix this, or wait for a reply

you can also can install the unix way or the mac way, both should work.

i have not done the mac way, with /Library, google might help.

i use the unix install with autoconf and automake.

mattOn Fri, 19 Sep 2008, Mine wrote:

Hi,

Using Terminal I have built and installed SDL 1.2.13. However, when I tried
to install MPEG4IP I got the following message:

SDL does not appear to be installed - install the SDL development package
You must have sdl-config in your path to continue

I did not get any errors during the install so I assume SDL has been
installed.

Can someone please tell how to either get the SDL development package or
if it is already part of the SDL-1.2.13.tar.gz that I built from, how to
install the
development package. I also notice that there is a
SDL-devel-1.2.13-extras.dmg.
Is this what i need? If so how would I install them.

I hope the solution is easy to understand as I am a novice at this type of
install.

Thanks,

Terrence

Hi Matt,

Thanks for your reply.

I have now looked at the FAQs but being new to this way of installing,
the FAQs didn’t really help. However, I search and found commands
to make all directories visible. When I looked in /usr/local/bin the
sdl.config is there along with other things I want to install like
lame, a52dec and mpeg2dec etc,.

Is there a way to tell the bootstrap or configure file in mpwg4ip where
to find the sdl files on installation.

Thanks,

TerrenceOn 19 Sep 2008, at 08:49, mattmatteh at mac.com wrote:

http://www.libsdl.org/faq.php?action=listentries&category=7

if suggest you look into gentoo alt/prefix. thats what i have. i
have
sdl and the libs installed to ~/gentoo, all compiled from source. the
only thing that doesnt really work well now is opengl. it works, but
gentoo on osx doesnt have an official way of handling it. if anyone cares
to help, let me know.

there are ways around it, i usually modify the ebuild and the install.
you can find me in #gento-alt if you are interested.

btw, installing to ~/gentoo does not require root or admin.

mattOn Fri, 19 Sep 2008, Mine wrote:

Hi Matt,

Thanks for your reply.

I have now looked at the FAQs but being new to this way of installing,
the FAQs didn’t really help. However, I search and found commands
to make all directories visible. When I looked in /usr/local/bin the
sdl.config is there along with other things I want to install like
lame, a52dec and mpeg2dec etc,.

Is there a way to tell the bootstrap or configure file in mpwg4ip where
to find the sdl files on installation.

Thanks,

Terrence

On 19 Sep 2008, at 08:49, @matt_hull wrote:

http://www.libsdl.org/faq.php?action=listentries&category=7

Hi,

Sorry Matt, I don’t understand gentoo alt/prefix.

I am still not sure if I have SDL installed properly. Information
from the SDL site states that: ‘When installing UNIX style, SDL gets
installed into /usr/local/bin, /usr/local/include and /usr/local/lib’

I have looked in each of these locations on my computer and I have
SDL files installed in each of them.

in /usr/local/bin I have the sdl-config file.

in /usr/local/include i have an SDL directory containing the
following files:
SDL.h SDL_byteorder.h SDL_cpuinfo.h SDL_events.h
SDL_keyboard.h SDL_main.h SDL_name.h SDL_quit.h
SDL_syswm.h SDL_types.h begin_code.h
SDL_active.h SDL_cdrom.h SDL_endian.h SDL_getenv.h
SDL_keysym.h SDL_mouse.h SDL_opengl.h SDL_rwops.h
SDL_thread.h SDL_version.h close_code.h
SDL_audio.h SDL_config.h SDL_error.h SDL_joystick.h
SDL_loadso.h SDL_mutex.h SDL_platform.h SDL_stdinc.h
SDL_timer.h SDL_video.h

And in /usr/local/lib I have libSDL-1.2.0.11.2.dylib,
libSDL-1.2.0.dylib, libSDL.a, libSDL.dylib, libSDL.main.a, and there
is one SDL file in pkconfig called sdl.pc.

So I assume I have SDL installed. However, when I try to install
MPEG4IP I still get the following error:
My-Computer:~/mpeg4ip-1.5.0.1 mycompname$ ./bootstrap
dir: .
Found link for libtoolize
SDL does not appear to be installed - install the SDL development
package
You must have sdl-config in your path to continue

Is there a SDL development package that I can install with Terminal?

I have tried to install from the SDL-1.2.13.tar.gz - GPG signed using
Terminal. I have also downloaded the SDL-1.2.13.dmg file and SDL-
devel-1.2.13-extras.dmg and used XCode to try and set them up. So I
think I have tried everything but still no joy.

Can someone please, tell me what I am missing. I have been trying
for a week now to get MPEG4IP to install.

I am not sure if the following is important or something I should do:

‘Note that as long as you static link the release builds of your
application, it doesn’t really matter which way you installed SDL –
for example, even if you installed it via Fink, if you static link
SDL, your users do not have to install Fink.’

I don’t understand the meaning of ‘static link’.

Thanks,

TerrenceOn 19 Sep 2008, at 19:59, mattmatteh at mac.com wrote:

if suggest you look into gentoo alt/prefix. thats what i have. i
have sdl and the libs installed to ~/gentoo, all compiled from
source. the only thing that doesnt really work well now is
opengl. it works, but gentoo on osx doesnt have an official way of
handling it. if anyone cares to help, let me know.

there are ways around it, i usually modify the ebuild and the
install. you can find me in #gento-alt if you are interested.

btw, installing to ~/gentoo does not require root or admin.

matt

On Fri, 19 Sep 2008, Mine wrote:

Hi Matt,

Thanks for your reply.

I have now looked at the FAQs but being new to this way of
installing,
the FAQs didn’t really help. However, I search and found commands
to make all directories visible. When I looked in /usr/local/bin the
sdl.config is there along with other things I want to install like
lame, a52dec and mpeg2dec etc,.

Is there a way to tell the bootstrap or configure file in mpwg4ip
where
to find the sdl files on installation.

Thanks,

Terrence

On 19 Sep 2008, at 08:49, mattmatteh at mac.com wrote:

http://www.libsdl.org/faq.php?action=listentries&category=7


SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org