I have for a long time problems executing freeamp on my solaris machine.
The source of freeamp is "almost" without changes compileable. Good work!
With the older "beta" versions there were more problems. Also the configure
script is improving day by day. The problem I have is in opening the plugin libraries.
It seems that some symbols are unknown by the plugin because it's defined in an
other plugin. Is there a special c++ compiler flag needed?
I am using gcc version 2.95.2 19991024 (release) on a SunOS 5.6 sun4u sparc
SUNW,Ultra-5_10 machine.
In the function LoadLibrary the error is occurring in.
freeamp/base/unix/src/win32impl.cpp
HINSTANCE hInst = dlopen(lpLibFileName, RTLD_NOW | RTLD_GLOBAL);
I added some debug code, so Ignore. Found file:, Trying to load:, Error: Trying to
load module:.
I searched the search engines about a solution for this but I couldn't find a correct
solution.
I hope somebody knows the answer!
Have a nice day,
Erik
--- snip snip ---
Found file: cd.lmc
Trying to load: /local/lib/freeamp/plugins/cd.lmc
ld.so.1: freeamp: fatal: relocation error: file /local/lib/freeamp/plugins/cd.lmc:
symbol Clear__10PullBuffer:
referenced symbol not found
Error: Trying to load module: /local/lib/freeamp/plugins/cd.lmc
Found file: vorbis.lmc
Trying to load: /local/lib/freeamp/plugins/vorbis.lmc
ld.so.1: freeamp: fatal: relocation error: file /local/lib/freeamp/plugins/vorbis.lmc:
symbol Pause__12PipelineUnit:
referenced symbol not found
Error: Trying to load module: /local/lib/freeamp/plugins/vorbis.lmc
Found file: xingmp3.lmc
Trying to load: /local/lib/freeamp/plugins/xingmp3.lmc
ld.so.1: freeamp: fatal: relocation error: file
/local/lib/freeamp/plugins/xingmp3.lmc: symbol kOutputBufferSizePref:
referenced symbol not found
Error: Trying to load module: /local/lib/freeamp/plugins/xingmp3.lmc
Found file: httpinput.pmi
Trying to load: /local/lib/freeamp/plugins/httpinput.pmi
ld.so.1: freeamp: fatal: relocation error: file
/local/lib/freeamp/plugins/httpinput.pmi: symbol kUseProxyPref:
referenced symbol not found
Error: Trying to load module: /local/lib/freeamp/plugins/httpinput.pmi
etc.
_______________________________________________
[EMAIL PROTECTED]
http://www.freeamp.org/mailman/listinfo/freeamp-dev