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

List:       kde-edu
Subject:    Re: LabPlot builds and runs with kf5
From:       Alexander Semke <Alexander.Semke () web ! de>
Date:       2015-03-12 7:55:28
Message-ID: 2602380.THgTJ41D79 () linux-7xsw ! site
[Download RAW message or body]

> I should work, as the files are found directly in ${GSL_INCLUDEDIR}, but
> referenced from one level up, i.e. ${PREFIX}/gsl/ being ${GSL_INCLUDEDIR}/..
> 
> And, indeed, that patch solved the localisation issue! :-D
I would have expected that this should only influency inlcude like 
"gsl/gsl_include.h" and not <gsl/gsl_inlcude.h>. But anyway...


> parser.y:227:3: error: use of undeclared identifier 'locale_t'
>                 locale_t locale = newlocale (LC_NUMERIC_MASK, "C", NULL);
locale_t is a POSIX-typedef define in GNU C in xlocale.h. 
parser.y includes locale.h that includes xlocale.h. Don't you have something 
like typedef __locale_t locale_t; in your xlocale.h?

Other errors related to the variable locale should disappear once this problem 
is solved.


-- 
Alexander
_______________________________________________
kde-edu mailing list
kde-edu@mail.kde.org
https://mail.kde.org/mailman/listinfo/kde-edu

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

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