-
-
Notifications
You must be signed in to change notification settings - Fork 11
Local builds are broken for mac #286
Comments
@flub Feel like checking this out tomorrow? |
#288 to fix |
Builds are compiling and linking now but still some issues. SMTP is not working for me on linux and @nicodh have the same issues on mac. |
@flub I'm guessing that if
I get the exact same error when trying |
Yes, this is the gnutls issue most likely:
deltachat/deltachat-core#544
I have some inspiration to try out there.
…On Sat 27 Apr 2019 at 15:52 -0700, Lars-Magnus Skog wrote:
@flub I'm guessing that if `deltachat.node` is linking with `libdeltachat.so` now, this means we're using system wide installed dependencies of `libdeltachat.so`. For some reason this doesn't work on my machine. If I build `deltachat.node` and use that in desktop I get the following error:
```
'Could not connect to IMAP-server imap.deltachat.net:993 using SSL. (Error #43)'
```
I get the exact same error when trying `deltachat-core-rust` (maybe not surprising).
|
I think we need to still link against the System Frameworks for security...
|
@ralphtheninja your issue on Debian/Ubuntu/Linux is probably https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=927709 aka dinhvh/libetpan#330 which you can fix by installing libetpan from source from the master branch. I had the same issue locally and that fixed it. If not it should possibly be a separate issue to track? |
@nicodh could you try enabling rpgp in scripts/rebuild-core.js and see if that changes anything here? |
As builds are green again on mac, i think this should get closed? @ralphtheninja @nicodh |
ldfalgs
should most likely beldflags
and some other rpath stuff needs to be tested.The text was updated successfully, but these errors were encountered: