donpapadapolis
Registered
I am having some difficulties compiling glib. I have downloaded the ported darwin version from http://www.darwinfo.org/ports.shtml and I did the ./configure --host=powerpc-apple-freebsd command and that is all fine. then I type make and i get this error everytime:
cc -DHAVE_CONFIG_H -I. -I. -I. -DG_LOG_DOMAIN=g_log_domain_glib -g -O2 -Wall -c giounix.c -fPIC -DPIC -o .libs/giounix.lo
giounix.c:1301: bad macro argument list
make[2]: *** [giounix.lo] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive-am] Error 2
and then back to the command line. I know a little about linux but not nearly enough to figure this out. So any help would be great.
Thanks
cc -DHAVE_CONFIG_H -I. -I. -I. -DG_LOG_DOMAIN=g_log_domain_glib -g -O2 -Wall -c giounix.c -fPIC -DPIC -o .libs/giounix.lo
giounix.c:1301: bad macro argument list
make[2]: *** [giounix.lo] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive-am] Error 2
and then back to the command line. I know a little about linux but not nearly enough to figure this out. So any help would be great.
Thanks