Welcome to the Builder Academy

Question Compile failure on MSVC8

More
12 Aug 2013 20:29 #3972 by Pantaloons
I've been wanting to fiddle around with C++ for a while, and figured I might learn a thing or two by fudging around with the code for tbamud, seeing what happens when I poke things around and so on.

I've tried compiling it under MSVC8, but I keep getting an error during compilation:
Code:
\tbamud-3.64\src\protocol.c(9) : fatal error C1083: Cannot open include file: 'arpa/telnet.h': No such file or directory

Seeing as the instructions for compiling under MSVC8 are eight years old - is it no longer usable on this compiler? Am I just missing something?

Any help would be appreciated.

Please Log in or Create an account to join the conversation.

More
15 Aug 2013 02:43 #4043 by Vatiken
Replied by Vatiken on topic Compile failure on MSVC8
Protocol.c/h were 3rd party add-ons that might not be compatible (out of the box) with MSVC8. I dont own either Windows or MSVC8 so I have no way to test it. That said, cygwin will compile it just fine as will any linux distro. Also, tbamud is written in C not C++.

tbaMUD developer/programmer

Please Log in or Create an account to join the conversation.

More
17 Aug 2013 06:28 #4076 by Pantaloons
Replied by Pantaloons on topic Compile failure on MSVC8
Bummer, on both accounts. Thanks for the reply!

Please Log in or Create an account to join the conversation.

More
24 Aug 2013 22:00 - 24 Aug 2013 22:42 #4158 by Rumble
Replied by Rumble on topic Compile failure on MSVC8
Fade just updated the code to work under windows including a new conf.h.msvs. Download the latest from github to see if it works.

Changes are here.

Rumble
The Builder Academy
tbamud.com 9091
rumble@tbamud.com
Last edit: 24 Aug 2013 22:42 by Rumble.

Please Log in or Create an account to join the conversation.

Time to create page: 0.425 seconds