MSVC error

For code related discussions and questions
User avatar
Buginator
Professional
Professional
Posts: 3285
Joined: 04 Nov 2007, 02:20

Re: MSVC error

Post by Buginator »

What SVN trunk do you speak of ? O_o
We have moved to git a LONG time ago, and the solution file that is in our main repo is 100% MSVC 2010.
We don't support VS2k5/2k8 anymore.
All that is needed is to download and compile Qt 4.7.3, since you need a working environment for Qt so it can compile correctly.

Oh, and I will get around to looking what you did, but I am rather pressed for time.
I was just wondering what was wrong with the version I had up, since, as I said, it works for me.
and it ends here.
Seismo
Trained
Trained
Posts: 70
Joined: 06 Feb 2010, 17:32

Re: MSVC error

Post by Seismo »

Buginator wrote:What SVN trunk do you speak of ? O_o
We have moved to git a LONG time ago, and the solution file that is in our main repo is 100% MSVC 2010.
We don't support VS2k5/2k8 anymore.
All that is needed is to download and compile Qt 4.7.3, since you need a working environment for Qt so it can compile correctly.
Well, i have written, you may notice that now, i made a devpkg for the good OLD SVN trunk revision 11744. I am not interested in that git or Qt crap.
stiv
Warzone 2100 Team Member
Warzone 2100 Team Member
Posts: 876
Joined: 18 Jul 2008, 04:41
Location: 45N 86W

Re: MSVC error

Post by stiv »

Well, i have written, you may notice that now, i made a devpkg for the good OLD SVN trunk revision 11744. I am not interested in that git or Qt crap.
Not to be mean, but we are not maintaining the old SVN repository and do not care about it. If you want to maintain your own patched version, SourceForge is a nice place for that.
Seismo
Trained
Trained
Posts: 70
Joined: 06 Feb 2010, 17:32

Re: MSVC error

Post by Seismo »

Ah well, yes, ok, thank you!
User avatar
Ezio
Trained
Trained
Posts: 306
Joined: 24 Apr 2010, 16:42

Re: MSVC error

Post by Ezio »

i got an error.
i use git vs2k10 solution
included this #2643
and#2783 <- just realized my problem when typing.

how do i revert back in git? tried git extension -> reset file change and it saying error not in cache
Wolftrak
Trained
Trained
Posts: 57
Joined: 20 Apr 2009, 17:47

Re: MSVC error

Post by Wolftrak »

Ezio wrote:i got an error.
i use git vs2k10 solution
included this #2643
and#2783 <- just realized my problem when typing.

how do i revert back in git? tried git extension -> reset file change and it saying error not in cache
Have you tried git reset --hard ?
User avatar
Ezio
Trained
Trained
Posts: 306
Joined: 24 Apr 2010, 16:42

Re: MSVC error

Post by Ezio »

Wolftrak wrote:
Ezio wrote:i got an error.
i use git vs2k10 solution
included this #2643
and#2783 <- just realized my problem when typing.

how do i revert back in git? tried git extension -> reset file change and it saying error not in cache
Have you tried git reset --hard ?
yay thanks it works.
now new error
Error 9 error MSB3073: The command "call D:\Warzone\warzone2100\src\..\build_tools\autorevision.bat D:\Warzone\warzone2100\src\" exited with code 9009. C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets 104 6 Warzone2100
found solution, i forgot to put git/bin to PATH :lol2:

and another error (haven't found fix yet)
"could not open glew.lib"

it seems ivis_opengl can't compile glew.c to glew.lib, used glew.c from #2643.
anything in mind?
Post Reply