Search found 10 matches

by drpurpul
26 Dec 2017, 21:54
Forum: General
Topic: /usr/local/lib/libSDL2.so: error adding symbols: File in wrong format
Replies: 13
Views: 9949

Re: /usr/local/lib/libSDL2.so: error adding symbols: File in wrong format

Thank you for the advice. I've managed to compile it successfully. I've realized, that there is "libopenscenegraph-3.4-130" and "libopenscenegraph-3.4-dev" in the debian stretch repository besides "libopenscenegraph100v5" and "libopenscenegraph-dev". The latte...
by drpurpul
26 Dec 2017, 19:35
Forum: General
Topic: /usr/local/lib/libSDL2.so: error adding symbols: File in wrong format
Replies: 13
Views: 9949

Re: /usr/local/lib/libSDL2.so: error adding symbols: File in wrong format

Ok, I don't know what the hell I'm doing. I've started from a new debian 9 install, and upon running "cmake ../", openmw says it needs openscenegraph 3.3.4, but all I have is 3.2.3. I've looked up all the debian repositories, and the most recent is also 3.2.3 (sid). Should I then compile f...
by drpurpul
24 Dec 2017, 16:03
Forum: General
Topic: /usr/local/lib/libSDL2.so: error adding symbols: File in wrong format
Replies: 13
Views: 9949

Re: /usr/local/lib/libSDL2.so: error adding symbols: File in wrong format

How do I remove libsdl 2.0.7 I just make installed? By manually deleting it?
by drpurpul
24 Dec 2017, 15:39
Forum: General
Topic: /usr/local/lib/libSDL2.so: error adding symbols: File in wrong format
Replies: 13
Views: 9949

Re: /usr/local/lib/libSDL2.so: error adding symbols: File in wrong format

Thank you for the responses. If I install from testing won't that be just as bad? I want to learn more about linux, that's why I'm asking. Thank you for any advice.
by drpurpul
24 Dec 2017, 15:23
Forum: General
Topic: /usr/local/lib/libSDL2.so: error adding symbols: File in wrong format
Replies: 13
Views: 9949

Re: /usr/local/lib/libSDL2.so: error adding symbols: File in wrong format

libsdl version was the problem. I did a make and make install of libsdl 2.0.7, and it compiled successfully. Was debian 9 given up on?
by drpurpul
24 Dec 2017, 15:06
Forum: General
Topic: /usr/local/lib/libSDL2.so: error adding symbols: File in wrong format
Replies: 13
Views: 9949

Re: /usr/local/lib/libSDL2.so: error adding symbols: File in wrong format

On github I see that openmw now uses libsdl 2.0.7. Maybe that's the problem? I have the distribution version for debian 9 (2.0.4).
by drpurpul
24 Dec 2017, 15:03
Forum: General
Topic: /usr/local/lib/libSDL2.so: error adding symbols: File in wrong format
Replies: 13
Views: 9949

Re: /usr/local/lib/libSDL2.so: error adding symbols: File in wrong format

I have 64 bit sdl: akiss@debian:~$ dpkg -l | grep sdl ii libsdl-image1.2:amd64 1.2.12-5+b8 amd64 Image loading library for Simple DirectMedia Layer 1.2, libraries ii libsdl-mixer1.2:amd64 1.2.12-11+b3 amd64 Mixer library for Simple DirectMedia Layer 1.2, libraries ii libsdl-ttf2.0-0:amd64 2.0.11-3+b...
by drpurpul
24 Dec 2017, 14:24
Forum: General
Topic: /usr/local/lib/libSDL2.so: error adding symbols: File in wrong format
Replies: 13
Views: 9949

/usr/local/lib/libSDL2.so: error adding symbols: File in wrong format

I get this error while compiling openmw 0.43.0 on debian stretch: akiss@debian:~/openmw/build$ make [ 0%] Built target osg-ffmpeg-videoplayer [ 0%] Built target local_tinyxml [ 1%] Built target oics [ 2%] Built target osgQt -- OpenMW version 0.43.0 [ 2%] Built target git-version [ 24%] Built target ...
by drpurpul
24 Dec 2017, 14:04
Forum: Support
Topic: Debian 9 (Stretch)
Replies: 8
Views: 4661

Re: Debian 9 (Stretch)

I get this error however: akiss@debian:~/openmw/build$ make [ 0%] Built target osg-ffmpeg-videoplayer [ 0%] Built target local_tinyxml [ 1%] Built target oics [ 2%] Built target osgQt -- OpenMW version 0.43.0 [ 2%] Built target git-version [ 24%] Built target components [ 24%] Linking CXX executable...
by drpurpul
24 Dec 2017, 13:44
Forum: Support
Topic: Debian 9 (Stretch)
Replies: 8
Views: 4661

Re: Debian 9 (Stretch)

Managed to start compiling by installing bullet from the experimental. But won't it create a frankendebian system? Thank you for making openmw! This project is so great. I wish I could program better to participate...