On Fri, Jun 19, 2009 at 11:36 PM, Justin Smith<[email protected]> wrote: > Hi Chris, > > When I try compiling on Ubuntu Hardy, I get the following error: > > ../libtool: line 467: CDPATH: command not found > ../libtool: line 1145: func_opt_split: command not found > libtool: Version mismatch error. This is libtool 2.2.6, but the > libtool: definition of this LT_INIT comes from an older release. > libtool: You should recreate aclocal.m4 with macros from libtool 2.2.6 > libtool: and run autoconf again. > make[2]: *** [geode_driver.lo] Error 63 > make[2]: Leaving directory > `/home/tester/workspace/geode/xf86-video-geode-2.11.3/src' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory > `/home/tester/workspace/geode/xf86-video-geode-2.11.3' > make: *** [all] Error 2
You probably need to run ./autogen.sh to re-generate dependencies suitable for Hardy: $ sudo aptitude -y install autoconf automake libtool $ sudo apt-get -y build-dep xserver-xorg-video-geode $ cd xserver-xorg-video-geode-2.11.3 $ ./autogen.sh $ debuild -uc -us Please try this and let us know if it worked. Martin-Éric _______________________________________________ Xorg-driver-geode mailing list [email protected] http://lists.x.org/mailman/listinfo/xorg-driver-geode
