gtk+ library problem with libreoffice

Dear Friends:

Portupgrading libreoffice needs library of gtk+3.2 or newer version. But in ports, gtk+ is 3.0 version. How to deal with this problem?

Thanks for your help in advance.
 
libreoffice

LibreOffice builds and installs on 9.1-STABLE i386 and has done for a couple of weeks. But the program core dumps. I have no idea why it dies, unfortunately you can't build it with debug enabled.
 
xwwu said:
Portupgrading libreoffice needs library of gtk+3.2 or newer version. But in ports, gtk+ is 3.0 version. How to deal with this problem?
Turn off GTK3
Code:
GTK3=off: GTK+ 3 GUI toolkit
 
Hi SirDice. You have written "Turn off GTK3". Okay, but it seems, that GTK3 option, which You are suggest to turn off, is already off by default in the LibreOffice Configuration Options. Only GTK2 GUI toolkit is on by default; editors/libreoffice. Maybe you meant to turn on this GTK3 option instead of turning it off? ? A little mistake or I do not understand something? ;- )
 
I know it's off by default but the OP has problems building it with the option turned on (you can't because there's no GTK 3.2 in the ports yet). That's why I suggested to turn if off.
 
Back
Top