Any reason why it does not compile LibreOffice yet?hum touché !... In fact, the "almost" is for LibreOffice... I won't compile(yet?). But I will try again later...
Can you explain what you mean by "compile Python" ? Python code can be executed directly, it does not need compilation. Or am I missing something ?With this PND (as of version 1.0.5.08), you can:
- Compile C, C++, Fortran, ObjC, Java, Python, Perl, Lua.
I think I will rephrase that, as it seems missliding. You can "run" python script. This is not a compilateur (same for Lua).Can you explain what you mean by "compile Python" ? Python code can be executed directly, it does not need compilation. Or am I missing something ?With this PND (as of version 1.0.5.08), you can:
- Compile C, C++, Fortran, ObjC, Java, Python, Perl, Lua.
I haven't be able to determine the problem. But I will retry, later.Any reason why it does not compile LibreOffice yet?hum touché !... In fact, the "almost" is for LibreOffice... I won't compile(yet?). But I will try again later...
Just tested with your suggestion..but i have the same result:Hum, strange, but this path "/usr/local/angstrom/arm/arm-angstrom-linux-gnueabi/usr/lib/" is a path of the cross-compile Chaintool. So maybe I have still some leftover in the codeblock PND.
I uppdate Libtool some time ago, so I suppose some lib have a bad dependency somewhere.
About libsox, can you try adding-it with a configure make ?
Your PND is in a Ext2, so you can try
./configure --prefix=/mnt/utmp/codeblocks/usr
make
make install
and then try again?
The .la files used by libtool are just text files. The error you're getting is not because the file doesn't exist, but because the contents contain an absolute path to a library that is in a different place. At a guess, it contains a reference to something like '/usr/local/angstrom/arm/arm-angstrom-linux-gnueabi/usr/lib/libltdl.so', which you need to change to something like /mnt/codeblocks/usr/lib/libltdl.so'.Now when i type make the compilation is done but linking give me this error:
libtool: link: cannot find the library '/usr/local/angstrom/arm/arm-angstrom-linux-gnueabi/usr/lib/libltdl.la' or unhandled argument '/usr/local/angstrom/arm/arm-angstrom-linux-gnueabi/usr/lib/libltdl.la''
and exit with :Error 1
Ah good.ok i have rebuilt it (libsox and imagination) and working (quick test..)
Now i have to include ffmpeg and all the needed libs ...
libavcodec is the main guts of ffmpeg. I doubt there is any other different ffmpeg.Ah ok. It isn't the "real" ffmpeg that's inside the PND ircc, it's the version that come with ... hum... I think it's libavcodec or something like that. I may compile the real one at some time, but I think there is some compatibility problem with newer release.
That's kind of controversial. avconv is fork of ffmpeg, but the reasons for the fork are more political than technical (more info here). However, since the fork, minor API differences have appeared in the libaries provided by libav, and those provided by ffmpeg."avconv" is purported to be the new "ffmpeg"