Hi Jay, Le 19 juin 2012 à 19:45, Jay Patel a écrit :
> Hi all, > > I managed to get to step on OpenBSD 5.1 32 bit > > $ . /System/Library/Makefiles/GNUstep.sh > $ echo . /System/Library/Makefiles/GNUstep.sh >> ~/.profile > > but in OpenBSD it works only with > /System/Library/Makefiles/GNUstep.sh but then after > > ./configure --disable-mixedabi CC=clang CXX=clang++ > > i get error config:error :you are running configuration with compiler > (clang) set to be different value from that used be gnustep-make(cc) > please run configuration again with matching you environment with > gnustep-make. I have never used OpenBSD, but it looks like gnustep-make was configured with GCC. You can try to reconfigure gnustep-make and install it again like that: ./configure CC=clang && make && sudo -E make install You won't need to pass CC again for configuring GNUstep Base, Gui etc. Cheers, Quentin. _______________________________________________ Etoile-discuss mailing list [email protected] https://mail.gna.org/listinfo/etoile-discuss
