libdrm CVS build error for some days

2008-10-28 Thread Dieter Nützel
kernel openSUSE 10.3 2.6.22.19-0.1-default

/opt/drm ./configure --prefix=/usr

[-]

checking whether the g++ linker (/usr/i586-suse-linux/bin/ld) supports shared 
libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag F77 to libtool
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for ANSI C header files... (cached) yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
./configure: line 20465: syntax error near unexpected token `PTHREADSTUBS,'
./configure: line 20465: `PKG_CHECK_MODULES(PTHREADSTUBS, pthread-stubs)'


Thanks,
Dieter

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


Re: libdrm CVS build error for some days

2008-10-28 Thread Dan Nicholson
On Tue, Oct 28, 2008 at 8:44 AM, Dieter Nützel [EMAIL PROTECTED] wrote:
 kernel openSUSE 10.3 2.6.22.19-0.1-default

 /opt/drm ./configure --prefix=/usr

 [-]

 checking whether the g++ linker (/usr/i586-suse-linux/bin/ld) supports shared
 libraries... yes
 checking dynamic linker characteristics... GNU/Linux ld.so
 checking how to hardcode library paths into programs... immediate
 appending configuration tag F77 to libtool
 checking for gcc... (cached) gcc
 checking whether we are using the GNU C compiler... (cached) yes
 checking whether gcc accepts -g... (cached) yes
 checking for gcc option to accept ISO C89... (cached) none needed
 checking dependency style of gcc... (cached) gcc3
 checking for ANSI C header files... (cached) yes
 checking for special C compiler options needed for large files... no
 checking for _FILE_OFFSET_BITS value needed for large files... 64
 ./configure: line 20465: syntax error near unexpected token `PTHREADSTUBS,'
 ./configure: line 20465: `PKG_CHECK_MODULES(PTHREADSTUBS, pthread-stubs)'

Do you have pkg-config installed? Can aclocal find pkg.m4 (should be
in /usr/share/aclocal)?

--
Dan
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


Re: libdrm CVS build error for some days

2008-10-28 Thread Dieter Nützel
Am Dienstag, 28. Oktober 2008 schrieb Dan Nicholson:
 On Tue, Oct 28, 2008 at 8:44 AM, Dieter Nützel [EMAIL PROTECTED] wrote:
  kernel openSUSE 10.3 2.6.22.19-0.1-default
 
  /opt/drm ./configure --prefix=/usr
 
  [-]
 
  checking whether the g++ linker (/usr/i586-suse-linux/bin/ld) supports
  shared libraries... yes
  checking dynamic linker characteristics... GNU/Linux ld.so
  checking how to hardcode library paths into programs... immediate
  appending configuration tag F77 to libtool
  checking for gcc... (cached) gcc
  checking whether we are using the GNU C compiler... (cached) yes
  checking whether gcc accepts -g... (cached) yes
  checking for gcc option to accept ISO C89... (cached) none needed
  checking dependency style of gcc... (cached) gcc3
  checking for ANSI C header files... (cached) yes
  checking for special C compiler options needed for large files... no
  checking for _FILE_OFFSET_BITS value needed for large files... 64
  ./configure: line 20465: syntax error near unexpected token
  `PTHREADSTUBS,' ./configure: line 20465: `PKG_CHECK_MODULES(PTHREADSTUBS,
  pthread-stubs)'

 Do you have pkg-config installed? Can aclocal find pkg.m4 (should be
 in /usr/share/aclocal)?

All there:

/home/nuetzel l /usr/share/aclocal/pkg.m4
-rw-r--r-- 1 root root 5232 21. Sep 2007  /usr/share/aclocal/pkg.m4

diff with older libdrm said that this token is _new_:

PTHREADSTUBS

-Dieter

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


Re: libdrm CVS build error for some days

