[ANNOUNCE] xf86-video-nv 1.2.1
Alan Coopersmith
alan.coopersmith at sun.com
Fri Dec 1 17:19:30 PST 2006
Arkadiusz Miskiewicz wrote:
> On Friday 01 December 2006 21:33, Aaron Plattner wrote:
>> Fixes a bug with X -probeonly causing some displays to be dimmed on NV44
>> and higher. (https://bugzilla.novell.com/show_bug.cgi?id=220197).
>
> /bin/sh ../libtool --tag=CC --mode=compile
> x86_64-pld-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DXFree86Server -DIN_MODULE -DXFree86Module -DXFree86LOADER -I/usr/include/xorg -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -MT
> nv_driver.lo -MD -MP -MF .deps/nv_driver.Tpo -c -o nv_driver.lo nv_driver.c
>
> x86_64-pld-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DXFree86Server -DIN_MODULE -DXFree86Module -DXFree86LOADER -I/usr/include/xorg -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -MT
> nv_driver.lo -MD -MP -MF .deps/nv_driver.Tpo -c
> nv_driver.c -fPIC -DPIC -o .libs/nv_driver.o
> nv_driver.c:461: error: 'PACKAGE_VERSION_MAJOR' undeclared here (not in a
> function)
> nv_driver.c:461: error: 'PACKAGE_VERSION_MINOR' undeclared here (not in a
> function)
> nv_driver.c:461: error: 'PACKAGE_VERSION_PATCHLEVEL' undeclared here (not in a
> function)
> make[2]: *** [nv_driver.lo] Error 1
> make[2]: Leaving directory
> `/home/users/arekm/rpm/BUILD/xf86-video-nv-1.2.1/src'
It's failing for me too since the sed operations in the configure
script aren't working with Solaris sed. config.h ends up with:
/* Define to the version of this package. */
#define PACKAGE_VERSION "1.2.1"
/* Major version of this package */
#define PACKAGE_VERSION_MAJOR
/* Minor version of this package */
#define PACKAGE_VERSION_MINOR 0
/* Patch version of this package */
#define PACKAGE_VERSION_PATCHLEVEL 0
If I substitute GNU sed, it works.
--
-Alan Coopersmith- alan.coopersmith at sun.com
Sun Microsystems, Inc. - X Window System Engineering
More information about the xorg
mailing list