I have compiled the driver successfully(just fixed set_revision.sh) and I would have apps fixed by myself, but really have no clue where to look for control.h for toneview.
line6linux-code/apps/trunk$ make
[ 8%] Built target line6tone_tmp
[ 9%] Built target dump_to_l6t
[ 11%] Built target dumper
[ 12%] Built target l6t
[ 13%] Built target l6t_to_dump
[ 15%] Built target create
[ 22%] Built target line6comm
[ 26%] Built target line6comm++
[ 52%] Built target line6access
[ 80%] Built target podplugins
[ 81%] Built target test
[ 83%] Built target testpp
[ 84%] Built target line6tone
[ 86%] Built target line6tone++
[ 87%] Building CXX object toneview/CMakeFiles/tone.dir/channel.cpp.o
/home/igor/Music/tools/line6/line6linux-code/apps/trunk/toneview/channel.cpp:16:21: fatal error: control.h: No such file or directory
#include <control.h>
^
compilation terminated.
make[2]: *** [toneview/CMakeFiles/tone.dir/channel.cpp.o] Error 1
make[1]: *** [toneview/CMakeFiles/tone.dir/all] Error 2
make: *** [all] Error 2
=================================
uname -a
Linux Home 3.13.0-37-generic #64-Ubuntu SMP Mon Sep 22 21:30:01 UTC 2014 i686 i686 i686 GNU/Linux</control.h>
linux-headers-3.13.0-37-generic/trusty-updates,trusty-security,now 3.13.0-37.64 i386 [installed]
linux-headers-3.13.0-37-lowlatency/trusty-updates,trusty-security,now 3.13.0-37.64 i386 [installed]
copied control.h
cp ../../driver/branches/usb_anchor/control.h toneview/
and compilation finished successfully.
However, I do not know yet what did I get by compiling apps folder.