Help building native executables [message #1775713] |
Fri, 03 November 2017 15:41  |
Eclipse User |
|
|
|
Running on Windows 10 Pro (64-bit), I am trying to package a custom Oomph executable that will provision an IDE, workspace and projects for developing an in-house product.
I can't find ANY documentation on how to build the product and in particular the self-unzipping eclipse-inst-win64.exe. I can see that there are:
- 31 launch configuration files
- 3 shell scripts
- 5 Ant scripts
- 126 pom.xml files
- 160 .project files
- 3 native C projects:
- /org.eclipse.oomph.extractor
- /org.eclipse.oomph.jreinfo.dll
- /org.eclipse.oomph.jreinfo.lib
It's unclear to me what order these things are to be executed in. I figured out that you're supposed to build the Maven projects by launching /org.eclipse.oomph.releng/Build Windows 64bit[ (debug)].launch. I've installed MinGW-w64 (tried MinGW, didn't work, ancient & no 64-bit support) and managed to get the three native projects compiled, resulting in /org.eclipse.oomph.extractor/Win64-Debug/extractor-64.exe.
I'm currently stuck, unable to create /org.eclipse.oomph.extractor/Win64-Debug/eclipse-inst-64.exe, which I can see is supposed to be created by running /org.eclipse.oomph.extractor/Concat/concat.bat 64 from /org.eclipse.oomph.extractor/Win64-Debug, but isn't because the file /org.eclipse.oomph.extractor/Concat/product/product-64.zip doesn't exist. How is one supposed to create this file? I can't see any reference to it in any script or launch configuration (nor indeed can I see a launch configuration for running /org.eclipse.oomph.extractor/Concat/concat.bat).
Any pointers would be greatly appreciated. Thanks!
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.07673 seconds