4.0 builds for OSX?

MAC OS X specific questions, problems.
Post Reply
victorhooi

4.0 builds for OSX?

Post by victorhooi »

Hi,

I noticed 4.0 is out (and now 4.0.1). Congratulations!

However, there don't seem to be any OSX builds on the download page (https://www.qbittorrent.org/download.php).

The latest OSX builds are 3.3.16.

Are the OSX builds coming shortly?

Thanks,
Victor
bwright

Re: 4.0 builds for OSX?

Post by bwright »

Unless there is a mac maintainer now (there wasn't around 3.4.0 from what I've read), I don't think there's an official build yet.

I haven't tested this outside of my dev laptop, but I have compiled 4.0.1 for Mac OS X:

https://github.com/bwrightkc/qbt-mac/releases/tag/4.0.1

Updated: https://github.com/bwrightkc/qbt-mac/re ... ag/4.0.1-2

Again, I haven't fully tested this binary and it is completely unofficial, but you're free to try it if you'd like. It is unsigned as well.
Last edited by bwright on Thu Nov 23, 2017 3:11 pm, edited 1 time in total.
koot

Re: 4.0 builds for OSX?

Post by koot »

Exception Type:        EXC_CRASH (SIGABRT)
Exception Codes:      0x0000000000000000, 0x0000000000000000
Exception Note:        EXC_CORPSE_NOTIFY

Termination Reason:    DYLD, [0x1] Library missing

Application Specific Information:
dyld: launch, loading dependent libraries

Dyld Error Message:
  Library not loaded: @loader_path/libboost_system-mt.dylib
  Referenced from: /Applications/qbittorrent.app/Contents/Frameworks/libboost_chrono-mt.dylib
  Reason: image not found


OS Version:            Mac OS X 10.13.2 (17C79a)

fix duplicating libboost_system.dylib with name libboost_system-mt.dylib
Last edited by koot on Thu Nov 23, 2017 9:25 am, edited 1 time in total.
stoli412

Re: 4.0 builds for OSX?

Post by stoli412 »

I got the same message. Easy fix if you have Homebrew (https://brew.sh) installed on your mac.

In Terminal:

Code: Select all

brew install boost
qBittorrent opens correctly after that.
bwright

Re: 4.0 builds for OSX?

Post by bwright »

londinense

Re: 4.0 builds for OSX?

Post by londinense »

Thanks. It is working fine for me so far. Whereas the official version periodically freezes.
qbmacuser

Re: 4.0 builds for OSX?

Post by qbmacuser »

Hello, I am using 10.10.5, I could build both 4.0.1 and 4.0.2 with both qt 5.7 and 5.5, but i can't open the built app (cocoa library requested).
I can't mount your dmg, could you please build one with the updated 4.0.2?
System: 4790K 4GHz 4-Cores Mac OS 10.10.5
Thanks!
victorhooi

Re: 4.0 builds for OSX?

Post by victorhooi »

@bwright:

Any chance of 4.0.2 builds as well? =) :)
bwright

Re: 4.0 builds for OSX?

Post by bwright »

Already done, see this thread:

index.php/topic,5552.0.html
victorhooi

Re: 4.0 builds for OSX?

Post by victorhooi »

Hi,

Are there any updated builds for OSX?

Or an easy way to compile from Trunk?

Cheers,
Victor
Post Reply