pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/53751: code blocks fails to build
On Thu, Nov 29, 2018 at 6:44 PM Robert Nestor <rnestor%mac.com@localhost> wrote:
> +.include "../../x11/gtk2/buildlink3.mk"
> .include "../../x11/wxGTK30/buildlink3.mk"
wxGTK30/bl3.mk provides a buildlink for whatever toolkit wxWidgets is
built with. The default is gtk3 but AFAICT codeblocks only works with
gtk2.
Does it work if you add the following line to your mk.conf
PKG_OPTIONS.wxGTK30=gtk2
Then do the following:
cd x11/wxGTK30
make replace
cd ../../editors/codeblocks
make package-install
--
Benny
Home |
Main Index |
Thread Index |
Old Index