[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-bugs-dist
Subject:    [Bug 106961] Compile error on Solaris 2.9 in sqlparser.y
From:       Bernd Kuhls <bernd.kuhls () informatik ! uni-oldenburg ! de>
Date:       2005-07-26 16:00:07
Message-ID: 20050726160007.23037.qmail () ktown ! kde ! org
[Download RAW message or body]

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
         
http://bugs.kde.org/show_bug.cgi?id=106961         




------- Additional Comments From bernd.kuhls informatik uni-oldenburg de  2005-07-26 17:59 -------
I saw that

#include <alloca.h>

is already there but the whole condition

#ifndef YYSTACK_USE_ALLOCA

if never reached here, even adding

#include <alloca.h>

after

#ifndef YYSTACK_USE_ALLOCA

does not help.

Adding

#if defined (sparc)
#include <alloca.h>
#endif

before

#ifndef YYSTACK_USE_ALLOCA

lets the code compile, so "defined (sparc)" is correct.
Tested all this with KOffice 1.4.1
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic