Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Odori no Tsuki

Pages: [1]
1
General / Re: Linker Problems
« on: January 30, 2014, 06:31:07 pm »
Everything is working just fine now that I switched to 32bit SFML.

2
General / Re: Linker Problems
« on: January 30, 2014, 06:09:16 pm »
Wow I forgot this is a 32 bit install. I used this image for a friends 32 bit comp and when I didn't realize when I installed it ._.  I was using the 64bit SFML. Sorry for wasting your time, thanks for the help.

If I statically link it (proper terminology?) I get this in the build logs:

g++ -L/home/odori/SFML-2.1/lib  -o bin/Debug/theMoonRisingSMFL obj/Debug/main.o    /home/odori/SFML-2.1/lib/libsfml-system.so
/home/odori/SFML-2.1/lib/libsfml-system.so: error adding symbols: File in wrong format
collect2: error: ld returned 1 exit status
Process terminated with status 1 (0 minutes, 0 seconds)
0 errors, 0 warnings (0 minutes, 0 seconds)

 

3
General / Re: Linker Problems
« on: January 30, 2014, 06:00:59 pm »
Still cannot find it. I'm so confused, I've checked to make sure that the files are in the lib folder too and everything checks out. ._.

4
General / Re: Linker Problems
« on: January 30, 2014, 05:44:03 pm »
Here's the screenshots of my linker settings and path.



5
General / Linker Problems
« on: January 30, 2014, 04:29:05 pm »
Cannot find lsfml-system lsfml-window lsfml-graphics

Not sure what's wrong, the search directory in the linker settings points correctly to the SFML lib folder. I'm using Code::Blocks Linux.

Pages: [1]
anything