Experimental Visual Studio Libraries for 2015 is up. - Page 2

Experimental Visual Studio Libraries for 2015 is up.

Discuss the source code and development of Spring Engine in general from a technical point of view. Patches go here too.

Moderator: Moderators

abma
Spring Developer
Posts: 3798
Joined: 01 Jun 2009, 00:08

Re: Experimental Visual Studio Libraries for 2015 is up.

Post by abma »

theoreticaly its just this cmake setting:

Code: Select all

SYNCCHECK:BOOL=OFF
but very likely its broken, as nobody tried to compile with it set off.
Super Mario
Posts: 823
Joined: 21 Oct 2008, 02:54

Re: Experimental Visual Studio Libraries for 2015 is up.

Post by Super Mario »

I did that, it still try to compile it though.
Kloot
Spring Developer
Posts: 1867
Joined: 08 Oct 2006, 16:58

Re: Experimental Visual Studio Libraries for 2015 is up.

Post by Kloot »

I think it should be possible (with lots of work I guess) to make them sync, since floating point is done in the CPU.
Or do you think optimisations may be an unsolvable issue?
Emulated FP instructions are no less sensitive to e.g. ordering, and VS-generated code likes to be as different as possible with or without optimizations.

The only serious option for cross-compiler sync is switching to fixed-point math.
Last edited by Kloot on 16 Aug 2015, 18:32, edited 1 time in total.
Super Mario
Posts: 823
Joined: 21 Oct 2008, 02:54

Re: Experimental Visual Studio Libraries for 2015 is up.

Post by Super Mario »

Why is the unitsync trying to link with headlessstub for?

The reason I'm asking, because it gives 1000's of lines of error, because it forgot the #include <windows.h> header file for win32. I had tried too add this header file by myself, but the error still persist regardless. Root of the error is the glstub.c file.
Last edited by Super Mario on 17 Aug 2015, 04:27, edited 1 time in total.
Super Mario
Posts: 823
Joined: 21 Oct 2008, 02:54

Re: Experimental Visual Studio Libraries for 2015 is up.

Post by Super Mario »

abma is it ok for my libraries to merge as a branch or do I have to make sure that at least spring legacy compiles?
Edit: what am I suppose to do with "cannot instantiate abstract class" errors?
abma
Spring Developer
Posts: 3798
Joined: 01 Jun 2009, 00:08

Re: Experimental Visual Studio Libraries for 2015 is up.

Post by abma »

Super Mario wrote:abma is it ok for my libraries to merge as a branch or do I have to make sure that at least spring legacy compiles?
what to merge where?

i assume with "my libraries" you mean https://github.com/12345swordy/expereri ... io-library? what should be merged with it? i can put them to https://github.com/spring if you mean that?
Super Mario
Posts: 823
Joined: 21 Oct 2008, 02:54

Re: Experimental Visual Studio Libraries for 2015 is up.

Post by Super Mario »

abma wrote:
Super Mario wrote:abma is it ok for my libraries to merge as a branch or do I have to make sure that at least spring legacy compiles?
what to merge where?

i assume with "my libraries" you mean https://github.com/12345swordy/expereri ... io-library? what should be merged with it? i can put them to https://github.com/spring if you mean that?
I meant as a branch like this.
abma
Spring Developer
Posts: 3798
Joined: 01 Jun 2009, 00:08

Re: Experimental Visual Studio Libraries for 2015 is up.

Post by abma »

Super Mario wrote:I meant as a branch like this.
thats no branch, thats a (git) repository. a repository can have multiple branches, i.e. develop / master.


and yes, it should be put to https://github.com/spring/vclibs14 (14 is correct?!)

can you please remove the prefix "vclibs-14.0" so it has the exact the same filestructure as the mingwlibs?
Super Mario
Posts: 823
Joined: 21 Oct 2008, 02:54

Re: Experimental Visual Studio Libraries for 2015 is up.

Post by Super Mario »

abma wrote:
Super Mario wrote:I meant as a branch like this.
thats no branch, thats a (git) repository. a repository can have multiple branches, i.e. develop / master.


and yes, it should be put to https://github.com/spring/vclibs14 (14 is correct?!)

can you please remove the prefix "vclibs-14.0" so it has the exact the same filestructure as the mingwlibs?
ok.
abma
Spring Developer
Posts: 3798
Joined: 01 Jun 2009, 00:08

Re: Experimental Visual Studio Libraries for 2015 is up.

Post by abma »

thats not what i meant:

https://github.com/spring/mingwlibs
vs
https://github.com/12345swordy/expereri ... io-library

remove the folder completely, i.e.:

Code: Select all

vclibs/dll -> dll
Super Mario
Posts: 823
Joined: 21 Oct 2008, 02:54

Re: Experimental Visual Studio Libraries for 2015 is up.

Post by Super Mario »

abma wrote:thats not what i meant:

https://github.com/spring/mingwlibs
vs
https://github.com/12345swordy/expereri ... io-library

remove the folder completely, i.e.:

Code: Select all

vclibs/dll -> dll
oh :oops:
Super Mario
Posts: 823
Joined: 21 Oct 2008, 02:54

Re: Experimental Visual Studio Libraries for 2015 is up.

Post by Super Mario »

So wait, do I need to fork vclib11 and then replace it with my lib and do a pull request then?
abma
Spring Developer
Posts: 3798
Joined: 01 Jun 2009, 00:08

Re: Experimental Visual Studio Libraries for 2015 is up.

Post by abma »

no, just do this change in your repo and then i'll fork it to github.com/spring
abma
Spring Developer
Posts: 3798
Joined: 01 Jun 2009, 00:08

Re: Experimental Visual Studio Libraries for 2015 is up.

Post by abma »

ok, done. time to start a wiki page about how to compile with vc2015?
User avatar
Silentwings
Posts: 3720
Joined: 25 Oct 2008, 00:23

Re: Experimental Visual Studio Libraries for 2015 is up.

Post by Silentwings »

Nice :) I hope to use this...
Post Reply

Return to “Engine”