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:from:date:message-id:subject:to:content-type; bh=IGQn1UD9fJb+to3oZPqs3VCxbmbeRthzLDajYrxC0VY=; b=A+gVAG7rBRkhVnej4/m8H7S0FEV5Ke7jX55CgkjuCD79CebqXGhnFq7MpiUGW53JyP eJjDhwQYqT/bMwZkkWpTf8o48/m/2osXXyUZP6gxR8H/GX4t+kz7qIo5YT5Ky8bXj3VE x03ipaQNssSVSIh4j6Fg/wK/H/2g+Pd4cxp5A= MIME-Version: 1.0 From: Alberto Maccioni Date: Tue, 25 Oct 2011 14:16:12 +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 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?