This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project. See the Cygwin home page for more information.
Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: VGUI v 1.21 problem


If you look at the top of v121bfix.zip/v/srcwin/vapp.cpp you'll see these
lines:

#ifdef __CYGWIN32__
    extern int vFORCE_TO_INCLUDE_MODULE; // bug in cygwin?
#endif

Now look down at the CMain() routine, it is missing these lines:

#ifdef __CYGWIN32__
     vFORCE_TO_INCLUDE_MODULE = 0;
#endif

-- Tim Baker



"Vincent P. LaBella" wrote:

> Hello,
>         I'm trying to compile the V C++ GUI library version 1.21.  I
> dowloaded both the full package v-1.21.tar.gz  and the latest fix
> v121bfix.zip.
>
> They compile fine but I get the error:
>
> /home/noer/src/b20/comp-tools/devo/winsup/libcmain.cc:38: undefined
> reference to
>  `WinMain@16'
> collect2: ld returned 1 exit status
>
> when It tries to build the executable.  I emailed the V people and they
> said this should be fixed.  I tried deleteing and reinstalling everything,
> but I still get the same problem.  Anyone else have this problem and know
> a workaround?
>
> thanks
>
> Vince
>
> --
> Want to unsubscribe from this list?
> Send a message to cygwin-unsubscribe@sourceware.cygnus.com


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