Post Reply 
 
Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Kubuntu issues
07-04-2013, 01:47 PM
Post: #1
Kubuntu issues
Okay, so I found the Ubuntu thread & used the first code that xsacha posted, but I get this error on cmake:

Code:
[ 65%] Building CXX object CMakeFiles/Core.dir/Core/HLE/sceAtrac.cpp.o
/home/zoilo/ppsspp/Core/HLE/sceAtrac.cpp:75:34: fatal error: libavformat/avformat.h: No such file or directory
compilation terminated.
[ 65%] Building CXX object CMakeFiles/Core.dir/Core/HLE/sceAudio.cpp.o
make[2]: *** [CMakeFiles/Core.dir/Core/HLE/sceAtrac.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [CMakeFiles/Core.dir/all] Error 2
make: *** [all] Error 2

Where did I go wrong?
Find all posts by this user
Quote this message in a reply
07-04-2013, 01:59 PM
Post: #2
RE: Kubuntu issues
(07-04-2013 01:47 PM)BigZ1981 Wrote:  Okay, so I found the Ubuntu thread & used the first code that xsacha posted, but I get this error on cmake:

Code:
[ 65%] Building CXX object CMakeFiles/Core.dir/Core/HLE/sceAtrac.cpp.o
/home/zoilo/ppsspp/Core/HLE/sceAtrac.cpp:75:34: fatal error: libavformat/avformat.h: No such file or directory
compilation terminated.
[ 65%] Building CXX object CMakeFiles/Core.dir/Core/HLE/sceAudio.cpp.o
make[2]: *** [CMakeFiles/Core.dir/Core/HLE/sceAtrac.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [CMakeFiles/Core.dir/all] Error 2
make: *** [all] Error 2

Where did I go wrong?

I have the same problem.

So, I used this :
Quote:sudo apt-get install libavformat53 libavformat-dev libavcodec53 libswresample-dev

And now, I have :

Quote:/home/mickael/ppsspp/Core/HLE/sceAtrac.cpp: In function ‘u32 _AtracDecodeData(int, u8*, u32*, u32*, int*)’:
/home/mickael/ppsspp/Core/HLE/sceAtrac.cpp:593:70: erreur: ‘AVFrame’ has no member named ‘channels’
/home/mickael/ppsspp/Core/HLE/sceAtrac.cpp: In function ‘int sceAtracLowLevelDecode(int, u32, u32, u32, u32)’:
/home/mickael/ppsspp/Core/HLE/sceAtrac.cpp:1649:69: erreur: ‘AVFrame’ has no member named ‘channels’
[ 53%] Building CXX object CMakeFiles/Core.dir/Core/HLE/sceHprm.cpp.o
make[2]: *** [CMakeFiles/Core.dir/Core/HLE/sceAtrac.cpp.o] Erreur 1
make[2]: *** Attente des tâches non terminées....
make[1]: *** [CMakeFiles/Core.dir/all] Erreur 2
make: *** [all] Erreur 2

Any idea ?

My English is not perfect. Sorry if some sentences are incorrect.
Find all posts by this user
Quote this message in a reply
07-04-2013, 04:10 PM
Post: #3
RE: Kubuntu issues
getting those files did not change my error.
Find all posts by this user
Quote this message in a reply
07-04-2013, 06:08 PM
Post: #4
RE: Kubuntu issues
(07-04-2013 04:10 PM)BigZ1981 Wrote:  getting those files did not change my error.

Try
Quote:sudo apt-get install ffmpeg

My English is not perfect. Sorry if some sentences are incorrect.
Find all posts by this user
Quote this message in a reply
07-05-2013, 03:41 AM
Post: #5
RE: Kubuntu issues
(07-04-2013 06:08 PM)mickL39 Wrote:  Try
Quote:sudo apt-get install ffmpeg

I already have it.
Find all posts by this user
Quote this message in a reply
07-07-2013, 03:36 AM
Post: #6
RE: Kubuntu issues
Bump. Help please.
Find all posts by this user
Quote this message in a reply
07-07-2013, 09:34 AM
Post: #7
RE: Kubuntu issues
i assume you are trying to build the SDL version.

Did you ran " git update submodules -i " when you pulled the build from git ?

Are running x86 or x86_64?
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: