From owner-freebsd-questions@FreeBSD.ORG Sat Aug 23 01:36:05 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 55F6F16A4C0 for ; Sat, 23 Aug 2003 01:36:05 -0700 (PDT) Received: from velocipede.dcn.davis.ca.us (velocipede.dcn.davis.ca.us [168.150.193.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id B45A34436C for ; Sat, 23 Aug 2003 00:34:48 -0700 (PDT) (envelope-from bkpark@ucdavis.edu) Received: from ucdavis.edu (dcn242-17.dcn.davis.ca.us [168.150.242.17]) h7N7YlP21563 for ; Sat, 23 Aug 2003 00:34:47 -0700 (PDT) Message-ID: <3F46B6A6.8010909@ucdavis.edu> Date: Sat, 23 Aug 2003 00:34:46 +0000 From: Bborie Park User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20030809 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: QT application compile error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Aug 2003 08:36:05 -0000 Hi, I'm learning QT programming and following the tutorials at trolltech's web site. I'm just trying to see how qt programs compile using the qmake -project, qmake and make. But when I try to compile any program -- even helloworld, I get syntax errors as well as unterminated #ifndef errors. I'm using 5.1 with qt 3.1.2. Any ideas of how to properly compile qt programs? Thanks