Fabrizio, Please learn how to generate a patch.
On 10/23/2013 04:09 AM, Fabrizio Tappero wrote: > HI, > I believe in my case (debian 7) these changes might be necessary/ > > # line 130 > cmake -DCMAKE_BUILD_TYPE=Release \ > -DUSE_FP_LIB_TABLE=ON \ > -DBUILD_GITHUB_PLUGIN=ON \ > ../ =ON was missing on two lines, got that. (A patch would make this clearer.) > > # line 129, 151, 159 > sudo rm -rf build && mkdir build && cd build sudo was missing on 3 lines, got that. (A patch would make this clearer.) But I refuse to have the user building in a protected directory. sudo should not be necessary to remove the build directory, so there is something else wrong here. I am rejecting this until we can get a better handle on this problem. > > > Best Regards > Fabrizio > > _______________________________________________ > Mailing list: https://launchpad.net/~kicad-developers > Post to : [email protected] > Unsubscribe : https://launchpad.net/~kicad-developers > More help : https://help.launchpad.net/ListHelp > _______________________________________________ Mailing list: https://launchpad.net/~kicad-developers Post to : [email protected] Unsubscribe : https://launchpad.net/~kicad-developers More help : https://help.launchpad.net/ListHelp

