Prev: : Tcom question...
Next: Need help on tablelist
From: Jay Rohr on 4 Apr 2007 11:52 I'm trying to build tclx (8.4) on opensuse 10.2 and get the following config error: checking system version (for dynamic loading)... ./configure: line 13965: syntax error near unexpected token `ac_space=' '' ../configure: line 13965: ` case `(ac_space=' '; set | grep ac_space) 2>&1` in' I am NOT a "configure" expert - Does anyone know how to fix this? PS. I just went back and checked - and the build has not worked on any Suse 10.X release. Last working build I have is Suse 9 and tclx 8.3 :-(
From: Uwe Klein on 4 Apr 2007 12:10 Jay Rohr wrote: > I'm trying to build tclx (8.4) on opensuse 10.2 and get the following > config error: > > checking system version (for dynamic loading)... ./configure: line > 13965: syntax error near unexpected token `ac_space=' '' > ./configure: line 13965: ` case `(ac_space=' '; set | grep ac_space) > 2>&1` in' > > I am NOT a "configure" expert - Does anyone know how to fix this? > > PS. I just went back and checked - and the build has not worked on any > Suse 10.X release. Last working build I have is Suse 9 and tclx 8.3 :-( > you may want to use or have a look into the opensuse src package. ( afair there is heavy patching done to the configure file.) http://download.opensuse.org/distribution/10.2/repo/src-oss/suse/src/tclx-8.4-363.src.rpm uwe
From: Larry W. Virden on 4 Apr 2007 14:34 On Apr 4, 11:52 am, Jay Rohr <jayr...(a)verizon.net> wrote: > I'm trying to build tclx (8.4) on opensuse 10.2 and get the following > config error: > > checking system version (for dynamic loading)... ./configure: line > 13965: syntax error near unexpected token `ac_space=' '' > ./configure: line 13965: ` case `(ac_space=' '; set | grep ac_space) > 2>&1` in' > What about other source packages - are you able to build them? The reason I ask is that this sounds familiar. Perhaps google for the error message and see if this is related to like a bad set of autoconfig macros or something...
From: miguel sofer on 4 Apr 2007 15:08 On Apr 4, 12:52 pm, Jay Rohr <jayr...(a)verizon.net> wrote: > I'm trying to build tclx (8.4) on opensuse 10.2 and get the following > config error: > > checking system version (for dynamic loading)... ./configure: line > 13965: syntax error near unexpected token `ac_space=' '' > ./configure: line 13965: ` case `(ac_space=' '; set | grep ac_space) > 2>&1` in' > > I am NOT a "configure" expert - Does anyone know how to fix this? > > PS. I just went back and checked - and the build has not worked on any > Suse 10.X release. Last working build I have is Suse 9 and tclx 8.3 :-( This is a known bug (http://sourceforge.net/tracker/index.php? func=detail&aid=1426906&group_id=13247&atid=313247)- I am told it is fixed in CVS. In any case, there is a simple workaround: see http://sourceware.org/ml/insight/2006-q1/msg00041.html
From: Jay Rohr on 4 Apr 2007 20:27 Larry W. Virden wrote: > On Apr 4, 11:52 am, Jay Rohr <jayr...(a)verizon.net> wrote: >> I'm trying to build tclx (8.4) on opensuse 10.2 and get the following >> config error: >> >> checking system version (for dynamic loading)... ./configure: line >> 13965: syntax error near unexpected token `ac_space=' '' >> ./configure: line 13965: ` case `(ac_space=' '; set | grep ac_space) >> 2>&1` in' >> > > What about other source packages - are you able to build them? The > reason I ask is that this sounds familiar. Perhaps google for the > error message and see if this is related to like a bad set of > autoconfig macros or something... > tcl, tk, thread, itcl - all configure and build without problems.
|
Pages: 1 Prev: : Tcom question... Next: Need help on tablelist |