all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp>
To: andrew.w.nosenko@gmail.com
Cc: emacs-devel@gnu.org
Subject: Re: Can't compile on FreeBSD
Date: Thu, 19 May 2011 18:10:42 +0900 (JST)	[thread overview]
Message-ID: <20110519.181042.1842393060251695917.kasahara@nc.kyushu-u.ac.jp> (raw)
In-Reply-To: <BANLkTimeZYBy9MgxeYFaW3neNLcA_xD_cQ@mail.gmail.com>

On Thu, 19 May 2011 11:32:27 +0300,
	"Andrew W. Nosenko" <andrew.w.nosenko@gmail.com> said:

> Proper fix: should be at the 'configure.in' side.  Somethig like following:
> 
>     AC_CANONICAL_HOST
> 
>     # Workaround OS related problems in the default search path:
>     #   o  FreeBSD bug: GCC on FreeBSD doesn't search
>     #      /usr/local/include and /usr/local/lib directories.

Thank you for your suggestion.  But I believe that this behavior is
not a bug, because X is not a part of the base system of FreeBSD.

configure correctly detect that -I/usr/local/include is needed when X
is involved.  The problem is that recently "#include <X11/X.h>" was
added to src/systime.h, but compilation of lib-src/profile.c (which
includes src/systime.h) didn't reflect that change.  Before the
change, there was no problem compiling Emacs on FreeBSD.  So I'm
wondering about the proper fix for that...

Regards,
-- 
Yoshiaki Kasahara
Research Institute for Information Technology, Kyushu University
kasahara@nc.kyushu-u.ac.jp



  reply	other threads:[~2011-05-19  9:10 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-19  8:03 Can't compile on FreeBSD Yoshiaki Kasahara
2011-05-19  8:32 ` Andrew W. Nosenko
2011-05-19  9:10   ` Yoshiaki Kasahara [this message]
2011-05-19 10:22     ` Yoshiaki Kasahara
2011-05-20  6:49     ` Paul Eggert
2011-05-20 10:01       ` Yoshiaki Kasahara

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110519.181042.1842393060251695917.kasahara@nc.kyushu-u.ac.jp \
    --to=kasahara@nc.kyushu-u.ac.jp \
    --cc=andrew.w.nosenko@gmail.com \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.