| View previous topic :: View next topic |
| Author |
Message |
_MakeFile_
Joined: 05 Jan 2006 Posts: 15
|
Posted: Mon Jan 16, 2006 11:02 am Post subject: Abrick now works |
|
|
| 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! |
|
| Back to top |
|
 |
andresilich
Joined: 09 Aug 2005 Posts: 13 Location: massachusetts
|
Posted: Tue Jan 17, 2006 6:14 am Post subject: |
|
|
| hehe, i thought that "A brick now works" as in a bricked PSP now working... |
|
| Back to top |
|
 |
rinco
Joined: 21 Jan 2005 Posts: 255 Location: Canberra, Australia
|
Posted: Thu Jan 19, 2006 10:37 am Post subject: |
|
|
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? |
|
| Back to top |
|
 |
jimparis
Joined: 10 Jun 2005 Posts: 1179 Location: Boston
|
Posted: Thu Jan 19, 2006 11:16 am Post subject: |
|
|
| 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... |
|
| Back to top |
|
 |
|