Tiny Core Base > TCB Q&A Forum
WYSE V50LE dual screen setup
tinypoodle:
--- Quote from: jqcore on April 13, 2013, 12:39:55 PM ---[tc@box:~/via-xserver-86a-50283_src/XServer$ make
make all-recursive
make[1]: Entering directory `/home/tc/via-xserver-86a-50283_src/XServer'
Making all in src
make[2]: Entering directory `/home/tc/via-xserver-86a-50283_src/XServer/src'
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I/usr/local/include/xorg -I/usr/local/include/pixman-1 -I/usr/local/include -DXFree86LOADER -I/usr/local/include -I/usr/local/include/drm -I/usr/local/include/X11/dri -I/usr/include/X11 -I/usr/include/X11/extensions -I.. -I. -O2 -MT via_common.lo -MD -MP -MF .deps/via_common.Tpo -c -o via_common.lo via_common.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I/usr/local/include/xorg -I/usr/local/include/pixman-1 -I/usr/local/include -DXFree86LOADER -I/usr/local/include -I/usr/local/include/drm -I/usr/local/include/X11/dri -I/usr/include/X11 -I/usr/include/X11/extensions -I.. -I. -O2 -MT via_common.lo -MD -MP -MF .deps/via_common.Tpo -c via_common.c -fPIC -DPIC -o .libs/via_common.o
In file included from via_driver.h:66:0,
from via_common.h:29,
from via_common.c:32:
via_bios.h:32:45: fatal error: panoramiXproto.h: No such file or directory
compilation terminated.
make[2]: *** [via_common.lo] Error 1
make[2]: Leaving directory `/home/tc/via-xserver-86a-50283_src/XServer/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/tc/via-xserver-86a-50283_src/XServer'
make: *** [all] Error 2
tc@box:~/via-xserver-86a-50283_src/XServer$
tc@box:~/via-xserver-86a-50283_src/XServer$ sudo find / -name panoramiXproto.h
/tmp/tcloop/Xorg-7.4-dev/usr/local/include/X11/extensions/panoramiXproto.h
/usr/local/include/X11/extensions/panoramiXproto.h
tc@box:~/via-xserver-86a-50283_src/XServer$
--- End quote ---
jqcore:
Line 32 in via_bios.h
--- Code: ---#include "panoramiXproto.h" /* required */
--- End code ---
Rich:
Hi jqcore
Looks like tinypoodle found the problem.
--- Code: ----I/usr/include/X11/extensions
--- End code ---
should be:
--- Code: ----I/usr/local/include/X11/extensions
--- End code ---
@tinypoodle: It took me a couple of minutes to spot what you were pointing out. Maybe use red instead of bold next time?
tinypoodle:
Believe it or not, red was what I tried first of all, somehow didn't want to work, so I ended up with bold which easily worked ;)
jqcore:
How should I proceed, newbie here! ;D
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version