-
Notifications
You must be signed in to change notification settings - Fork 196
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
FreeBSD support for hxcpp #277
Comments
Where is the source of build.n? |
Let's make good use of the search function in Github ;) |
While I am no regular user of github, that should have been obvious to me. sorry :P :P |
So now I guess should search 'linux' in the repository and add FreeBSD option where ever necessary... |
Where HX_WINDOWS, HX_LINUX, etc. are initially defined? I did search this time :P |
Okay I edited all files wherever I find mention of linux and a need to add freebsd support to. But why do we need hxcpp to build hxcpp?
FreeBSD currently don't have working hxcpp. If I had a working hxcpp then why would I compile from source:
This is what happens when I try compiling after install hxcpp through haxelib. How to build hxcpp without having hxcpp installed? |
|
|
Hello,
I did haxe compile.hxml in tools/hxcpp, it went on smooth.
"WIFEXITED definitions: POSIX documents this in stdlib.h as optional, and is So given that issue is in std.ndll, I can assume this would be solved adding sys/wait.h in neko compilation? |
You may probably want to discuss that in HaxeFoundation/neko#84 |
Yes, that was the case. this wait.h issue as there in hxcpp too at some places, corrected them too. But in project/Build.xml, I am unable to translate this into FreeBSD version
I just copied it all mindlessly and wrote freebsdcompat, didn't went smooth, here's what i wrote:
During compilation it gives following error after compiling std
|
What is a filegroup?? |
Okay I'll use Linux instead :P :/ |
Hello, I am trying to compile hxcpp for FreeBSD, but when I do I get the following error:
Neko and Haxe are working fine, I have done many tests with them, all are good. Also using Phaser extern for Haxe, which is working fine too.
The text was updated successfully, but these errors were encountered: