Author Topic: Build errors don't link to source code  (Read 4323 times)

Offline colinmac

  • Multiple posting newcomer
  • *
  • Posts: 10
Build errors don't link to source code
« on: December 21, 2006, 12:19:36 pm »
I'm trialling code::blocks, using it to build with existing makefiles.  If I introduce an error in the code then I get the expected build message, correctly parsed into source, line number and error text.

I was expecting that if I double-click on this then it should open the source at the specified line, but it just doesn't do anything.  Should this work?  I'm wondering if it doesn't work because code::blocks isn't 'in charge' of the build, i.e. it just runs my Makefile.  Any suggestions?

Thanks,
Colin

Offline hckr83

  • Multiple posting newcomer
  • *
  • Posts: 38
Re: Build errors don't link to source code
« Reply #1 on: December 29, 2006, 08:36:41 pm »
did you add all the files to be built in the makefile, to codeblocks?