-
I am having an issue when I try to build my project for Linux. You can find the source for my project here: I am able to compile it for html5 no problem, but when I compile for Linux, it fails with this error: Creating /home/zachary/projects/book_projects/BGP_Projects/Chapter 4: Slideshow/export/linux/obj/obj/linux64/__pch/haxe/hxcpp.h.gch... Compiling group: haxe
These are the libraries I am using: actuate: [1.8.9] I have tried compiling a few of the demos and those that didn't fail elsewhere failed with the same error. So I am not sure what the issue is. Thanks for your help. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Found the solution, but I am not 100% on the issue. Found this discussion on a google search of the error and it led me to simply restart my computer. Now the builds are working just fine. Ugh. So, everything is good now. |
Beta Was this translation helpful? Give feedback.
Found the solution, but I am not 100% on the issue. Found this discussion on a google search of the error and it led me to simply restart my computer. Now the builds are working just fine. Ugh.
https://stackoverflow.com/questions/40644455/x-error-of-failed-request-badvalue-integer-parameter-out-of-range-for-operatiohttps://stackoverflow.com/questions/40644455/x-error-of-failed-request-badvalue-integer-parameter-out-of-range-for-operatio
So, everything is good now.