User forums > Nightly builds

The 16 march 2006 build is out.

<< < (2/3) > >>

skirby:

--- Quote from: mandrav on March 17, 2006, 10:36:00 am ---Besides, remove the line-continuation character '\' from the end of the comment...

This is not a bug report thread. Next time please use the appropriate board to post your "bugs"...

--- End quote ---

OK, sorry.

But, what I do not understand is why the line below the comment is not taken in consideration while \ character it is contain in a comment
Concerning my piece of code I have made a mistake. The code I used was correct.

Thanks and have a nice day.

thomas:

--- Quote from: skirby on March 17, 2006, 11:22:12 am ---But, what I do not understand is why the line below the comment is not taken in consideration while \ character it is contain in a comment
--- End quote ---
That's for example explained here: http://www.gotw.ca/gotw/086.htm (except that in that example, a trigraph is used instead, which makes the matter even more confusing).
In one word, the statement str = c; is never evaluated because it is a comment.

agentsmith:
Hi,
I noticed this kind of behavior in nightly build from 15 march (and 16 too):
when I edit my file and save changes, after about 1 second the editor stops responding for about 3-5 seconds. It's every time I save some changes.
By the way I have few quite big projects in C::B workspace and all of the files are on a network drive, so maybe this is the (indirect) cause of the problem. This lag wasn't present up to nightly build march 14th. I 'm using winxp version of C::B.

Regards

Jaap:
Whit all the nightly builds I have the same problem..
It looks like GNU GCC Compiler only takes notices of the the project options, and not to the build target options.
The policy is set to 'Append target options to project options', but it doesn't seem doing  that..
The QT template project won't compile for that reason. (And all my excisting QT projects won't as well...)
Is this problem known?

Best regards,
Jaap

yop:

--- Quote from: Jaap on March 17, 2006, 02:17:27 pm ---Whit all the nightly builds I have the same problem..
It looks like GNU GCC Compiler only takes notices of the the project options, and not to the build target options.
The policy is set to 'Append target options to project options', but it doesn't seem doing  that..
The QT template project won't compile for that reason. (And all my excisting QT projects won't as well...)
Is this problem known?

Best regards,
Jaap

--- End quote ---
What steps do you take to build your Qt projects?

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version