Compiling under cygwin

Problems compiling? Don't understand the source code? Don't know how to code your feature? Post here.

Moderator: Moderators

Locked
gbickford
Posts: 5
Joined: 2004-06-05 03:05
Location: Buenos Aires, Argentina
Contact:

Compiling under cygwin

Post by gbickford » 2004-06-05 04:13

Hello,
I'm about to try this and just wanted to know if anyone has had any success.

Cheers,
Gardner

TheParanoidOne
Forum Moderator
Posts: 1420
Joined: 2003-04-22 14:37

Post by TheParanoidOne » 2004-06-05 04:29

Not that I know of. It would be interesting if you posted your results.
The world is coming to an end. Please log off.

DC++ Guide | Words

joakim_tosteberg
Forum Moderator
Posts: 587
Joined: 2003-05-07 02:38
Location: Sweden, Linkoping

Post by joakim_tosteberg » 2004-06-05 05:13

I guess that what needs to be done to get it to compile on cygwin is almost the same as nedds to be done to get it to do that under unix.

GargoyleMT
DC++ Contributor
Posts: 3212
Joined: 2003-01-07 21:46
Location: .pa.us

Post by GargoyleMT » 2004-06-05 08:09

And there are issues with microsoft-compiler specific features in WTL/ATL. Apparently borland has a modified WTL version somewhere (probably not 7.1 or 7.5) - it was modifed only enough for their compiler, probably not g++. This mail to the WTL mailing list outlines some of the issues.

gbickford
Posts: 5
Joined: 2004-06-05 03:05
Location: Buenos Aires, Argentina
Contact:

Post by gbickford » 2004-06-05 19:07

I've since found the free vctoolkit from ms available at http://msdn.microsoft.com/visualc/vctoolkit2003/ which I have to imagine is much easier to build with than cygwin/mingw.

Locked