Open Klemet opened 1 week ago
I think I found it; a file named IntPixel.cs was present but disappears after commit ec0474ac5ded459d8df66a6d2aef9e2728fb488f . As such, the previous commit (c588c94590dcd1ec5e39790a46f7cbe9a7aa41d6) compiles without issues.
When trying to compile on Linux, I get the following error :
All .dll libraries seem to be correctly referenced (no errors about libraries not found).
I've tried adding some
using ...;
corresponding to others extensions in the beginning ofBiomassMaps.cs
, but it didn't work.I had to add the following code (from library spatial) to
BiomassMaps.cs
for the compiling to work.