Error in make with Tslib

2009-06-13 Thread jsprankle
Using xorg-server-1.5.3 builds fine with 
 --enable-kdrive

if I use 
 --enable-kdrive --enable-tslib i get the following error when I run make

Error
Making install in vesa
make[3]: Entering directory `/home/joe/Desktop/xorg-server-1.5.3/hw/kdrive/vesa'
make[3]: *** No rule to make target `-lts', needed by `Xvesa'.  Stop.
make[3]: Leaving directory `/home/joe/Desktop/xorg-server-1.5.3/hw/kdrive/vesa'
make[2]: *** [install-recursive] Error 1
make[2]: Leaving directory `/home/joe/Desktop/xorg-server-1.5.3/hw/kdrive'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/joe/Desktop/xorg-server-1.5.3/hw'
make: *** [install-recursive] Error 1

I installed tslib from source with the generic build instructions from 
http://tslib.berlios.de/

Any suggestions on what I'm missing?
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


Error running Make on xorg-server-1.5.3

2009-06-10 Thread jsprankle
I'm trying to build Kdrive from the xorg-server-1.5.3 sources.
Autogen seemed to run fine with the following:
./autogen.sh --enable-kdrive --disable-dmx --disable-dbus --prefix=/var/tmp/xorg

But when I run make I am getting the following output.
Can anyone give me some insight to we hat I/Ive done wrong.


/exa   -I../../.. -I/opt/gfx-test/include -I/opt/gfx-test/include/drm 
-I/usr/include/X11/dri   -g -O2 -MT libxephyr_hostdri_a-XF86dri.o -MD -MP -MF 
.deps/libxephyr_hostdri_a-XF86dri.Tpo -c -o libxephyr_hostdri_a-XF86dri.o `test 
-f 'XF86dri.c' || echo './'`XF86dri.c
XF86dri.c:399: error: conflicting types for ‘XF86DRIDestroyContext’
/usr/include/X11/dri/xf86dri.h:98: error: previous declaration of 
‘XF86DRIDestroyContext’ was here
XF86dri.c:421: error: conflicting types for ‘XF86DRICreateDrawable’
/usr/include/X11/dri/xf86dri.h:101: error: previous declaration of 
‘XF86DRICreateDrawable’ was here
XF86dri.c:455: error: conflicting types for ‘XF86DRIDestroyDrawable’
/usr/include/X11/dri/xf86dri.h:104: error: previous declaration of 
‘XF86DRIDestroyDrawable’ was here
make[3]: *** [libxephyr_hostdri_a-XF86dri.o] Error 1
make[3]: Leaving directory `/home/joe/Desktop/xorg-server-1.5.3/hw/kdrive/ephyr'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/joe/Desktop/xorg-server-1.5.3/hw/kdrive'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/joe/Desktop/xorg-server-1.5.3/hw'
make: *** [all-recursive] Error 1
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg

Re: Error During Autoconf **UPDATE**

2009-05-31 Thread jsprankle



  ---Original Message---
  From: Dan Nicholson dbn.li...@gmail.com
  Subject: Re: Error During Autoconf
  Sent: May 31 '09 04:37
  
  On Sat, May 30, 2009 at 8:11 PM, Joe Sprankle jspran...@awlship.com wrote:
   Hi all,
   Brand new to this.
   I'm attempting to learn to build kdrive and not off to a good start.
   Configure.ac says to run autoconf to create configure script.
   I'm receiving the following error:
  
   f...@foo:~/Desktop/xorg-server-1.6.1.901$ autoconf
   configure.ac:31: error: possibly undefined macro: AM_INIT_AUTOMAKE
        If this token and others are legitimate, please use
   m4_pattern_allow.
        See the Autoconf documentation.
  
  Sounds like you don't have automake installed. You'll need autoconf,
  automake and libtool to work with the git sources. Additionally,
  you'll need any other X modules that the server depends on.
  
  http://xorg.freedesktop.org/wiki/Development/git
  
  It's also very probably Ubuntu has kdrive. Look for Xephyr.
  
  --
  Dan
  ___
  xorg mailing list
  xorg@lists.freedesktop.org
  http://lists.freedesktop.org/mailman/listinfo/xorg

Dependencies killed the cat1
I installed a xorg-dev package and autoconf runs with only the following 
error:

checking for GL... configure: error: Package requirements (glproto = 1.4.9 gl 
= 7.1.0) were not met:

No package 'gl' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables GL_CFLAGS
and GL_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

Any idea what i'm still missing?
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg