Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 740764196F3 for ; Sun, 28 Mar 2010 23:54:21 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0.702 X-Spam-Level: X-Spam-Status: No, score=0.702 tagged_above=-999 required=5 tests=[BAYES_50=0.8, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_NONE=-0.0001] autolearn=ham Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7-STUj8yyHRT for ; Sun, 28 Mar 2010 23:54:19 -0700 (PDT) Received: from mail-yw0-f172.google.com (mail-yw0-f172.google.com [209.85.211.172]) by olra.theworths.org (Postfix) with ESMTP id 6495B4196F2 for ; Sun, 28 Mar 2010 23:54:19 -0700 (PDT) Received: by ywh2 with SMTP id 2so4828240ywh.33 for ; Sun, 28 Mar 2010 23:54:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:received:message-id :subject:from:to:content-type; bh=o6tKDK3hqRnmGU+rh+na2Y5S1n+UNoe07/5GrcRcerw=; b=wsfeSBcsbS4VgJUy23UCzu4YgG1TV8ue3/1MSvjU54FcsH1qDRF/6o79WcgC3CLv8f bk5rzl10l3z2AEa2dtASGJ20VoZfkmF2o2nbi5eRPJod7Z/fHxwhc1FupI+M41fpXd7n ASxYHhpzfnAtmBYQ0baUbtvPV0XiGEe43TFB8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=ea/ucQay0NPUYRs+LCI+n+Gp1jVO0FD6m9guuQOt7o1ReBPR8XzKN0AkorVwyHL8kM cahUjd6ky/mJhj/YVYEiQGmFGsxlk0G1Epk/wScas73JUHgnzSvD/SxjQgv7Vrsf79O6 erA9Fl/iJpHTGw4x7cMv9pKsKKDL+ozqkPqgE= MIME-Version: 1.0 Received: by 10.231.32.9 with HTTP; Sun, 28 Mar 2010 23:54:18 -0700 (PDT) Date: Sun, 28 Mar 2010 23:54:18 -0700 Received: by 10.101.137.6 with SMTP id p6mr2549742ann.203.1269845658933; Sun, 28 Mar 2010 23:54:18 -0700 (PDT) Message-ID: <330356ae1003282354s639a0ff5p34a6a29bbe145ed5@mail.gmail.com> From: Bhaskara Marthi To: notmuch@notmuchmail.org Content-Type: multipart/alternative; boundary=0016e68ee2886b99c50482eafbc7 Subject: [notmuch] os x getline issues X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Mar 2010 06:54:21 -0000 --0016e68ee2886b99c50482eafbc7 Content-Type: text/plain; charset=ISO-8859-1 Hi all, I'm trying to build notmuch on os x (master branch from today). I got the ports for gmime and xapian, and installed talloc from source, with some minor hitches (just getting talloc alone from samba failed on autoconf due to lack of libreplace.m4, so I installed all of samba from a port; a pkg-config file for talloc was not put in the right place after that, though, so I had to make one). Anyway, now compilation runs into the following error. Looks like an issue with the makefile given that getline is in fact defined in compat/. How should I fix this? - Bhaskara g++ debugger.o gmime-filter-reply.o notmuch.o notmuch-config.o notmuch-count.o notmuch-dump.o notmuch-new.o notmuch-reply.o notmuch-restore.o notmuch-search.o notmuch-search-tags.o notmuch-setup.o notmuch-show.o notmuch-tag.o notmuch-time.o query-string.o show-message.o json.o lib/notmuch.a -L/opt/local/lib -lgmime-2.4 -lz -lgobject-2.0 -lglib-2.0 -lintl -liconv -L/opt/local/lib/samba3 -ltalloc -L/opt/local/lib -lxapian -lz -L/opt/local/lib -o notmuch Undefined symbols: "_getline", referenced from: _notmuch_restore_command in notmuch-restore.o _notmuch_restore_command in notmuch-restore.o _notmuch_setup_command in notmuch-setup.o _notmuch_setup_command in notmuch-setup.o _notmuch_setup_command in notmuch-setup.o _notmuch_setup_command in notmuch-setup.o _notmuch_setup_command in notmuch-setup.o _notmuch_message_file_get_header in notmuch.a(message-file.o) _notmuch_message_file_get_header in notmuch.a(message-file.o) _notmuch_message_file_get_header in notmuch.a(message-file.o) _notmuch_message_file_get_header in notmuch.a(message-file.o) --0016e68ee2886b99c50482eafbc7 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi all, I'm trying to build notmuch on os x (master branch from today).= =A0 I got the ports for gmime and xapian, and installed talloc from source,= with some minor hitches (just getting talloc alone from samba failed on au= toconf due to lack of libreplace.m4, so I installed all of samba from a por= t; a pkg-config file for talloc was not put in the right place after that, = though, so I had to make one).=A0

Anyway, now compilation runs into the following error.=A0 Looks like an= issue with the makefile given that getline is in fact defined in compat/.= =A0 How should I fix this?
- Bhaskara

g++ debugger.o gmime-filter= -reply.o notmuch.o notmuch-config.o notmuch-count.o notmuch-dump.o notmuch-= new.o notmuch-reply.o notmuch-restore.o notmuch-search.o notmuch-search-tag= s.o notmuch-setup.o notmuch-show.o notmuch-tag.o notmuch-time.o query-strin= g.o show-message.o json.o lib/notmuch.a=A0 -L/opt/local/lib -lgmime-2.4 -lz= -lgobject-2.0 -lglib-2.0 -lintl -liconv=A0=A0 -L/opt/local/lib/samba3 -lta= lloc=A0=A0 -L/opt/local/lib -lxapian -lz -L/opt/local/lib -o notmuch
Undefined symbols:
=A0 "_getline", referenced from:
=A0=A0= =A0=A0=A0 _notmuch_restore_command in notmuch-restore.o
=A0=A0=A0=A0=A0 = _notmuch_restore_command in notmuch-restore.o
=A0=A0=A0=A0=A0 _notmuch_s= etup_command in notmuch-setup.o
=A0=A0=A0=A0=A0 _notmuch_setup_command in notmuch-setup.o
=A0=A0=A0=A0= =A0 _notmuch_setup_command in notmuch-setup.o
=A0=A0=A0=A0=A0 _notmuch_s= etup_command in notmuch-setup.o
=A0=A0=A0=A0=A0 _notmuch_setup_command i= n notmuch-setup.o
=A0=A0=A0=A0=A0 _notmuch_message_file_get_header in no= tmuch.a(message-file.o)
=A0=A0=A0=A0=A0 _notmuch_message_file_get_header in notmuch.a(message-file.= o)
=A0=A0=A0=A0=A0 _notmuch_message_file_get_header in notmuch.a(message= -file.o)
=A0=A0=A0=A0=A0 _notmuch_message_file_get_header in notmuch.a(m= essage-file.o)

--0016e68ee2886b99c50482eafbc7--