From owner-freebsd-ports Thu Aug 3 3:55:44 2000 Delivered-To: freebsd-ports@freebsd.org Received: from blizzard.sabbo.net (blizzard.sabbo.net [193.193.218.18]) by hub.freebsd.org (Postfix) with ESMTP id C8EDD37B643 for ; Thu, 3 Aug 2000 03:55:32 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from vic.sabbo.net (root@vic.sabbo.net [193.193.218.106]) by blizzard.sabbo.net (8.9.1/8.9.3) with ESMTP id NAA20397; Thu, 3 Aug 2000 13:55:22 +0300 (EEST) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vic.sabbo.net (8.9.3/8.9.3) with ESMTP id NAA56342; Thu, 3 Aug 2000 13:55:20 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <39894F97.9ADF3D3F@FreeBSD.org> Date: Thu, 03 Aug 2000 13:55:19 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.74 [en] (WinNT; U) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: Christoph Kukulies Cc: freebsd-ports@FreeBSD.org Subject: Re: gcc28 References: <200008031045.MAA00684@gilberto.physik.rwth-aachen.de> Content-Type: text/plain; charset=x-user-defined Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Christoph Kukulies wrote: > I'm trying to port the latest qvwm prealpha2 snapshot and it fails > using gcc-2.95.2 (egcs) with some obscure C++ error. > > I don't have feedback from the qvwm developers list but meanwhile > I tried to use gcc28. I replaced gcc and c++ in the > Makefiles by /usr/local/bin/gcc but what happens is that files > like stack.h, deque.h, alloc.h and a bunch of stl_xxx.h as well as > even iostream.h are not being found. The missing files > are included by e.g. #include statements in the source code. > > Where are these (gcc related) files normally installed? You can try to build it with system default gcc-2.95.2, but with "-fpermissive" option. Sometimes it helps. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message