-
Notifications
You must be signed in to change notification settings - Fork 17.3k
Error building on FreeBSD #2599
Comments
Error log from that paste bin:
|
Oops, I opened a ticket, 2765, effectively a duplicate of this one but for FreeBSD 8.4 |
Same errors on vanilla FreeBSD 10 Amd64, FreeBSD 9.2 Amd64. |
Who successfully build the atom under freebsd? |
I highly doubt anyone could build it successfully. If it could have been built successfully in the past, it would mean that breakpad had support for FreeBSD and then dropped it, or that it never did an OS check. |
Broken modules at least:
For FreeBSD 10 all modules should be configured to use Clang and C++11. |
bcadieux. Will be very upset if so. |
Is there a way to make this build for FreeBSD 10, or one in the works? |
Anybody working on this? |
today tried again to compile. all to no avail, the problem remains. |
forgot to clarify. freebsd 10 amd64, atom v0.140.0 |
Can somebody really understand that the problem is??? Atom is a JavaScript program which run over Chromium platform which works fine with FreeBSD. |
#3684 |
Some modules not available on FreeBSD, for example, breakpad and minidump. setenv CXX /path/to/clang++ Relax. It is simple ;) |
Oh, and bugs in c++ code also here ;-) |
So, have people actually succesfully built this on FreeBSD at this point? |
So much for a cross-platform editor. 👎 I just tried with the latest atom and node and npm from the port tree. Still no luck in compiling atom. |
This ticket should be closed. It's a duplicate of #6035 and there's more information there. |
This issue has been automatically locked since there has not been any recent activity after it was closed. If you can still reproduce this issue in Safe Mode then please open a new issue and fill out the entire issue template to ensure that we have enough information to address your issue. Thanks! |
I followed the build instructions given for the FreeBSD (10.0 x86_64) here- https://github.com/atom/atom/blob/master/docs/build-instructions/freebsd.md
I compiled node and npm from sources (FreeBSD ports) but still no luck. Here is the full error log:
http://pastebin.com/WQx8UXWs
The text was updated successfully, but these errors were encountered: