Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sourceware.cygnus.com>
List-Archive: <http://sourceware.cygnus.com/ml/cygwin/>
List-Post: <mailto:cygwin@sourceware.cygnus.com>
List-Help: <mailto:cygwin-help@sourceware.cygnus.com>, <http://sourceware.cygnus.com/ml/#faqs>
Sender: cygwin-owner@sourceware.cygnus.com
Delivered-To: mailing list cygwin@sourceware.cygnus.com
From: Chris Faylor <cgf@cygnus.com>
Date: Thu, 8 Jun 2000 20:10:44 -0400
To: cygwin <cygwin@sourceware.cygnus.com>
Subject: Re: Setup didn't update me to cygwin 1.1.2
Message-ID: <20000608201044.B12917@cygnus.com>
Reply-To: cygwin@sourceware.cygnus.com
Mail-Followup-To: cygwin <cygwin@sourceware.cygnus.com>
References: <VA.0000042b.01c08cd6@bk-satellite>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2i
In-Reply-To: <VA.0000042b.01c08cd6@bk-satellite>; from bkeener@thesoftwaresource.com on Thu, Jun 08, 2000 at 08:02:08PM -0400

On Thu, Jun 08, 2000 at 08:02:08PM -0400, Brian Keener wrote:
>I tried to update my cygwin using the setup to 1.1.2 and it failed.
>This was on a Win95 machine and I had had problems compiling the V
>library so I saw there was a 1.1.2 and thought I would try.  The only
>update I had applied was the 6/1 Cygwin1.dll that you wanted people to
>try because of the /r/n problems.
>
>I tried running the setup from an empty directory from the dos prompt
>and tried using the setup -u cygwin.  I then told it where the root was
>(d:/cygwin) and then said update from the internet.

In other words, you did exactly what I warned against in my email announcing
1.1.2.  I mentioned that the '-u' option would not update a snapshot and
cautioned people not to use it.  You used it.

>And after that it still gives me this error when I try to compile the V 
>library:
>
>/usr/local/v/srcwin$ make vlib
>g++ -c -I/usr/local/v/includew -I/usr/local/v/gnuwin32/include  -O2 -o 
>/usr/local/v/obj/vapp.o vapp.cpp
>vapp.cpp: In function `int CMain(void *, void *, CHAR *, int)':
>vapp.cpp:1197: implicit declaration of function `int 
>InitCommonControls(...)'
>make: *** [/usr/local/v/obj/vapp.o] Error 1
>/usr/local/v/srcwin$

I don't see how this could have anything to do with cygwin.  It looks
like you have to investigate header files and see what to include to
get a declaration for InitCommonControls.

cgf

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

