hi!
I am trying a example which is Qt camera application work with GDigicam. http://blogs.igalia.com/magomez/2010...igicam-and-qt/
To make it compile without error in Qt Creator, I think I need to install GDigicam.
I've git clone GDigicam from git://gitorious.org/fremantle-gdigicam/gdigicam.git
But not really know how to use it.
I've tried 'autogen.sh' and 'build.sh'
It complain the version of gconf as the following.
----------------
checking for GCONF... configure: error: Package requirements (gconf-2.0 >= 2.2) were not met:
No package 'gconf-2.0' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
....
--------------
However , when I use 'apt-get install gconf2' ,
It shows that gconf is the latest version.
Did anyone do this before? Thanks in advance.
Thanks a lot..

Reply With Quote

