-
-
Notifications
You must be signed in to change notification settings - Fork 73
Build breaking in ARM linux environment #65
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
Comments
The simplest solution is to use a Maven profile and |
Lukasz, |
I do not maintain the Launch4j project, please request such change directly here https://sourceforge.net/p/launch4j/bugs/ |
I provided a PR (mirror/launch4j#4) in launch4j. |
Without creating a ticket here your PR won't be visible to author of Launch4j - this is just a one way mirror in GH |
It seems, this issue is stalled. I have not exactly the same error, but I get the symptom is the same: Execution failed for task ':createExe'.
> net.sf.launch4j.ExecException: Exec failed (2): /home/runner/work/pcgen/pcgen/build/tmp/launch4j/3.50/bin/windres --preprocessor=cat -J rc -O coff -F pe-i386 /tmp/launch4j10577460177212296881rc /tmp/launch4j885347231626909491o I do use Gradle, and it seems that both repos (current and theirs) faced the same error: TheBoegl/gradle-launch4j#90 |
As Launch4j seems to be abondened, there is an active fork https://codeberg.org/miurahr/launch4j & https://mvnrepository.com/artifact/org.omegat/launch4j , which has some issues fixed, ag ARM support. Maybe the plugin should switch to use it instead of the original Launch4j? |
Hm... I can try to make the plugin to use different package and artifact name, should be doable 🤔 |
I talked to the author and all is fine, he's currently too busy to keep up with the project. Anyway, it should be possible to define the plugin in your |
Uh oh!
There was an error while loading. Please reload this page.
Build breaks in ARM linux environment. Trace below:
... is there a workaround for this? A way to disable the plugin from the command line?
The text was updated successfully, but these errors were encountered: