benmwebb / dopewars

Game simulating the life of a drug dealer in New York
https://dopewars.sourceforge.io/
GNU General Public License v2.0
88 stars 13 forks source link

[Patch] Fails to compile cleanly under gcc. #4

Closed benmwebb closed 3 years ago

benmwebb commented 23 years ago

dopewars-1.5.0beta1 failed to compile cleanly under Linux with gcc. Several '#ifdef CYGWIN' declarations have been missed for excluding 'bgetch' and '_' .

A patch will be uploaded shortly.

Reported by: militantqbit

benmwebb commented 23 years ago

Patch to add missed '#ifdef CYGWIN's

Original comment by: militantqbit

benmwebb commented 23 years ago

Original comment by: militantqbit

benmwebb commented 23 years ago

Original comment by: militantqbit

benmwebb commented 23 years ago

Original comment by: benmwebb

benmwebb commented 23 years ago

Logged In: YES user_id=69439

Thanks for pointing that out - this only occurs when compiling without the curses client, and is not a Cygwin problem as such. This should be fixed in CVS now.

Original comment by: benmwebb