tong / hxssl

Haxe→C++/Neko OpenSSL bindings
30 stars 45 forks source link

Travis Broken with new hxcpp setup #46

Closed hexonaut closed 9 years ago

hexonaut commented 9 years ago

Need to fix travis. It's erroring out on the build step for hxcpp.

hexonaut commented 9 years ago

@hughsando I'm attempting to build openssl with your new script and am running into a problem with Travis-CI on Linux 64bit. I've followed the instructions you put in the readme, but the build is failing as you can see here: https://travis-ci.org/Blank101/hxssl/builds/62181865 . Looks like the problem is a missing file in openssl on line 912. Any ideas with this?

hughsando commented 9 years ago

I would expect the

cd openssl/project; neko build.n;

comand to run for much longer and generate a ton of output. The linux port may need to tweaking too, so I will see if I can crank up my linux environment and work out what is going on.

On Tue, May 12, 2015 at 1:34 PM, Sam notifications@github.com wrote:

@hughsando https://github.com/hughsando I'm attempting to build openssl with your new script and am running into a problem with Travis-CI on Linux 64bit. I've followed the instructions you put in the readme, but the build is failing as you can see here: https://travis-ci.org/Blank101/hxssl/builds/62181865 . Looks like the problem is a missing file in openssl on line 912. Any ideas with this?

— Reply to this email directly or view it on GitHub https://github.com/tong/hxssl/issues/46#issuecomment-101138904.

hexonaut commented 9 years ago

Fixed with b2ae08c98775e481081489139da4e0723c696503