From owner-freebsd-threads@FreeBSD.ORG Wed Dec 20 14:28:10 2006 Return-Path: X-Original-To: freebsd-threads@freebsd.org Delivered-To: freebsd-threads@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4147216A407 for ; Wed, 20 Dec 2006 14:28:10 +0000 (UTC) (envelope-from jean.daigle@SolaceSystems.com) Received: from mail.allstreamits.com (mail.allstreamits.com [66.46.107.253]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C3B243C9F for ; Wed, 20 Dec 2006 14:28:08 +0000 (GMT) (envelope-from jean.daigle@SolaceSystems.com) X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Wed, 20 Dec 2006 09:26:12 -0500 Message-ID: <6B865826E860EF42B3A387A03F39539614869541@EX0004.AllstreamITS.local> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: freebsd/ace: Errors when compiling ACE application Thread-Index: AccjghV6uRWb3FxyRSK1pdXZ+9zEmgAAECVQ From: "Jean-Philippe Daigle" To: Subject: RE: freebsd/ace: Errors when compiling ACE application X-BeenThere: freebsd-threads@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Threading on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2006 14:28:10 -0000 > -----Original Message----- > From: Daniel Eischen [mailto:deischen@freebsd.org] > Sent: Tuesday, December 19, 2006 10:24 AM > To: Jean-Philippe Daigle > Cc: freebsd-threads@freebsd.org > Subject: RE: freebsd/ace: Errors when compiling ACE application >=20 > [...] >=20 > What version of FreeBSD are you using (uname -a) and are you > sure you properly rebuilt and installed your system so everything > is in sync (buildworld, buildkernel, installkernel, installworld)? > Did you rebuild ports/devel/ace so it is in sync with the version > of FreeBSD that you are using? It almost looks like you installed > a port or package of ace that was built for a newer version of > FreeBSD than you are using (did you downgrade without rebuild > devel/ace?). >=20 > -- > DE Daniel, thanks! That's exactly what happened (I'm new to FreeBSD). A look at the version I had installed revealed that I was using the ACE package from FreeBSD 6.2 on 6.1. Downgrading ACE back to the v5.4 package from the correct version of FreeBSD fixed my compilation problems. JP