tech-pkg archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Qt5 issues in LXQt from wip
Niclas Rosenvik wrote:
> If you are using netbsd-current the native xcb libraries should be new
> enough to work with qt5.
>
I see, thanks!
Regarding PIE, what's your platform?
I read that qt5 sources compiled with `-reduce-relocations' require `-fPIE'.
#if !defined(QT_BOOTSTRAPPED) && defined(QT_REDUCE_RELOCATIONS) && defined(__ELF__) && !defined(__PIC__) && !defined(__PIE__)
# error "You must build your code with position independent code if Qt was built with -reduce-relocations. "\
"Compile your code with -fPIC or -fPIE."
#endif
-- from ${PREFIX}/qt5/include/QtCore/qglobal.h
Home |
Main Index |
Thread Index |
Old Index