On 16 Apr 2017, at 02:00, Steven Nunez <[email protected]> wrote: > > Hi David, > > I transcribed the line incorrectly (still can't get FreeBSD & open-vm-tools > working). The configure line is: > > env CFLAGS=-DGNUSTEP ./configure --with-ns > --with-gnustep-conf=/usr/local/GNUstep/GNUstep.conf > > which at least gets the configure started. It still fails with: > > checking AppKit/AppKit.h usability... no > checking AppKit/AppKit.h presence... no > checking for AppKit/AppKit.h... no > configure: error: The include files (AppKit/AppKit.h etc) that are required > for a Nextstep build are missing or cannot be compiled > > All updates to FreeBSD applied, and AppKit.h appears to be present in > /usr/local/GNUstep/System/Library/Headers/AppKit/AppKit.h > > > Anyone have any ideas why this would be failing here (FreeBSD) but apparently > compiling on Linux?
I’m not sure how this build system works, but can you make sure that you’ve sourced the GNUstep.sh file to set up all of the relevant environment variables before attempting to build? David _______________________________________________ Discuss-gnustep mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnustep
