Hi,
After some searching I was able to find what to modify pixymon 0.1.48 to compile and run on Ubuntu 12.04 on an Asus 1201n EeePC.
I guess many people are searching for this so I thought I would make it very clear to all in this post.
The modifs required are:
In the directory: pixymon-0.1.48/src/host/pixymon/
In the file: main.cpp , I commented out the incorrect #include and put a correct one below it:
//#include #include
In the file: pixymon.pro I added the 2nd line below:
QT += core gui QT += widgets
The in the top level directory:
I fixed the error in the README file concerning pixy.rules, it should read “sudo cp” not -“sudo p”-
sudo cp pixy.rules /etc/udev/rules.d/
Then pixymon ran ok!
I’ve attached a screenshot as proof!
So far so good!