-
Notifications
You must be signed in to change notification settings - Fork 69
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
cannot build optAPI in windows #68
Comments
Can you run terra on its tests? Does that work, or give you a similar error? |
Have you solve the problem? I met the same problem. |
Does terra work when you run it on its tests? |
There are about 30 terra tests failed to be run. |
Can you provide the full output from the tests? |
OK, because the full output is too long to put in the comment, I write them in the attachment file. Thank you! |
Hi @rongduo |
If you changed that to saveobj("hello",...) to saveobj("hello.o", ...), it would work. However, when using g++ to generate executable file, error still popped as shown in https://community.microfocus.com/microfocus/mainframe_solutions/enterprise_developer_21/w/knowledge_base/27927/compatibility-issues-with-visual-studio-2015. |
I finally solved this by running buildOpt.bat using VS2015 x64 native tools command(instead of cmd or other VS cmd). However, more compiler errors occur when building .sln using VS2015. |
No. I gave up at the end.
…On Sun, Oct 7, 2018 at 8:56 PM HaoguangHuang ***@***.***> wrote:
@rongduo <https://github.com/rongduo> @mxgbs <https://github.com/mxgbs>
Have you solved this question successfully on windows now? Please let me
know
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#68 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AH0KCxgqbdyRHCas4-o6XeucwdBxsXeLks5uiszvgaJpZM4NYEoN>
.
|
I follow the tutorial in the readme.md, put terra-release version and Opt in Optlang, and run the buildOpt.bat file, but encounter the following error:
llvm: program not executable
stack traceback:
[C]: in function 'saveobj'
C:\Users\zdevito\terra\src\terralib.lua:3979: in function 'saveobj'
E:\A_My_Work\Optlang\Opt-master\API\.\src\createWrapper.t:213: in main chunk
could anyone help explaining what's the reason?
The text was updated successfully, but these errors were encountered: