help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: compilation errors of trunk version on mac os x expected?


From: Steve Revilak
Subject: Re: compilation errors of trunk version on mac os x expected?
Date: Thu, 20 Jan 2011 22:38:11 -0500
User-agent: Mutt/1.5.20 (2009-06-14)

hello,  Does anyone know if these compilation error messages are a bug
or to be expected?  I still get occasional crashes and am wondering if
these are related...  cheers, E

gcc -c  -Demacs -DHAVE_CONFIG_H  -I. -I/usr/local/emacs/trunk/src -I../
lib -I/usr/local/emacs/trunk/src/../lib        -I/opt/local/include/
libxml2   -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/
include        -MMD -MF deps/dbusbind.d  -I/opt/local/include   -


The compiler command line uses -I/opt/local/include, which I assume is
macports.

Does it make a difference if you take macports out of the picture?  I
don't *think* you'd need dbus on OS X, but perhaps I'm wrong.

FWIW, I often use a script like this to create a clean environment for
compilations.

---------------------------------
#!/bin/sh
unset LDFLAGS
unset CFLAGS
unset CXXFLAGS
PATH=`echo $PATH | \
 sed 's,:/opt/local/bin,, ; s,:/opt/local/sbin,,'`
export PATH

eval "$@"
---------------------------------

If you called this script "clean-compile", then you'd use it like this

  clean-compile ./configure --with-ns
clean-compile make clean-compile make-install

Hope that helps.

Steve

Attachment: pgpAMV0cLc5Dl.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]