arkypita / LaserGRBL

Laser optimized GUI for GRBL
http://lasergrbl.com
Other
1.23k stars 487 forks source link

Compilation error on Ubuntu due to file name case sensitivity #1110

Open mgaman opened 4 years ago

mgaman commented 4 years ago

When building via 'xbuild LaserGRBL.sln' I got the error

Got error CSC: error CS2001: Source file '/home/henryd/Documents/CS/LaserGRBL-master/LaserGRBL/UserControls/MyPictureBox.designer.cs' could not be found. --- NOTE lowercase designer

My immediate fix was to make a link to the existing file to a new file with the correct case for Designer

ln MyPictureBox.Designer.cs MyPictureBox.designer.cs

RafaelEstevamReis commented 4 years ago

I have a DotNet core port-in-progress of LaserGRBL, my ultimate goal is to be Linux compatible

DotNet Core dot not use file-names on solution/project Can you tri this on my branch ? https://github.com/RafaelEstevamReis/LaserGRBL

You can have a read on my PR thread to understand what am I changing

mgaman commented 4 years ago

I just cloned your branch (to linux) and ran 'dotnet build' and got an error message that windows desktop apps can only be built on windows. As I understand it dotnet core is only for console or web apps. How do you build it?

RafaelEstevamReis commented 4 years ago

"As I understand it dotnet core is only for console or web apps." Seems true on linux I'm still on library and console part yet

If you could update the project files to be booth .Net Framework and .Net Core, I can help migrating back some libraries and it became more robust

But, this point foward, we can no longer discuss it here Can you repost your issue on My branch ?

mgaman commented 4 years ago

There is no 'issues' tab on your fork of the project. You need to go into Settings and enable Issues

On Wed, Sep 2, 2020 at 8:28 PM RafaelEstevamReis notifications@github.com wrote:

"As I understand it dotnet core is only for console or web apps." Seems true on linux I'm still on library and console part yet

If you could update the project files to be booth .Net Framework and .Net Core, I can help migrating back some libraries and it became more robust

But, this point foward, we can no longer discuss it here Can you repost your issue on My branch ?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/arkypita/LaserGRBL/issues/1110#issuecomment-685885688, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA3KSTUTXHGXBZFHNYZ622TSDZ6DFANCNFSM4QNMH2PQ .

mgaman commented 4 years ago

Sorry, wrong repository

On Thu, Sep 3, 2020 at 3:10 PM David Henry mgadriver@gmail.com wrote:

There is no 'issues' tab on your fork of the project. You need to go into Settings and enable Issues

On Wed, Sep 2, 2020 at 8:28 PM RafaelEstevamReis notifications@github.com wrote:

"As I understand it dotnet core is only for console or web apps." Seems true on linux I'm still on library and console part yet

If you could update the project files to be booth .Net Framework and .Net Core, I can help migrating back some libraries and it became more robust

But, this point foward, we can no longer discuss it here Can you repost your issue on My branch ?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/arkypita/LaserGRBL/issues/1110#issuecomment-685885688, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA3KSTUTXHGXBZFHNYZ622TSDZ6DFANCNFSM4QNMH2PQ .

mgaman commented 4 years ago

Rafael There is no 'issues' tab on your fork of the project. You need to go into Settings and enable Issues

On Wed, Sep 2, 2020 at 8:28 PM RafaelEstevamReis notifications@github.com wrote:

"As I understand it dotnet core is only for console or web apps." Seems true on linux I'm still on library and console part yet

If you could update the project files to be booth .Net Framework and .Net Core, I can help migrating back some libraries and it became more robust

But, this point foward, we can no longer discuss it here Can you repost your issue on My branch ?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/arkypita/LaserGRBL/issues/1110#issuecomment-685885688, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA3KSTUTXHGXBZFHNYZ622TSDZ6DFANCNFSM4QNMH2PQ .

RafaelEstevamReis commented 4 years ago

Ops, my bad, I didn't even notice that Now it has