Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How do I go full screen and play music on linux?
09-21-2013, 11:31 PM (This post was last modified: 09-22-2013 12:14 AM by SteveDeFacto.)
Post: #3
RE: How do I go full screen and play music on linux?
(09-21-2013 05:29 PM)daxtsu Wrote:  Only the Windows version supports a fullscreen option right now, I believe. As for Atrac3+ plugin, you need to compile it yourself and then put libatrac3plus.so in /usr/lib.

Lame and building 32bit binaries on a 64bit system is a lot easier said than done... Any idea how I can get around this error?
Code:
Linking CXX shared library lib/libat3plusdecoder.so
/usr/bin/ld: lib/libbase.a(MaiBitReader.cc.o): relocation R_X86_64_32 against `__gxx_personality_v0' can not be used when making a shared object; recompile with -fPIC
lib/libbase.a: could not read symbols: Bad value
collect2: error: ld returned 1 exit status
make[2]: *** [lib/libat3plusdecoder.so] Error 1
make[1]: *** [CMakeFiles/at3plusdecoder.dir/all] Error 2
make: *** [all] Error 2

EDIT: Going to leave this here for others who have this problem.
Code:
cmake -DCMAKE_REQUIRED_FLAGS:STRING="-m32"

(09-21-2013 05:29 PM)daxtsu Wrote:  Only the Windows version supports a fullscreen option right now, I believe. As for Atrac3+ plugin, you need to compile it yourself and then put libatrac3plus.so in /usr/lib.

I tried copying libat3plusdecoder.so to both /usr/lib and /usr/lib32 I also tried renaming it to libatrac3plus.so but it does not work.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: How do I go full screen and play music on linux? - SteveDeFacto - 09-21-2013 11:31 PM

Forum Jump: