1. misc.cc rgb_image.cc include <stdlib.h>
2. $sudo apt-get install libpng-dev
3. make
4. ./pom test.pom
http://news.ccidnet.com/art/32859/20100709/2110913_1.html
1. Could not find wxWidgets library.
Solution: $sudo apt-get install libwxgtk2.8-0 libwxgtk2.8-dev wx2.8-headers wx-common
2. Need libsmbclient.h for compiling on Unix.
Solution: $sudo apt-get install libsmbclient-dev
3. Need cups.h for compiling on Unix.
Solution: $sudo apt-get install libcupsys2-dev
4. error: Need opensc/opensc.h.
Solution: $sudo apt-get install libopensc2-dev
5. exec: g++: not found.
Solution: $sudo apt-get install build-essential
6. error: X11/Xlib.h: no such file or directory.
Solution: $sudo apt-get install libx11-dev
7. error: X11/Xmu/WinUtil.h: no such file or directory.
Solution: $sudo apt-get install libxmu-dev
8. error: jpeglib.h: no such file or directory.
Solution: $sudo apt-get install libjpeg-dev
9. error: png.h: no such file or directory.
Solution: $sudo apt-get install libpng-dev