-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
32-bit OS X: Compiles out of the box (provided you have gfortran), all tests run fine. But... #411
Comments
The web repl is much newer, and not as well tested - which is also why lighttpd is not part of the default build. Once it stabilizes and matures more, it can become part of the default build. I am updating the README about 32-bit OS X. Do you think it is ok to rename this issue to one about the web REPL? There's already issue #300 about julia-release-webserver taking up too much CPU. |
ViralBShah
added a commit
that referenced
this issue
Feb 20, 2012
StefanKarpinski
pushed a commit
that referenced
this issue
Feb 8, 2018
Keno
pushed a commit
that referenced
this issue
Oct 9, 2023
To prevent invalidations one wants to avoid `==` and use `===` in circumstances where types can't be inferred. I should have thought of this earlier, as it would have saved some uglification.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's all in the title. I just wanted to let you know, since it is not listed as supported.
This was done on a Core Duo under Mac OS X 10.6.8.
But:
git clone
the code, since using the tarball was causing git-related errors.cd external; make compile-lighttpd
manually because it was nowhere to be found.julia-release-webserver
server freezes, eating cycles. The prompt says2012-02-20 12:07:54: (network_writev.c.115) writev failed: Socket is not connected 5
which is apparently a lighttpd error message. Not sure if it is 32-bit OS X related...The text was updated successfully, but these errors were encountered: