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 - DKing

Pages: [1]
1
Audio / 64 Bit Linuxproblems mit the Audiolib of sfml
« on: June 23, 2008, 12:10:59 am »
The compiler says:
In Datei, eingefügt von SoundFile.cpp:29:
../../SFML/Audio/SoundFileDefault.hpp:32:21: Fehler: sndfile.h: No such file or directory
In file included from SoundFile.cpp:29:
../../SFML/Audio/SoundFileDefault.hpp:128: Fehler: »sf_count_t« bezeichnet keinen Typ
../../SFML/Audio/SoundFileDefault.hpp:129: Fehler: »sf_count_t« bezeichnet keinen Typ
../../SFML/Audio/SoundFileDefault.hpp:130: Fehler: »sf_count_t« bezeichnet keinen Typ
../../SFML/Audio/SoundFileDefault.hpp:131: Fehler: »sf_count_t« bezeichnet keinen Typ
../../SFML/Audio/SoundFileDefault.hpp:132: Fehler: »sf_count_t« bezeichnet keinen Typ
../../SFML/Audio/SoundFileDefault.hpp:141: Fehler: »sf_count_t« bezeichnet keinen Typ
../../SFML/Audio/SoundFileDefault.hpp:147: Fehler: ISO-C++ verbietet Deklaration von »SNDFILE« ohne Typ
../../SFML/Audio/SoundFileDefault.hpp:147: Fehler: expected »;« before »*« token
make[2]: *** [SoundFile.o] Fehler 1
make[2]: Verlasse Verzeichnis '/home/danielknobe/Desktop/SFML-1.3/src/SFML/Audio'
make[1]: *** [sfml-audio] Fehler 2
make[1]: Verlasse Verzeichnis '/home/danielknobe/Desktop/SFML-1.3/src/SFML'
make: *** [sfml] Fehler 2

2
Audio / 64 Bit Linuxproblems mit the Audiolib of sfml
« on: June 22, 2008, 02:06:29 pm »
How can i compile it for 64-Bit OS?

3
Audio / 64 Bit Linuxproblems mit the Audiolib of sfml
« on: June 22, 2008, 01:18:44 pm »
Huhu
I have written a small sampleprogramm and compiled it with:
g++ -o Main Main.cpp -lsfml-system -lsfml-window -lsfml-graphics -lsfml-audio -lsfml-system

I use Ubuntu and the compiler says:
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.2.3/../../../../lib/libsfml-audio.so when searching for -lsfml-audio
/usr/bin/ld: skipping incompatible /usr/lib/../lib/libsfml-audio.so when searching for -lsfml-audio
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.2.3/../../../libsfml-audio.so when searching for -lsfml-audio
/usr/bin/ld: skipping incompatible /usr/bin/../lib/libsfml-audio.so when searching for -lsfml-audio
/usr/bin/ld: skipping incompatible /usr/lib64/libsfml-audio.so when searching for -lsfml-audio
/usr/bin/ld: skipping incompatible /usr/lib/libsfml-audio.so when searching for -lsfml-audio
/usr/bin/ld: cannot find -lsfml-audio
collect2: ld gab 1 als Ende-Status zurück


Know somebody a way to solve the problem?

Pages: [1]