Le lundi 30 juillet 2012 19:55:08 Albert Astals Cid a écrit : > I agree the name is not the most optimal, but the code is correct > #include "locale.h" > has to include the locale.h of the local directory before looking for a > system wide one
The thing is: since the build dir is not the source dir, header files are almost never found in local dirs (except autogenerated ones like config.h) so it all boils down to getting the orders in which the system include dirs are sorted. Aurélien _______________________________________________ release-team mailing list [email protected] https://mail.kde.org/mailman/listinfo/release-team
