|
|
Atari coding BBS
Re: I need help compiling SDL |
Posted by: mikro
|
Mar,31.2008-22:26
|
good news my friend =)
if i wanted to be hard on you i'd say something like "you didn't follow my instruction, aaargh!!!" but since i don't like to be hard on people and it would be quite unfair, i give you explanation ;-)
the short version: you installed also the package called "libs.tar" which contains libiconv. really outdated libiconv.
the longer version: configure script found this lib, yes, but compilation (or better: linking) failed and variable called HAVE_ICONV_H was #undefined. But, variable called HAVE_ICONV was #defined and that was the problem -- SDL wanted to use this lib but #include file was omitted so it was dead end.
ok, how to fix it.
1) port the newest libiconv (long, not for beginner)
2) rpm -e --nodeps libiconv (easy but not recommended -- you break dependencies)
3) install easymint without libs.tar (longer work but has that advantage you will know when some library is missing so you can easily target your configure fails)
I'd recommend 3) -- yes, this means libz wont be found so unpack libs.tar somewhere in your /root (tar xf libs.tar) and take only libz[-devel] and install only these two packages.
Will this topper run? Not really -- don't forget to create that wchar.h, comment last #ifdef WIN32 and its #endif in files decl.h and decl.cc (to enable that mb_* stuff)
I hope I didn't forget anything ;) Let me/us know how it's going.
|
[All messages in this thread] [Start new thread]
Topic
|
Posted by
|
Date
|
I need help compiling SDL game
|
sdl-beginner
|
Mar,29.2008-09:41
|
Re: I need help compiling SDL
|
mikro
|
Mar,29.2008-12:25
|
Re: I need help compiling SDL
|
mikro
|
Mar,29.2008-13:08
|
Re: I need help compiling SDL
|
mikro
|
Mar,29.2008-13:47
|
Re: I need help compiling SDL
|
mikro
|
Mar,29.2008-14:05
|
Re: I need help compiling SDL
|
sdl-beginner
|
Mar,29.2008-15:28
|
Re: I need help compiling SDL
|
mikro
|
Mar,29.2008-16:42
|
Re: I need help compiling SDL
|
sdl-beginner
|
Mar,29.2008-14:38
|
Re: I need help compiling SDL
|
sdl-beginner
|
Mar,29.2008-16:50
|
Re: I need help compiling SDL
|
sdl-beginner
|
Mar,29.2008-17:10
|
Re: I need help compiling SDL
|
mikro
|
Mar,29.2008-17:14
|
Re: I need help compiling SDL
|
sdl-beginner
|
Mar,29.2008-19:35
|
Re: I need help compiling SDL
|
mikro
|
Mar,29.2008-19:44
|
Re: I need help compiling SDL
|
sdl-beginner
|
Mar,30.2008-03:55
|
Re: I need help compiling SDL
|
mikro
|
Mar,30.2008-13:39
|
Re: I need help compiling SDL
|
sdl-beginner
|
Mar,30.2008-15:12
|
Re: I need help compiling SDL
|
mikro
|
Mar,30.2008-18:51
|
Re: I need help compiling SDL
|
sdl-beginner
|
Mar,30.2008-23:29
|
Re: I need help compiling SDL
|
mikro
|
Mar,31.2008-10:59
|
Re: I need help compiling SDL
|
sdl-beginner
|
Mar,31.2008-19:11
|
Re: I need help compiling SDL
|
mikro
|
Mar,31.2008-22:26
|
Re: I need help compiling SDL
|
sdl-beginner
|
Apr,01.2008-07:49
|
Re: I need help compiling SDL
|
sdl-beginner
|
Apr,01.2008-07:51
|
Re: I need help compiling SDL
|
mikro
|
Apr,01.2008-12:52
|
Re: I need help compiling SDL
|
sdl-beginner
|
Apr,01.2008-13:47
|
Re: I need help compiling SDL
|
sdl-beginner
|
Apr,01.2008-14:20
|
Re: I need help compiling SDL
|
sdl-beginner
|
Apr,01.2008-14:21
|
Re: I need help compiling SDL
|
sdl-advancer
|
Apr,01.2008-22:12
|
Re: I need help compiling SDL
|
mikro
|
Apr,01.2008-22:41
|
Re: I need help compiling SDL
|
J. F. Lemaire
|
Apr,02.2008-11:46
|
Re: I need help compiling SDL
|
mikro
|
Apr,01.2008-22:45
|
Re: I need help compiling SDL
|
J. F. Lemaire
|
Apr,02.2008-11:41
|
Re: I need help compiling SDL
|
mikro
|
Apr,02.2008-14:27
|
Re: I need help compiling SDL
|
sdl-advancer
|
Apr,02.2008-15:12
|
Re: I need help compiling SDL
|
mikro
|
Apr,02.2008-18:53
|
Re: I need help compiling SDL
|
sdl-advancer
|
Apr,03.2008-18:28
|
Re: I need help compiling SDL
|
CiH
|
Apr,03.2008-22:24
|
Update on above posting
|
CiH
|
Apr,03.2008-22:55
|
Re: Update on above posting
|
sdl-advancer
|
Apr,04.2008-07:29
|
Re: Update on above posting
|
MacFalcon
|
Apr,07.2008-11:45
|
Thanks a lot!
|
CiH
|
Apr,07.2008-21:46
|
Download Links
|
MacFalcon
|
May,13.2008-12:01
|
What's the anti-troll code? That's your personal code to be able to add comments and messages on the dhs.nu site.
Don't have a code or forgot it? Fix it here.
|
|
|