Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Plugins development => Topic started by: LETARTARE on February 28, 2022, 04:05:31 PM

Title: plugin source_exporter
Post by: LETARTARE on February 28, 2022, 04:05:31 PM
Win7, Cb-12724, plugin Exporter-wx-3.1.x-(64 bits) :

The registred file "cb-12724\src\plugins\contrib\source_exporter\wxPdfDocument\include\wx\srgb2014icc.h" no exists !

We can recover it here :  https://github.com/utelle/wxpdfdoc (https://github.com/utelle/wxpdfdoc)
Title: Re: plugin source_exporter
Post by: Miguel Gimenez on February 28, 2022, 04:24:10 PM
It is in the src folder, like in Utelle's repository. Makefile.am refers correctly to it, while the CBP files do not.

I will fix CBP files this evening.
Title: Re: plugin source_exporter
Post by: Miguel Gimenez on February 28, 2022, 04:41:33 PM
Fixed in [r12730]