User forums > Help
[SOLVED]code completion partially working
Eric:
--- Quote from: blueshake on August 16, 2010, 04:03:23 pm ---try the cc_branch and may fix your trouble. :D
--- End quote ---
--- Quote from: ollydbg on August 16, 2010, 04:35:25 pm ---it works here, see the image below:( I just use your sample code ), ccbranch and windowx XP, wxWidgets 2.8.11
--- End quote ---
OK so I have to use the "codecompletion_refactoring" branche (in http://svn.berlios.de/svnroot/repos/codeblocks/branches/) not the trunk ?
Éric.
ollydbg:
--- Quote from: Eric on August 16, 2010, 04:51:10 pm ---
OK so I have to use the "codecompletion_refactoring" branche (in http://svn.berlios.de/svnroot/repos/codeblocks/branches/) not the trunk ?
Éric.
--- End quote ---
Yes.
Eric:
--- Quote from: ollydbg on August 17, 2010, 01:17:52 am ---
--- Quote from: Eric on August 16, 2010, 04:51:10 pm ---
OK so I have to use the "codecompletion_refactoring" branche (in http://svn.berlios.de/svnroot/repos/codeblocks/branches/) not the trunk ?
Éric.
--- End quote ---
Yes.
--- End quote ---
Thank you.
So I've downloaded the branch with
"svn checkout svn://svn.berlios.de/codeblocks/branches/codecompletion_refactoring".
But there are errors during the build (in "wxpropgrid"):
--- Code: ---...
make[4]: quittant le répertoire « /home/eric/Téléchargements/codeblocks/codecompletion_refactoring/src/sdk/wxscintilla »
Making all in wxpropgrid
make[4]: entrant dans le répertoire « /home/eric/Téléchargements/codeblocks/codecompletion_refactoring/src/sdk/wxpropgrid »
/bin/sh ../../../libtool --tag=CXX --mode=compile x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -I../../../src/sdk/wxpropgrid/include -DWXMAKINGLIB_PROPGRID -DwxPG_USE_WXMODULE=0 -Ulinux -Uunix -O2 -ffast-math -DCB_AUTOCONF -g -O2 -DCB_PRECOMP -Winvalid-pch -fPIC -DPIC -fexceptions -MT advprops.lo -MD -MP -MF .deps/advprops.Tpo -c -o advprops.lo `test -f './src/advprops.cpp' || echo './'`./src/advprops.cpp
libtool: compile: x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -I../../../src/sdk/wxpropgrid/include -DWXMAKINGLIB_PROPGRID -DwxPG_USE_WXMODULE=0 -Ulinux -Uunix -O2 -ffast-math -DCB_AUTOCONF -g -O2 -DCB_PRECOMP -Winvalid-pch -fPIC -DPIC -fexceptions -MT advprops.lo -MD -MP -MF .deps/advprops.Tpo -c ./src/advprops.cpp -fPIC -DPIC -o .libs/advprops.o
./src/advprops.cpp:450:56: error: macro "WX_PG_DECLARE_EDITOR_CLASS" passed 1 arguments, but takes just 0
./src/advprops.cpp:1527:71: error: macro "WX_PG_IMPLEMENT_CUSTOM_COLOUR_PROPERTY_USES_WXCOLOUR2" requires 6 arguments, but only 5 given
./src/advprops.cpp:253: error: ‘wxPGSpinCtrlEditor’ has not been declared
...
--- End code ---
I've tried to build via:
- "./debian/rules build"
- "./bootstrap;./configure --with-contrib-plugins=all;make"
- codeblocks project in src: CodeBlocks-unix.cbp
But all three gave up with the same errors.
Any idea ?
My configuration:
- Debian sid amd64
- WxWidgets 2.8.10 (debian sid packets)
Éric.
Eric:
Hello,
I've just tried to compile the last svn of the "codecompletion_refactoring" branch and the build stops with the same error.
I'm using wxw2.8.10. Does this branch requires 2.9 or another ?
Thanks in advance.
Éric.
Jenna:
--- Quote from: Eric on August 18, 2010, 05:53:09 pm ---Hello,
I've just tried to compile the last svn of the "codecompletion_refactoring" branch and the build stops with the same error.
I'm using wxw2.8.10. Does this branch requires 2.9 or another ?
Thanks in advance.
Éric.
--- End quote ---
Works fine here with wxWidgets 2.8.10 from debian testing (squeeze).
wx-2.9 does not work, because it includes wxpropgrid and conflicts with the wxpropgrid included in our sources.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version