Author Topic: refactoring hello world  (Read 6085 times)

Russ

  • Community Member
  • Posts: 56
  • Hero Points: 3
refactoring hello world
« on: March 17, 2007, 06:31:11 PM »
I can't seem to get the refactoring parser to work. I'm using mingw gcc 3.3.1

I create a new c++ hello world application using the new project wizard. It builds and runs fine.
But when I do "Test Parsing Configuration..." it outputs the following errors:

..\bits\locale_facets.tcc(635,5): error -8076: '_M_pad' is not a member of 'num_put'
..\bits\locale_facets.tcc(842,5): error -8076: '_M_group_float' is not a member of 'num_put'
..\bits\locale_facets.tcc(2488,5): error -8076: '_M_insert' is not a member of 'num_put'
..\bits\ostream.tcc(393,5): error -8076: 'write' is not a member of 'basic_ostream'

I just can't see what I'm doing wrong

natros

  • Community Member
  • Posts: 59
  • Hero Points: 1
Re: refactoring hello world
« Reply #1 on: March 17, 2007, 09:11:17 PM »
The recommended gcc version for refactoring is gcc 3.3.2.

Russ

  • Community Member
  • Posts: 56
  • Hero Points: 3
Re: refactoring hello world
« Reply #2 on: March 17, 2007, 11:53:00 PM »
The release notes just say a version earlier than 3.4 and they recommend 3.3.2

But I can't find 3.3.2 the nearest that cygwin.com lists is 3.3.3 and mingw.org is 3.3.1


Russ

  • Community Member
  • Posts: 56
  • Hero Points: 3
Re: refactoring hello world
« Reply #3 on: March 21, 2007, 12:50:13 AM »
i've just upgraded to v12, but that does the same thing

twells55555

  • Community Member
  • Posts: 15
  • Hero Points: 1
Re: refactoring hello world
« Reply #4 on: April 30, 2007, 03:28:50 PM »
I've never gotten refactoring to set up and work with slick edit....I've tried Mingw, GCC 3.3.2 and 3.3.3, and VC++ and just end up doing it manually because that feature just seems to be too "sensitive".
If ANYBODY has had any luck with Mingw and refactoring, I would appreciate a post with some tips....I've read the documentation and release notes and have had zero success with it.  At best, I get the parse test to complete and then it gives something like 140 errors....using cygwin GCC 3.3.2 as directed. Not even that far with Mingw.  Takes less time to just do it myself than to wade through all the errors.

   tim

Dennis

  • Senior Community Member
  • Posts: 3955
  • Hero Points: 515
Re: refactoring hello world
« Reply #5 on: April 30, 2007, 10:16:01 PM »
This won't help anyone in the immediate timeframe, but just as an FYI, we are aware of this problem and working on a fix.