1

I've tried to build https://github.com/DEVSENSE/Phalanger, but after the build process it shows build errors. I tried VS 2015, maybe there it just a question of a wrong version?

screenshot

alastairtree
  • 3,960
  • 32
  • 49
And
  • 97
  • 5

2 Answers2

1

It is not the version of studio, see https://github.com/DEVSENSE/Phalanger/blob/master/Solutions/Phalanger.sln it says Studio 14 which is VS 2015.

Would be worth checking the readme, see https://github.com/DEVSENSE/Phalanger/tree/master/Source but this looks more like an issue in the code to me.

alastairtree
  • 3,960
  • 32
  • 49
  • Thanks for your idea, and I thought the same, but I see there is no issue at github about that. Perhaps it works work some way for other people? :) I thinking I should create issue on github, maybe developers could give some help on that build failure. – And Nov 30 '16 at 13:34
1

It is outdated project, unload the Tests projects for now.

Jakub Míšek
  • 1,036
  • 9
  • 12
  • Yes, that works. I really didn't pay attention on that every error is related only for tests. Thank you Jakub! – And Dec 01 '16 at 10:09