imreh_zoltan wrote: > build fails unther Hardy Herron Hi, > > I'm using the driver quite for a while. It worked fine with the > Feisty and Gutsy versions of Ubuntu. After upgrading to the latest > version, Hardy, the autogen.sh throughs an error and I cannot build: > > checking how to run the C preprocessor... /lib/cpp configure: error: > C preprocessor "/lib/cpp" fails sanity check See `config.log' for > more details. > > I'm attaching also my config.log file, for the details. > > Thanks in advance for your help. > > Cheers, Zoltan. > You forgot the attachement.
Hardy does ship with openchrome, although a slightly older version (0.2.901). If you still need the newest version for whatever reason, first file a bug at ubuntu bug tracker asking them to update, then start from a fresh extract of the openchrome 0.2.902 tarball. The 2 commands below should bring you all the packages you need to build openchrome : sudo apt-get build-dep xserver-xorg-video-via sudo apt-get install subversion autoconf automake1.9 libtool then inside of the freshly extracted dir : ./configure --prefix=/usr make sudo make install Regards, Xavier _______________________________________________ openchrome-users mailing list [email protected] http://wiki.openchrome.org/mailman/listinfo/openchrome-users Main page: http://www.openchrome.org Wiki: http://wiki.openchrome.org User Forum: http://wiki.openchrome.org/tikiwiki/tiki-view_forum.php?forumId=1
