From owner-freebsd-hackers Thu Apr 25 12:54: 4 2002 Delivered-To: freebsd-hackers@freebsd.org Received: from smtp06.wxs.nl (smtp06.wxs.nl [195.121.6.58]) by hub.freebsd.org (Postfix) with ESMTP id 141A237B430 for ; Thu, 25 Apr 2002 12:53:51 -0700 (PDT) Received: from there ([80.60.248.65]) by smtp06.wxs.nl (Netscape Messaging Server 4.15) with SMTP id GV539P01.AM4 for ; Thu, 25 Apr 2002 21:53:49 +0200 Content-Type: text/plain; charset="iso-8859-1" From: "Peter J. Blok" To: freebsd-hackers@freebsd.org Subject: Updating to stable Date: Thu, 25 Apr 2002 21:53:48 +0200 X-Mailer: KMail [version 1.3.2] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <20020425195351.141A237B430@hub.freebsd.org> Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I recently installed a 4.5-RELEASE system on intel and cvsup'ed it to 4.5-STABLE. The make buildworld failed because it was not able to find certain defines in the include files. This is no the first time I have encountered this. The work-around is to copy the include files to /usr/include and do the buildworld again. Sometimes you have to copy complete libraries to make it work. Once I have installed everything with an installworld and repeat the process, everything works fine. Am I doing something wrong? I have seen some postings about cross-compiling and in my opinion the dependancy on /usr/include could be deadly. On the system I use right now I cvsup on a regular bases and I don't have the problem. However I always do a buildworld and installworld twice. Thought? Opinions? Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message