AKEngels / CAST

Conformational Analysis and Search Tool
GNU Lesser General Public License v3.0
1 stars 5 forks source link

Testing Configutation does not build #31

Closed S0S-90 closed 5 years ago

S0S-90 commented 5 years ago

When compiling the testing configuration there is an error in the exciton breakup tests, line 113 and 130. It says that there are too many arguments in function call of calculateStartingpoints(). From Travis you can see that the first commit where this happened is 030aa5942c15016140ef4cd02a934375e14f7061

mrnicegyu11 commented 5 years ago

This seems to be @MichelsBa fault :P Will u fix it? I'd rather not :D

S0S-90 commented 5 years ago

Furthermore there are some Wrong Order Warnings on Linux that also seem to have something to do with this stuff (at least the word "startingpoint" appears in the warnings). Maybe when you're fixing something there anyway you can also change the order of these variables?

S0S-90 commented 5 years ago

This was fixed by @MichelsBa, so I closed this issue.

I furthermore fixed the problem that testing configuration did not compile on visual studio with the new premake file where alglib was made a seperate project. It seems that visual studio cannot deal with different debug levels in main project (CAST) and project it is linked to (Alglib) so I had to switch on the debugging symbols for debug and testing configuration in alglib, too.