One step closer!
The
Code:
./autogen.sh --prefix=/usr
was pointing to the wrong directory, as pointed out by an email between programmers here.
Instead, use
Code:
./configure --prefix=/usr --with-xserver-source=../xserver
and it should configure without complaining about not having version 1.3
Hooray! One more step closer to having widescreen support on my beautiful 32" LCD HDTV!
But!
I try to make it, and this spits out:
Code:
corey@Ubuntu:~/src/xf86-video-intel$ sudo make
make all-recursive
make[1]: Entering directory `/home/corey/src/xf86-video-intel'
Making all in src
make[2]: Entering directory `/home/corey/src/xf86-video-intel/src'
Making all in xvmc
make[3]: Entering directory `/home/corey/src/xf86-video-intel/src/xvmc'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/corey/src/xf86-video-intel/src/xvmc'
Making all in bios_reader
make[3]: Entering directory `/home/corey/src/xf86-video-intel/src/bios_reader'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/corey/src/xf86-video-intel/src/bios_reader'
Making all in ch7017
make[3]: Entering directory `/home/corey/src/xf86-video-intel/src/ch7017'
if /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include/xorg -I/usr/include/drm -I/usr/include/X11/dri -I./.. -I./../modes -g -O2 -MT ch7017.lo -MD -MP -MF ".deps/ch7017.Tpo" -c -o ch7017.lo ch7017.c; \
then mv -f ".deps/ch7017.Tpo" ".deps/ch7017.Plo"; else rm -f ".deps/ch7017.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include/xorg -I/usr/include/drm -I/usr/include/X11/dri -I./.. -I./../modes -g -O2 -MT ch7017.lo -MD -MP -MF .deps/ch7017.Tpo -c ch7017.c -fPIC -DPIC -o .libs/ch7017.o
ch7017.c:40:22: error: xf86Crtc.h: No such file or directory
In file included from ch7017.c:44:
../i2c_vid.h:7: error: expected specifier-qualifier-list before 'xf86OutputStatus'
ch7017.c:130: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'ch7017_detect'
ch7017.c:295: error: unknown field 'detect' specified in initializer
ch7017.c:295: error: 'ch7017_detect' undeclared here (not in a function)
ch7017.c:295: warning: excess elements in struct initializer
ch7017.c:295: warning: (near initialization for 'ch7017_methods')
ch7017.c:296: error: unknown field 'mode_valid' specified in initializer
ch7017.c:296: warning: excess elements in struct initializer
ch7017.c:296: warning: (near initialization for 'ch7017_methods')
ch7017.c:297: error: unknown field 'mode_set' specified in initializer
ch7017.c:297: warning: excess elements in struct initializer
ch7017.c:297: warning: (near initialization for 'ch7017_methods')
ch7017.c:298: error: unknown field 'dpms' specified in initializer
ch7017.c:298: warning: excess elements in struct initializer
ch7017.c:298: warning: (near initialization for 'ch7017_methods')
ch7017.c:299: error: unknown field 'dump_regs' specified in initializer
ch7017.c:299: warning: excess elements in struct initializer
ch7017.c:299: warning: (near initialization for 'ch7017_methods')
ch7017.c:300: error: unknown field 'save' specified in initializer
ch7017.c:300: warning: excess elements in struct initializer
ch7017.c:300: warning: (near initialization for 'ch7017_methods')
ch7017.c:301: error: unknown field 'restore' specified in initializer
ch7017.c:301: warning: excess elements in struct initializer
ch7017.c:301: warning: (near initialization for 'ch7017_methods')
make[3]: *** [ch7017.lo] Error 1
make[3]: Leaving directory `/home/corey/src/xf86-video-intel/src/ch7017'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/corey/src/xf86-video-intel/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/corey/src/xf86-video-intel'
make: *** [all] Error 2
corey@Ubuntu:~/src/xf86-video-intel$
So, uh... SOMETHING happened! So I tried to install anyways...
Code:
corey@Ubuntu:~/src/xf86-video-intel$ sudo make install
Making install in src
make[1]: Entering directory `/home/corey/src/xf86-video-intel/src'
Making install in xvmc
make[2]: Entering directory `/home/corey/src/xf86-video-intel/src/xvmc'
make[3]: Entering directory `/home/corey/src/xf86-video-intel/src/xvmc'
test -z "/usr/lib" || mkdir -p -- "/usr/lib"
/bin/bash ../../libtool --mode=install /usr/bin/install -c 'libI810XvMC.la' '/usr/lib/libI810XvMC.la'
/usr/bin/install -c .libs/libI810XvMC.so.1.0.0 /usr/lib/libI810XvMC.so.1.0.0
(cd /usr/lib && { ln -s -f libI810XvMC.so.1.0.0 libI810XvMC.so.1 || { rm -f libI810XvMC.so.1 && ln -s libI810XvMC.so.1.0.0 libI810XvMC.so.1; }; })
(cd /usr/lib && { ln -s -f libI810XvMC.so.1.0.0 libI810XvMC.so || { rm -f libI810XvMC.so && ln -s libI810XvMC.so.1.0.0 libI810XvMC.so; }; })
/usr/bin/install -c .libs/libI810XvMC.lai /usr/lib/libI810XvMC.la
PATH="$PATH:/sbin" ldconfig -n /usr/lib
----------------------------------------------------------------------
Libraries have been installed in:
/usr/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/corey/src/xf86-video-intel/src/xvmc'
make[2]: Leaving directory `/home/corey/src/xf86-video-intel/src/xvmc'
Making install in bios_reader
make[2]: Entering directory `/home/corey/src/xf86-video-intel/src/bios_reader'
make[3]: Entering directory `/home/corey/src/xf86-video-intel/src/bios_reader'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/corey/src/xf86-video-intel/src/bios_reader'
make[2]: Leaving directory `/home/corey/src/xf86-video-intel/src/bios_reader'
Making install in ch7017
make[2]: Entering directory `/home/corey/src/xf86-video-intel/src/ch7017'
if /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include/xorg -I/usr/include/drm -I/usr/include/X11/dri -I./.. -I./../modes -g -O2 -MT ch7017.lo -MD -MP -MF ".deps/ch7017.Tpo" -c -o ch7017.lo ch7017.c; \
then mv -f ".deps/ch7017.Tpo" ".deps/ch7017.Plo"; else rm -f ".deps/ch7017.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include/xorg -I/usr/include/drm -I/usr/include/X11/dri -I./.. -I./../modes -g -O2 -MT ch7017.lo -MD -MP -MF .deps/ch7017.Tpo -c ch7017.c -fPIC -DPIC -o .libs/ch7017.o
ch7017.c:40:22: error: xf86Crtc.h: No such file or directory
In file included from ch7017.c:44:
../i2c_vid.h:7: error: expected specifier-qualifier-list before 'xf86OutputStatus'
ch7017.c:130: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'ch7017_detect'
ch7017.c:295: error: unknown field 'detect' specified in initializer
ch7017.c:295: error: 'ch7017_detect' undeclared here (not in a function)
ch7017.c:295: warning: excess elements in struct initializer
ch7017.c:295: warning: (near initialization for 'ch7017_methods')
ch7017.c:296: error: unknown field 'mode_valid' specified in initializer
ch7017.c:296: warning: excess elements in struct initializer
ch7017.c:296: warning: (near initialization for 'ch7017_methods')
ch7017.c:297: error: unknown field 'mode_set' specified in initializer
ch7017.c:297: warning: excess elements in struct initializer
ch7017.c:297: warning: (near initialization for 'ch7017_methods')
ch7017.c:298: error: unknown field 'dpms' specified in initializer
ch7017.c:298: warning: excess elements in struct initializer
ch7017.c:298: warning: (near initialization for 'ch7017_methods')
ch7017.c:299: error: unknown field 'dump_regs' specified in initializer
ch7017.c:299: warning: excess elements in struct initializer
ch7017.c:299: warning: (near initialization for 'ch7017_methods')
ch7017.c:300: error: unknown field 'save' specified in initializer
ch7017.c:300: warning: excess elements in struct initializer
ch7017.c:300: warning: (near initialization for 'ch7017_methods')
ch7017.c:301: error: unknown field 'restore' specified in initializer
ch7017.c:301: warning: excess elements in struct initializer
ch7017.c:301: warning: (near initialization for 'ch7017_methods')
make[2]: *** [ch7017.lo] Error 1
make[2]: Leaving directory `/home/corey/src/xf86-video-intel/src/ch7017'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/corey/src/xf86-video-intel/src'
make: *** [install-recursive] Error 1
corey@Ubuntu:~/src/xf86-video-intel$
That's new!
I just started using Linux -this week-, so a vast majority of this is purely logarithmic -- blind following on my part. Anyone have a clue what is causing these errors, and how to fix it? I'd REALLY love to have widescreen on my bigscreen, otherwise I'm going to play around with Debian, which is... okay, that was a lie, Debian scares me. I'll stay with Ubuntu, but please, any ideas?
Bookmarks