Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Message-ID: <20000308173034.11268.qmail@web125.yahoomail.com> Date: Wed, 8 Mar 2000 09:30:34 -0800 (PST) From: Earnie Boyd Reply-To: earnie_boyd AT yahoo DOT com Subject: Re: Shellexecute doubly defined during compile of V To: "Vincent P. LaBella" , Cygwin List MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii --- "Vincent P. LaBella" wrote: > Hello, > I'm trying to compile the latest version of V 1.24 on cygwin b20.1 > gcc 2.95.2 nt 4.0 > > I get the follwing errors about certain items being defined twice. Any > ideas what is causing this? > The gcc output tells you all you need to answer your question; there defined twice, once in shellapi.h and once in Functions.h. Now, do you wish to ask a different question? > Thanks > > Vince > > > g++ -c -I../includew -O2 -o ../obj/vapp.o vapp.cpp > In file included from vapp.cpp:51: > /d/cygnus/cygwin-b20/h-i586-cygwin32/bin/../lib/gcc-lib/i586-cygwin32/2.95.2/../ > ../../../i586-cygwin32/include/shellapi.h:108: warning: `ShellExecute' > redefined > > /d/cygnus/cygwin-b20/h-i586-cygwin32/bin/../lib/gcc-lib/i586-cygwin32/2.95.2/../ > ../../../i586-cygwin32/include/Windows32/Functions.h:850: warning: this is > the l > ocation of the previous definition > /d/cygnus/cygwin-b20/h-i586-cygwin32/bin/../lib/gcc-lib/i586-cygwin32/2.95.2/../ > ../../../i586-cygwin32/include/shellapi.h:109: warning: `FindExecutable' > redefin > ed > /d/cygnus/cygwin-b20/h-i586-cygwin32/bin/../lib/gcc-lib/i586-cygwin32/2.95.2/../ > ../../../i586-cygwin32/include/Windows32/Functions.h:848: warning: this is > the l > ocation of the previous definition > /d/cygnus/cygwin-b20/h-i586-cygwin32/bin/../lib/gcc-lib/i586-cygwin32/2.95.2/../ > ../../../i586-cygwin32/include/shellapi.h:110: warning: `ShellAbout' > redefined > /d/cygnus/cygwin-b20/h-i586-cygwin32/bin/../lib/gcc-lib/i586-cygwin32/2.95.2/../ > ../../../i586-cygwin32/include/Windows32/Functions.h:849: warning: this is > the l > ocation of the previous definition > /d/cygnus/cygwin-b20/h-i586-cygwin32/bin/../lib/gcc-lib/i586-cygwin32/2.95.2/../ > ../../../i586-cygwin32/include/shellapi.h:111: warning: > `ExtractAssociatedIcon' > redefined > /d/cygnus/cygwin-b20/h-i586-cygwin32/bin/../lib/gcc-lib/i586-cygwin32/2.95.2/../ > ../../../i586-cygwin32/include/Windows32/Functions.h:846: warning: this is > the l > ocation of the previous definition > vapp.cpp:53: commctrl.h: No such file or directory > make: *** [../obj/vapp.o] Error 1 > > += Vincent P. LaBella vlabella AT comp DOT uark DOT edu Univ. of Arkansas =+ > | Dept. of Physics Fayetteville, AR 72701 501-575-4313 FAX:4781| > +===============>http://comp.uark.edu/~vlabella<=================+ > > > -- > Want to unsubscribe from this list? > Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com > > __________________________________________________ Do You Yahoo!? Talk to your friends online with Yahoo! Messenger. http://im.yahoo.com -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com