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

Re: Error During Autoconf

2009-05-31 Thread Dan Nicholson
On Sat, May 30, 2009 at 10:07 PM, Joe Sprankle jspran...@awlship.com wrote:
 On Sat, 2009-05-30 at 21:37 -0700, Dan Nicholson wrote:
 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.
 automake --version
 automake (GNU automake) 1.10.2
 Copyright (C) 2008 Free Software Foundation, Inc.
 License GPLv2+: GNU GPL version 2 or later
 http://gnu.org/licenses/gpl.html
 This is free software: you are free to change and redistribute it.
 There is NO WARRANTY, to the extent permitted by law.

Right, now I remember what the issue is. You need to run aclocal first
so that the automake m4 macros are pulled in. However, just run the
autogen.sh script or autoreconf -iv.

--
Dan
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg

Re: Error During Autoconf **UPDATE**

2009-05-31 Thread Dan Nicholson
On Sat, May 30, 2009 at 11:04 PM,  jspran...@awlship.com wrote:



  ---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
  x...@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

That's mesa's libGL. Probably you can use your distro's GL (libGL-dev
or something). Otherwise, read the Development/git page I pointed you
to. It shows the correct order to build all the modules so you can get
a xserver.

--
Dan
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg

Re: Error During Autoconf

2009-05-30 Thread Justin P. Mattock
Not sure how to compile kdrive,
But from looking(not sure thought)
You might need the macros package
So autogen.sh can work properly.


justin P. Mattock



On 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.
 configure.ac:32: error: possibly undefined macro: AM_MAINTAINER_MODE
 configure.ac:55: error: possibly undefined macro: AM_PROG_AS
 configure.ac:58: error: possibly undefined macro: AC_LIBTOOL_WIN32_DLL
 configure.ac:59: error: possibly undefined macro: AC_DISABLE_STATIC
 configure.ac:60: error: possibly undefined macro: AC_PROG_LIBTOOL
 configure.ac:100: error: possibly undefined macro: AM_CONDITIONAL
 configure.ac:595: error: possibly undefined macro:
 XTRANS_CONNECTION_FLAGS
 configure.ac:1049: error: possibly undefined macro: AC_DEFINE_DIR
 configure.ac:1564: error: possibly undefined macro: _AM_DEPENDENCIES

 Distro Ubuntu Hardy

 I'm totally new to this and have to get a custom kdrive build for work
 if I can pull it off.
 Can anyone recommend a howto or a place to educate myself on how to  
 even
 start learning this?
 Other than this list and it's archives, I cannot seem to find any
 documentation.
 Am I missing something?



 ___
 xorg mailing list
 xorg@lists.freedesktop.org
 http://lists.freedesktop.org/mailman/listinfo/xorg
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


Re: Error During Autoconf

2009-05-30 Thread Joe Sprankle
On Sat, 2009-05-30 at 21:37 -0700, Dan Nicholson wrote:
 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.
automake --version
automake (GNU automake) 1.10.2
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv2+: GNU GPL version 2 or later
http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by Tom Tromey tro...@redhat.com
   and Alexandre Duret-Lutz a...@gnu.org.


  You'll need autoconf,
autoconf --version
autoconf (GNU Autoconf) 2.63
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv2+: GNU GPL version 2 or later
http://gnu.org/licenses/old-licenses/gpl-2.0.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by David J. MacKenzie and Akim Demaille.


 automake and libtool to work with the git sources.
libtool --version
ltmain.sh (GNU libtool) 2.2.6
Written by Gordon Matzigkeit g...@gnu.ai.mit.edu, 1996

Copyright (C) 2008 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is
NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.
  Additionally,
 you'll need any other X modules that the server depends on.
 
 http://xorg.freedesktop.org/wiki/Development/git
Looks like I ned to start on this page, ever feel like you've bitten off
more than you can chew?

 
 It's also very probably Ubuntu has kdrive. Look for Xephyr.
There is a package for Xephyr, and xfbdev.
My issue is I need to this to work with a touchscreen.
I'm trying to build an understanding of the process of building/tweaking
kdrive.
I'm normally a RTFM kind of person, I'm having a hard time finding
documentation to read,
Any suggestions?

Thanks!
 --
 Dan
 

___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


Re: Error During Autoconf

2009-05-30 Thread Justin P. Mattock
Check for a missing
*.m4 for that app to compile
(or if it's present then file
A Bugreport)

justin P. Mattock



On May 30, 2009, at 9:37 PM, Dan Nicholson dbn.li...@gmail.com wrote:

 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
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg