It looks like you need libintl.h, which I think is built by gettext. -Jason
On Sat, Mar 10, 2007 at 11:21:27PM +0100, Tymek W wrote: > Hi, > > I wanted to install PSPP on Mac OS X, it is said that it should work on > different OS'es and previous versions have been tested on different > OS'es. But while I have installed every package that is needed, I can't > install PSPP. I tried 0.2.4, 0.3.0 and 0.4.0 versions. (With 0.4.0) I > got the: > > -------------------------- > > $ make > make all-recursive > Making all in m4 > make[2]: Nothing to be done for `all'. > Making all in intl > make[2]: Nothing to be done for `all'. > Making all in doc > make[2]: Nothing to be done for `all'. > Making all in lib > Making all in gsl-extras > if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. > -I/System/Library/Frameworks/CoreFoundation.framework/Headers -Wall -W > -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare > -Wmissing-prototypes -ansi -g -O2 -MT betadistinv.o -MD -MP -MF > ".deps/betadistinv.Tpo" -c -o betadistinv.o betadistinv.c; \ > then mv -f ".deps/betadistinv.Tpo" ".deps/betadistinv.Po"; else rm -f > ".deps/betadistinv.Tpo"; exit 1; fi > if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. > -I/System/Library/Frameworks/CoreFoundation.framework/Headers -Wall -W > -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare > -Wmissing-prototypes -ansi -g -O2 -MT binomial.o -MD -MP -MF > ".deps/binomial.Tpo" -c -o binomial.o binomial.c; \ > then mv -f ".deps/binomial.Tpo" ".deps/binomial.Po"; else rm -f > ".deps/binomial.Tpo"; exit 1; fi > if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. > -I/System/Library/Frameworks/CoreFoundation.framework/Headers -Wall -W > -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare > -Wmissing-prototypes -ansi -g -O2 -MT geometric.o -MD -MP -MF > ".deps/geometric.Tpo" -c -o geometric.o geometric.c; \ > then mv -f ".deps/geometric.Tpo" ".deps/geometric.Po"; else rm -f > ".deps/geometric.Tpo"; exit 1; fi > if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. > -I/System/Library/Frameworks/CoreFoundation.framework/Headers -Wall -W > -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare > -Wmissing-prototypes -ansi -g -O2 -MT hypergeometric.o -MD -MP -MF > ".deps/hypergeometric.Tpo" -c -o hypergeometric.o hypergeometric.c; \ > then mv -f ".deps/hypergeometric.Tpo" ".deps/hypergeometric.Po"; else rm > -f ".deps/hypergeometric.Tpo"; exit 1; fi > if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. > -I/System/Library/Frameworks/CoreFoundation.framework/Headers -Wall -W > -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare > -Wmissing-prototypes -ansi -g -O2 -MT negbinom.o -MD -MP -MF > ".deps/negbinom.Tpo" -c -o negbinom.o negbinom.c; \ > then mv -f ".deps/negbinom.Tpo" ".deps/negbinom.Po"; else rm -f > ".deps/negbinom.Tpo"; exit 1; fi > if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. > -I/System/Library/Frameworks/CoreFoundation.framework/Headers -Wall -W > -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare > -Wmissing-prototypes -ansi -g -O2 -MT poisson.o -MD -MP -MF > ".deps/poisson.Tpo" -c -o poisson.o poisson.c; \ > then mv -f ".deps/poisson.Tpo" ".deps/poisson.Po"; else rm -f > ".deps/poisson.Tpo"; exit 1; fi > rm -f libgsl-extras.a > ar cru libgsl-extras.a betadistinv.o binomial.o geometric.o > hypergeometric.o negbinom.o poisson.o > ranlib libgsl-extras.a > make[3]: Nothing to be done for `all-am'. > Making all in gl > make all-am > gcc -DHAVE_CONFIG_H -I. -I. -I.. > -I/System/Library/Frameworks/CoreFoundation.framework/Headers -g -O2 -c > xalloc-die.c > In file included from xalloc-die.c:31: > gettext.h:25:22: error: libintl.h: No such file or directory > xalloc-die.c: In function 'xalloc_die': > xalloc-die.c:38: warning: incompatible implicit declaration of built-in > function 'gettext' > make[3]: *** [xalloc-die.o] Error 1 > make[2]: *** [all] Error 2 > make[1]: *** [all-recursive] Error 1 > make: *** [all] Error 2 > > ----------- > > I'd be grateful for some help. > > > Greetings, > TW > > > _______________________________________________ > pspp-dev mailing list > [email protected] > http://lists.gnu.org/mailman/listinfo/pspp-dev _______________________________________________ pspp-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/pspp-dev
