Re: theme.ui under linux..

1999-10-02 Thread robert

On  1 Oct, Isaac Richards wrote:
 Just wanted to let you all know that the theme.ui is now basically feature
 complete for unix...  It works here(tm)  There's some issues with fonts
 still to work out, and restarting/windowshading the current theme causes a
 segfault that I'll track down as soon as I fix my gdb. =)
 
 Go play =)  Just remember that the ThemePath: setting in ~/.freeamp/preferences
 needs to point to the directory where the theme.xml file is located.

Ok, so now it compiles, but there are dynamic link-up issues:

./plugins/xingmp3.lmc: undefined symbol: __out_of_range__FPCc
./plugins/localfileinput.pmi: undefined symbol: __out_of_range__FPCc
./plugins/httpinput.pmi: undefined symbol: __out_of_range__FPCc
./plugins/obsinput.pmi: undefined symbol: __out_of_range__FPCc
./plugins/soundcard.pmo: undefined symbol: __out_of_range__FPCc
./plugins/freeampcmd.ui: undefined symbol: __out_of_range__FPCc
./plugins/mpg123.ui: undefined symbol: __out_of_range__FPCc
./plugins/lcd.ui: undefined symbol: __out_of_range__FPCc
./plugins/irman.ui: undefined symbol: __out_of_range__FPCc
./plugins/ncurses.ui: undefined symbol: __out_of_range__FPCc
./plugins/musicbrowser.ui: undefined symbol: 
Sort__15PlaylistManager15PlaylistSortKey16PlaylistSortType
./plugins/theme.ui: undefined symbol: kThemeDefaultFontPref
./plugins/freeamp-xlib.ui: undefined symbol: XpmCreatePixmapFromData

The last three I can look into, but what is the __out_of_range symbol?



--ruaok Freezerburn! All else is only icing. -- Soul Coughing

Robert Kaye -- [EMAIL PROTECTED]  http://moon.eorbit.net/~robert



Re: theme.ui under linux..

1999-10-02 Thread Isaac Richards


On 02-Oct-99 [EMAIL PROTECTED] wrote:
 Ok, so now it compiles, but there are dynamic link-up issues:
snip
 The last three I can look into, but what is the __out_of_range symbol?

Never heard of it before..  Seems to be a stl thingie..  Are you sure your
glibc/gcc are installed right?  Does libstdc++ in some form or another show up
if you ldd the freeamp bin?

Isaac



theme.ui under linux..

1999-10-01 Thread Isaac Richards

Just wanted to let you all know that the theme.ui is now basically feature
complete for unix...  It works here(tm)  There's some issues with fonts
still to work out, and restarting/windowshading the current theme causes a
segfault that I'll track down as soon as I fix my gdb. =)

Go play =)  Just remember that the ThemePath: setting in ~/.freeamp/preferences
needs to point to the directory where the theme.xml file is located.

Isaac