-
Notifications
You must be signed in to change notification settings - Fork 151
Fix build on linux #128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Fix build on linux #128
Conversation
|
Is there a specific mono version needed? Running this branch [edit: wrong mono version. trace removed] |
|
Ok, installed latest mono from their official repositories and then the build is fine :) Now to figure out how to run these binaries again .. |
|
once you figure out how to run them, I would be willing to help test this - try to compile it myself, make some panels and see if anything breaks |
|
Hmmm, I'm trying to run the panelizer with |
|
Strange, I do |
|
@dromer Also, I forgot to mention that I have Xubuntu, not prestine Ubuntu. Maybe xfce does not mess with mono's graphics like debian does. Anyway, looking at your logs, I am not sure if it's mono's problem or this project's problem. The exception is deeply inside mono. Maybe wine+dotnet or wine+mono can help in your case? |
|
Mess with mono's graphics? o.O
Not sure why I'd need wine to run native code though. |
|
And I'm running Ubuntu in VirtualBox, so, not nvidia drivers. |
|
So, I've also figured what's going on with resx files, "XOR data length expected" errors and stuff: All of this applies only to icons. There are Bitmaps in resx files that are also encoded as bytearray.base64, those work fine as-is since they are not ICOs. Another major problem is that side dock panel of e,g, GerberPanelizer is not shown on linux. This is probably unsolvable, since the library is Win-only (#71 (comment), https://sourceforge.net/p/dockpanelsuite/discussion/402316/thread/ea083210/). |
|
Hi, What should I do if I want to package GerberTools into an application under Linux? |
|
@taotieren it entirely depends on what you mean by "package" and what parts of GerberTools you need. As mentioned above, some components (e.g. Panelizer) are still not usable. |
When will it be merged into the main repo? |


This patch