Changing mailing list to recipes.

On Tue, 19 Jun 2007 03:52:07 +0200, Hi There <[EMAIL PROTECTED]> wrote:

> Hello all,
> I'm getting two syntax errors while building Quanta+,

What is the difference between Quanta+ and KDE-Webdev?
There's a recipe for KDE-Webdev already.

> the first:
> checking for KDE... ./configure: eval: line 30811:
> syntax error near
> unexpected token `('
> ./configure: eval: line 30811: `echo
> ${exec_prefix}/lib libc.so.6 =>
> /System/Links/Libraries/libc.so.6 (0xb7eac000)'
>
This is due to a bad regex in the configure script. The
workaround is to pass "--disable-libsuffix" to
./configure

> and during the check for MAXPATHLEN:
>
> checking for MAXPATHLEN... ./configure: line 38339:
> syntax error near
> unexpected token `do'
> ./configure: line 38339: `  dirs=`for i in $files; do
> if test -d $i;
> then echo $i; fi; done`'
>
I don't know if this is helped with the same workaround
and I can't test it right now.

> I filed a bug at
> http://bugs.kde.org/show_bug.cgi?id=146919, but now I
> think it's having trouble with the GoboLinux directory
> hierarchy. I manually set the X-paths (otherwise
> libXext isn't detected). The
> /System/Links/Libraries/libc.so.6 (0xb7eac000) part
> comes from autodetection.
>
Yes, a bad regex in configure (the regex comes from
autoconf, i.e. the bug is in autoconf).

> KDE 3.5.6, GCC 4.1.2, autoconf 2.61
> Problem happens with Bash 3.1 & 3.2, if that makes any
> difference.
Probably not as this is a bug in the configure file
generated from autoconf.

> Can anyone get this compiled?
>
I can get KDE-Webdev compiled, which is the same thing?

-- 
/Jonas

Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
_______________________________________________
gobolinux-devel mailing list
gobolinux-devel@lists.gobolinux.org
http://lists.gobolinux.org/mailman/listinfo/gobolinux-devel

Reply via email to