Page 1 of 1

Comparison to Null

Posted: Mon Mar 06, 2017 10:02 pm
by Itusa
Looks like Mr Horn is a fan of violating C++ at every turn.

I have a bit of a problem in src/cmd/ai/order_comm.cpp (line 15 or so)

https://github.com/Taose/Vegastrike-taose/issues/53

Basically, GCC throws a hissyfit with a nonnull comparison with null, unfortunately I don't understand how to fix it and I'm hoping someone might be willing to help on this score.

Re: Comparison to Null

Posted: Tue Jun 26, 2018 1:58 pm
by jhonfilly
I'm currently working with the freenode#vegastrike group to get the project into a compilable state. Initially I couldn't get the SVN to even think about compiling (conflicting instructions, one set requiring using a shell file, the other using cmake) and the stable wouldn't do anything either...so I grabbed the stable source, uploaded to github and got to work.

Re: Comparison to Null

Posted: Tue Jun 26, 2018 3:40 pm
by loki1950
WE dropped support for config quite a few years ago actually as it became a nightmare to maintain for the 3 platforms we support so use the cmake instructions but there is a major caveat the source code has not been touched in several years so the library dependencies which have updated in the mean time introducing lots of API changes that need changes to the source I am one of the last men standing on this project and I do not know C++ well enough to do the do it.

Enjoy the Choice :)