dotnetbio / bio

Bioinformatics library for .NET
Apache License 2.0
143 stars 49 forks source link

Can't build with Mono Tarball #5

Closed evolvedmicrobe closed 7 years ago

evolvedmicrobe commented 8 years ago

A build on windows or mac with either Xamarin or Visual Studio works fine. Additionally, on Linux using any pre-built CLR package (like our Travis CI builds) also works. However, if installing mono from a tarball using

./configure
make

Then the build fails with an error message indicating that the PCL targets cannot be found.

evolvedmicrobe commented 8 years ago

Okay, per this stack overflow post (http://stackoverflow.com/questions/27805245/how-to-solve-xbuild-netportable-version-v4-0-profile-profile344-issue-on-linux) it looks like the work around is to copy the files by hand from a computer that has them from a xamarin or visual studio install to one that doesn't.

evolvedmicrobe commented 7 years ago

Fixed by moving away from the PCLs