dwcaress / MB-System

MB-System is an open source software package for the processing and display of bathymetry and backscatter imagery data derived from multibeam, interferometry, and sidescan sonars.
https://www.mbari.org/products/research-software/mb-system/
Other
123 stars 42 forks source link

Delete src/mbio/mbr_mr1aldeo.c: #1453

Closed rotu closed 4 months ago

rotu commented 5 months ago

This file was causing git to fail for me on Windows 11. Colons are not allowed in Windows filenames, and it looks like this file was created by accident in the first place.

> git clone https://github.com/dwcaress/MB-System.git
Cloning into 'MB-System'...
remote: Enumerating objects: 88602, done.
remote: Counting objects: 100% (7861/7861), done.
remote: Compressing objects: 100% (1901/1901), done.
remote: Total 88602 (delta 6065), reused 7373 (delta 5925), pack-reused 80741
Receiving objects: 100% (88602/88602), 102.89 MiB | 5.56 MiB/s, done.
Resolving deltas: 100% (76523/76523), done.
error: invalid path 'src/mbio/mbr_mr1aldeo.c:'
fatal: unable to checkout working tree
warning: Clone succeeded, but checkout failed.
You can inspect what was checked out with 'git status'
and retry with 'git restore --source=HEAD :/'
dwcaress commented 4 months ago

Sorry it took me so long to accept this. Are you building successfully on Windows 11?

rotu commented 4 months ago

I wasn't actually building on Windows 11 - I was just reading the code!

I did get it running on Windows 11 via wslg but with significant issues. I did not get a built on MacOS yet (CMake and X11 issues, and I'm not following recommended practice)