User forums > Nightly builds

The 11 November 2008 build (5309) is out.

<< < (5/9) > >>

MortenMacFly:

--- Quote from: jens on November 17, 2008, 11:06:18 pm ---Maybe you have an entry for "*.inc" in another languages filemask (it's used for pascal on my system), that is tested before the c/c++ filemask.

--- End quote ---
.inc is one of the worst file extensions I know. It's used in many programming languages, including fortran XXX, pascal and others. Try to look through all file masks if there is *.inc applied somewhere else as Jens suggested and remove it. You may want to remove it from the lexer file as well then... for a "safer" feeling. ;-) This is most likely it.

sigzegv:
Hello

I have compiled linux version, warnings are reported as errors in build log, but this generates binaries as well. ( I've not set -Werror flags, I think it's an output error ).
Is this a known issue ?

Jenna:

--- Quote from: sigzegv on November 18, 2008, 11:45:57 am ---Hello

I have compiled linux version, warnings are reported as errors in build log, but this generates binaries as well. ( I've not set -Werror flags, I think it's an output error ).
Is this a know issue ?


--- End quote ---

I guess you use either a localized gcc or gcc4.3.

Is that right ?

If it's the first, than read here: http://forums.codeblocks.org/index.php/topic,9489.msg67120.html#msg67120.

sigzegv:
Thnx Jens that was exactly my problem  :D

( excuse me to have not searched in forum first.... )

webbesen:

--- Quote from: jens on November 17, 2008, 11:06:18 pm ---Maybe you have an entry for "*.inc" in another languages filemask (it's used for pascal on my system), that is tested before the c/c++ filemask.

--- End quote ---

Thanks Jens and Morten Macfly.
Of course this was it. I must have been temporarily in sain since I did not think of that!
But hey - at the end of the day I am just a HW engineer now also doing some SW with a very nice and flexible editor :-)
And yes it was the Pascal highlighting shadowing my addition to the C/C++ file mask.


--- Quote from: MortenMacFly on November 18, 2008, 07:16:51 am ---You may want to remove it from the lexer file as well then... for a "safer" feeling. ;-) This is most likely it.

--- End quote ---

Excuse my CB newbee questions but I suppose I do that by removing the *.inc part from the line: filemasks="*.pas,*.inc"> in the file lexer_pascal.xml (and any other lexer_xyz.xml file with *.inc in the file mask). Correct?

Thanks again. I really appreciate your help.
Now I just need to figure how to re-compile dmoores ShellExtensions plugin to run with the nightly (binary is complaining about SDK mismatch => plugin not loaded) and I will be back on track with an updated version of my new toy CB.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version