Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
X-Authentication-Warning: keywest.fmi.uni-passau.de: andreas set sender to andreas.zeller@fmi.uni-passau.de using -f
To: Chuck.Irvine@mail.sprint.com
Cc: cygwin-xfree@sources.redhat.com, cygwin@sourceware.cygnus.com, ddd@gnu.org
Subject: Re: DDD / undefined reference to `viewportWidgetClass' (update)
References: <H00009db0753f24a.0974759716.kcopmp06@MHS>
From: Andreas Zeller <andreas.zeller@fmi.uni-passau.de>
Date: 23 Nov 2000 10:46:43 +0100
In-Reply-To: Chuck.Irvine@mail.sprint.com's message of "Mon, 20 Nov 2000 16:35:19 -0600"
Message-ID: <d8id7fnc96k.fsf@keywest.fmi.uni-passau.de>
Lines: 25
User-Agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Channel Islands)
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii

Hi!

Chuck.Irvine@mail.sprint.com writes:

> When trying to make DDD, I get the error message below saying that the
> reference to viewportWidgetClass in ddd/vsl.C is undefined. Does anyone
> know what library viewportWidgetClass is supposed to be defined in? Any
> help is greatly appreciated.

[This corrects my previous mail]

`viewportWidgetClass' is part of the Athena widget (-Xaw) library.

You seem to have the Athena include files (since `vsl.o' references
`viewportWidgetClass'), but not the library itself, which is rather
uncommon.  As a quick workaround, uncomment `#define HAVE_ATHENA' in
`ddd/config.h' - this will allow you to keep on building.

Greetings,

Andreas

-- 
Andreas Zeller     Universitaet Passau
                   http://www.fmi.uni-passau.de/st/staff/zeller/

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

