Author Topic: ccoptionsdlg.cpp error while building Code::Blocks SVN, revision 3295  (Read 3011 times)

pkaps

  • Guest
Hello everybody!

Thought you might want to know about a problem I spotted:

I'm new to the Code::Blocks family and I've been trying to install it on two Debian machines. To be precise, both machines work with Debian 3.1 sarge4, Linux 2.4.27-3-386.

What I noticed is that I installed it quite nicely on the first system, using Code::Blocks svn, revision 3260 (I guest it was some 5 or 6 days ago) and when I tried to install it today on the second machine, using new sources from the repository (SVN revision 3295) I failed. I found out that when I used the revision I used on the first case, code::blocks was installed successfully.

Here's the error message
Code
ccoptionsdlg.cpp: In member function `bool
   CCOptionsDlg::ValidateReplacementToken(wxString&, wxString&)':
ccoptionsdlg.cpp:149: error: `wxRegEx' undeclared (first use this function)
ccoptionsdlg.cpp:149: error: (Each undeclared identifier is reported only once
   for each function it appears in.)
ccoptionsdlg.cpp:149: error: parse error before `(' token
ccoptionsdlg.cpp:152: error: `re' undeclared (first use this function)
make[4]: *** [ccoptionsdlg.lo] Error 1
make[4]: Leaving directory `/home/pkaps/devel/codeblocks-1.0rc2/trunk/src/plugins/codecompletion'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/pkaps/devel/codeblocks-1.0rc2/trunk/src/plugins/codecompletion'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/pkaps/devel/codeblocks-1.0rc2/trunk/src/plugins'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/pkaps/devel/codeblocks-1.0rc2/trunk/src'
make: *** [all-recursive] Error 1

I hope it will help you in finding out where the bug lies. Keep up the good work! The project looks beautiful!


-panagiotis

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: ccoptionsdlg.cpp error while building Code::Blocks SVN, revision 3295
« Reply #1 on: November 28, 2006, 08:30:55 pm »
Fixed, thanks :)
Be patient!
This bug will be fixed soon...