VGUI v 1.21 problem

Tim Baker dbaker@direct.ca
Fri Apr 16 18:10:00 GMT 1999


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



More information about the Cygwin mailing list