Hi, no, build.sh is not needed. Since I'm kinda lazy, I prepared a shell script to run the following commands: mkdir build cd build sudo make uninstall make clean rm CMakeCache.txt cmake .. -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` make sudo make install
so I don't have to type all those every time I want to build Kartesio again. I'm not sure why you get that error, mainlybecause I don't know which is the instruction that gives that problem since I changed a lot the code in these hours. Try to download the latest git version and build it, so I will know exactly where the problem is. Luca Tringali >----Messaggio originale---- >Da: annemarie.mahf...@free.fr >Data: 11/05/2013 12.04 >A: "LucaTringali"<tringalinv...@libero.it> >Cc: <kde-core-devel@kde.org> >Ogg: Re: R: Re: kde review kartesio > >Hi, > > >> Hi, >> actually I have not prepared any binary package. Anyway, you can >> install >> Kartesio downloading the source code from the git repo >> (https://projects.kde. >> org/projects/kdereview/kartesio), installing the library >> libzorbaneural (https: >> //www.gitorious.org/zorbaneural/zorbaneural/trees/master/binary- >> packages/libzorbaneural-0.1), and running the build.sh script you >> find in the >> Kartesio root folder. > >Why is this build.sh script needed? Is it because I did not run it that I got my build error? > >> >> Also, you should have installed the program "maxima" (just the >> program, dev >> libraries are not needed) to have Kartesio fully working. >> >> If there are some troubles in building Kartesio, just ask me. > >I have this error: >"/home/kde-devel/kartesio/src/calculations.cpp:278:1: error: control >reaches end of non-void function [-Werror=return-type] >cc1plus: some warnings being treated as errors" > >Best regards, > >Anne-Marie >