Did this help? If not, a hacky thing I would do is, I would try: CFLAGS="-isystem /usr/local/include" ./configure instead.
(Possibly also CXXFLAGS, OBJCFLAGS, and set up a library search path with -L/usr/local/lib in LDFLAGS as well.) On Thu, Jun 28, 2018 at 10:01 AM <[email protected]> wrote: > > > Hello, > > > > > > > > I downloaded the new version but now I have a problem with the > > configuration step of the new version. > > > > > > > > checking libical/ical.h usability... no > > checking libical/ical.h presence... no > > checking for libical/ical.h... no > > checking ical.h usability... no > > checking ical.h presence... no > > checking for ical.h... no > > configure: error: ical.h not found. You must have libical >= 0.27 > > installed. > > GNUmakefile:2: local.make: No such file or directory > > This is your first problem : you should source GNUstep.h to configure your > environment before anything else. > > Thanks, > Philippe > > _______________________________________________ > Discuss-gnustep mailing list > [email protected] > https://lists.gnu.org/mailman/listinfo/discuss-gnustep _______________________________________________ Discuss-gnustep mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnustep
