john-h-k / MathSharp

A vector and matrix library written in C# using hardware intrinsics
MIT License
697 stars 49 forks source link

Can't build after cloning repo #128

Closed Cpt-Falcon closed 2 years ago

Cpt-Falcon commented 4 years ago

Hello,

I cloned the repo and tried both running the build.cmd script and going through visual studio build solution. Both have the following error:

I'm not sure if i'm doing something wrong, but I see this error:

1>C:\Users\aruss\Downloads\MathSharp-master\sources\MathSharp\Vector\Shared\BitComparisons.cs(8,33,8,39): error CS0101: The namespace 'MathSharp' already contains a definition for 'Vector'

Thanks

Netkicks commented 3 years ago

Same...any luck with this?

Svengali commented 2 years ago

So, I synced to 1f0f80390d0ae5280dac60ae10cdae54a0f68bcb (Update README.md) and I can build from there.

I havent tracked down what changes the later checkins affect, but at least its buildable from there.

john-h-k commented 2 years ago

Fixed