X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=IGQn1UD9fJb+to3oZPqs3VCxbmbeRthzLDajYrxC0VY=; b=Nlktw7P9R73FWFimGka8XFgaUQKPMK0kORmWoQLYbPBykQmfdJcJdbfmE9KKOcJRCD wXknL+BcF6kitrdt3celEX1yr4WVcl9Y45qlxzF0oAhaXcrn0oSlXOUHWT1G4VLxwEKN WL1vZnS2Tca/EEcO1PvfSQNB8cq6E410HIZ+o= MIME-Version: 1.0 In-Reply-To: References: From: Alberto Maccioni Date: Wed, 26 Oct 2011 09:51:43 +0200 Message-ID: Subject: [geda-user] pcb-20110918 compile error To: geda-user AT delorie DOT com Content-Type: text/plain; charset=ISO-8859-1 Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Hello, I'm trying to compile pcb without gl (./configure --disable-gl), but I get the following error: ... action.c: In function 'pcb_spawnvp': action.c:7245:3: warning: implicit declaration of function '_spawnvp' action.c:7245:26: error: '_P_WAIT' undeclared (first use in this function) action.c:7245:26: note: each undeclared identifier is reported only once for each function it appears in ... Any idea of what is the problem?