This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Anyone got "v" to compile w/g++?


> I might be missing the obvious. How did you get files with #include
> <gl/gl.h> to compile?!

the GL headers are no part of cygwin32, that's right. Since V is
supporting mingw32 and therefore cygwin32 too. Process as follows to
compile and link the libV.a library:

0. Read the /v/mingw32/rdmw32.txt.

1. Download the GL heder files at ftp://objectcentral.com/mingw32 and
put the GL directory into /v/includew.

2. Copy /v/mingw32/commctl.h to /v/includew and add at line 43 the
following statement "&& !defined(__CYGWIN32__)". This will prevent a
link error when using cygwin32.

3. Copy /v/mingw32/Config.mk to /v/Config.mk as stated in
/v/mingw32/rdmw32.txt.

4. Change directory to /v/srcwin and say "make".

This will produce /v/lib/cygwin32/libV.a. And you can use it to compile
the other example applications or own apps.

Regards,
Stipe--
Stipe Tolj <tolj@uni-duesseldorf.de>
Cygwin32 Porting Project
Department of Economical Computer Science
University of Cologne, Germany
http://www-public.rz.uni-duesseldorf.de/~tolj



-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]