News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

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