2008-10-28 Thread Dan Nicholson
On Tue, Oct 28, 2008 at 9:07 AM, Dieter Nützel [EMAIL PROTECTED] wrote:
 Am Dienstag, 28. Oktober 2008 schrieb Dan Nicholson:
 On Tue, Oct 28, 2008 at 8:44 AM, Dieter Nützel [EMAIL PROTECTED] wrote:
  kernel openSUSE 10.3 2.6.22.19-0.1-default
 
  /opt/drm ./configure --prefix=/usr
 
  [-]
 
  checking whether the g++ linker (/usr/i586-suse-linux/bin/ld) supports
  shared libraries... yes
  checking dynamic linker characteristics... GNU/Linux ld.so
  checking how to hardcode library paths into programs... immediate
  appending configuration tag F77 to libtool
  checking for gcc... (cached) gcc
  checking whether we are using the GNU C compiler... (cached) yes
  checking whether gcc accepts -g... (cached) yes
  checking for gcc option to accept ISO C89... (cached) none needed
  checking dependency style of gcc... (cached) gcc3
  checking for ANSI C header files... (cached) yes
  checking for special C compiler options needed for large files... no
  checking for _FILE_OFFSET_BITS value needed for large files... 64
  ./configure: line 20465: syntax error near unexpected token
  `PTHREADSTUBS,' ./configure: line 20465: `PKG_CHECK_MODULES(PTHREADSTUBS,
  pthread-stubs)'

 Do you have pkg-config installed? Can aclocal find pkg.m4 (should be
 in /usr/share/aclocal)?

 All there:

 /home/nuetzel l /usr/share/aclocal/pkg.m4
 -rw-r--r-- 1 root root 5232 21. Sep 2007  /usr/share/aclocal/pkg.m4

 diff with older libdrm said that this token is _new_:

 PTHREADSTUBS

Did you regenerate configure? The PKG_CHECK_MODULES macro is not being
substituted for you.

--
Dan
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


Re: libdrm CVS build error for some days

2008-10-28 Thread Dieter Nützel
Am Dienstag, 28. Oktober 2008 schrieb Dan Nicholson:
 On Tue, Oct 28, 2008 at 9:07 AM, Dieter Nützel [EMAIL PROTECTED] wrote:
  Am Dienstag, 28. Oktober 2008 schrieb Dan Nicholson:
  On Tue, Oct 28, 2008 at 8:44 AM, Dieter Nützel [EMAIL PROTECTED] 
wrote:
   kernel openSUSE 10.3 2.6.22.19-0.1-default
  
   /opt/drm ./configure --prefix=/usr
  
   [-]
  
   checking whether the g++ linker (/usr/i586-suse-linux/bin/ld) supports
   shared libraries... yes
   checking dynamic linker characteristics... GNU/Linux ld.so
   checking how to hardcode library paths into programs... immediate
   appending configuration tag F77 to libtool
   checking for gcc... (cached) gcc
   checking whether we are using the GNU C compiler... (cached) yes
   checking whether gcc accepts -g... (cached) yes
   checking for gcc option to accept ISO C89... (cached) none needed
   checking dependency style of gcc... (cached) gcc3
   checking for ANSI C header files... (cached) yes
   checking for special C compiler options needed for large files... no
   checking for _FILE_OFFSET_BITS value needed for large files... 64
   ./configure: line 20465: syntax error near unexpected token
   `PTHREADSTUBS,' ./configure: line 20465:
   `PKG_CHECK_MODULES(PTHREADSTUBS, pthread-stubs)'
 
  Do you have pkg-config installed? Can aclocal find pkg.m4 (should be
  in /usr/share/aclocal)?
 
  All there:
 
  /home/nuetzel l /usr/share/aclocal/pkg.m4
  -rw-r--r-- 1 root root 5232 21. Sep 2007  /usr/share/aclocal/pkg.m4
 
  diff with older libdrm said that this token is _new_:
 
  PTHREADSTUBS

 Did you regenerate configure? The PKG_CHECK_MODULES macro is not being
 substituted for you.

Uh, argh,...
...a man get OLD!

/opt/drm ./autogen.sh

did it.

Thanks,
Dieter

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel