Abrick now works

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
_MakeFile_
Posts: 15
Joined: Thu Jan 05, 2006 10:43 am

Abrick now works

Post by _MakeFile_ »

Before the game abrick would not compile out of the pspware repository because the SDL_mixer library was not linked correctly. I now linked the SDL_mixer library to libvorbis in the abrick makefile and now the game compiles correctly. I already uploaded the new makefile to svn so the game now has a new makefile to compile the game correctly. IT is a cool tetris like game so enjoy everyone!
andresilich
Posts: 13
Joined: Tue Aug 09, 2005 1:43 am
Location: massachusetts

Post by andresilich »

hehe, i thought that "A brick now works" as in a bricked PSP now working...
rinco
Posts: 255
Joined: Fri Jan 21, 2005 2:12 pm
Location: Canberra, Australia

Post by rinco »

Strange... I thought I uploaded the fixed Makefile to svn.

And this problem with vorbisidec affects all SDL Makefiles. Perhaps it would be best to link vorbisidec into SDL_mixer?
jimparis
Posts: 1145
Joined: Fri Jun 10, 2005 4:21 am
Location: Boston

Post by jimparis »

rinco wrote:Perhaps it would be best to link vorbisidec into SDL_mixer?
It's up to libtool to do that. Anyone know the proper way to get libtool to set link_all_deplibs=yes? Is that in acinclude.m4?

edit: that's assuming, of course, this linking the dependencies is a good idea -- you might start running into problems where SDL_mixer was linked against an older libc, and the rest of the project is against a newer libc, etc...
Post Reply