Comment 43 for bug 843361

Revision history for this message
Anthony Harrington (linuxchemist) wrote :

well, i grabbed the latest code from the trunk bzr branch and i was hoping to follow this (found these instructions on an unrelated simple-scan bug here on launchpad.net)

$ sudo apt-get build-dep simple-scan
$ ./autogen.sh --prefix=`pwd`/install
$ make
$ make install
$ ./src/simple-scan

Problem is that the first 2 steps are ok, and then i do "./configure", but when i then do "make" there are 5 errors in the vala code preventing it from compiling properly. (See attached .txt file below)
Is it that i'm missing a specific package that wasn't pulled in? Are these errors preventing anyone else from compiling?