On 10/20/2011 04:19 AM, Paul M. Bendixen wrote: > Hi happy to hear it, autotools were complaining about old syntax on my > machine > > Using gentoo (not too heavily updated I'm afraid) and not succeding > > Configuring using cmake went well, but compiling didn't, already at first > stop volk (that I'm not entirely sure i need) a _lot_ of errors occured. > To be more specific, more than my shell history could take. >
Hmm. thats not expected; volk should compile perfectly. Try to completely clean the source tree before building w/ cmake. git clean -dfx If you still see the errors can you dump to a file and post them? Also, cmake -DENABLE_VOLK=OFF <srcdir> will disable it. -josh > > > 2011/10/20 Tom Rondeau <[email protected]> > >> [snip] >> $ cd gnuradio >> $ git checkout next >> $ git pull >> $ mkdir build >> $ cd build >> $ cmake ../ >> > Up to here it went well > >> $ make >> > This fails already at volk > >> $ make test >> $ sudo make install >> >> Is there any way to disable parts such as volk? (akin to --disable-volk > that doesn't seem to work) > > The errors seems to be syntax errors in volk. Errors include: > > "In file included from > /home/expert/skole/speciale/GnuRadio/git/build/volk/lib/volk.c:6: > /home/expert/skole/speciale/GnuRadio/git/build/volk/lib/volk_machines.h:20: > fejl: expected ':', ',', ';', '}' or '__attribute__' before > 'volk_16i_branch_4_state_8_a_archs' > " (the first one, fejl means error in danish) > > Any other outputs I can provide to help, just ask. > > > >> Again, if that fails but you really need to use the current next branch, >> the same autotools build process will work. Please let us know if you find >> any issues. >> >> Thanks, I'll just checkout master again ;) > > Best > Paul M. Bendixen > > * - - */* -/* * -/* - * */- * * */*/- */- * */* */- * * -/*/- */* - - *- */- > - */- -/* -/* */* - * */* - * - * -/- * - */- - -/- -// > > > > > _______________________________________________ > Discuss-gnuradio mailing list > [email protected] > https://lists.gnu.org/mailman/listinfo/discuss-gnuradio _______________________________________________ Discuss-gnuradio mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
