[xdebug-dev] Bug 0000102: Unable to configure debugclient on Suse 9.1

From: <xdebug-dev[@]lists.xdebug.org>
Date: Mon, 15 Nov 2004 16:58:52 +0100

A BUGNOTE has been added to this bug.
======================================================================
http://bugs.xdebug.org/bug_view_page.php?bug_id=0000102
======================================================================
Reporter: spooker
Handler:
======================================================================
Project: Xdebug
Bug ID: 102
Category: Debug client (console)
Reproducibility: always
Severity: minor
Priority: normal
Status: new
Operating System: Linux -- Suse 9.1
PHP Version: 4.3.9
Xdebug Version: 2.0-dev
======================================================================
Date Submitted: 2004-11-15 16:52 CET
Last Modified: 2004-11-15 16:58 CET
======================================================================
Summary: Unable to configure debugclient on Suse 9.1
Description:
After running buildconf the configure script is breaking with the following
message:
./configure: line 6251: syntax error near unexpected token `;;'
./configure: line 6251: ` PTHREAD_FLAGS="-D_POSIX_PTHREAD_SEMANTICS
-D_REENTRANT";;'
======================================================================

----------------------------------------------------------------------
 derick - 2004-11-15 16:58 CET
----------------------------------------------------------------------
Try the following patch:

Index: configure.in
===================================================================
RCS file: /repository/xdebug/debugclient/configure.in,v
retrieving revision 1.3
diff -u -p -r1.3 configure.in
--- configure.in 30 Oct 2003 08:16:14 -0000 1.3
+++ configure.in 15 Nov 2004 15:57:46 -0000
@@ -66,11 +66,6 @@ AC_CHECK_LIB(socket, socket)

 AC_CHECK_FUNCS(strerror strtol strtoul)

-sinclude(build/threads.m4)
-PTHREADS_CHECK
-PTHREADS_ASSIGN_VARS
-PTHREADS_FLAGS
-
 dnl
 dnl Debug section:
 dnl

and run:
rm configure && ./buildconf
again

Bug History
Date Modified Username Field Change
======================================================================
2004-11-15 16:52spooker New Bug
2004-11-15 16:58derick Bugnote Added: 0000210
======================================================================
Received on Mon Nov 15 2004 - 16:58:55 GMT

This archive was generated by hypermail 2.2.0 : Sun Jun 24 2018 - 04:00:03 BST