Looks like a good unit. The source code may be broken at present, sorry about that. Try on saturday and should build ok. I am changing the xml parser so that we can load flightplans into the gps unit.
Sun 25th-April
I have checked in all of the changes. If you get a copy from sourceforge it should now build ok.
You may need to get libx11-dev if you don't have it, on ubuntu:
sudo apt-get install libx11-dev
also in the root of the diy-efis you will need to make configure executable.
Here is a sample build setup for ubuntu:
----------------------------
sudo apt-get install build-essential libx11-dev automake autoconf subversion
svn co https://diy-efis.svn.sourceforge.net/svnroot/diy-efis diy-efis
cd diy-efis
chmod +x configure
automake -a -c
./configure
make
src/aio
---------------------------------
I am also uploading linux 32 bit binaries to the project
regards