News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Patch for DoxyBlocks when self building CodeBlocks in Linux using wx2.8

Started by stahta01, May 05, 2015, 04:40:36 PM

Previous topic - Next topic

stahta01

Patch needed if both wx3.0 and wx2.8 dev files installed.

Patch removes unneeded wx-config at project level the one at target level is done correctly.

Tim S.


Index: plugins/contrib/DoxyBlocks/DoxyBlocks-unix.cbp
===================================================================
--- plugins/contrib/DoxyBlocks/DoxyBlocks-unix.cbp (revision 10251)
+++ plugins/contrib/DoxyBlocks/DoxyBlocks-unix.cbp (working copy)
@@ -55,7 +55,6 @@
<Add option="-ansi" />
</Compiler>
<Linker>
- <Add option="`wx-config --libs`" />
<Add option="-Wl,--no-undefined" />
</Linker>
<Unit filename="AutoDoc.cpp" />
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

killerbot