User forums > Nightly builds
The 04 April 2012 build (7917) is out.
oBFusCATed:
Does it work with "--list $(exe_dir)\$(exe_name).txt" ?
fubo:
--- Quote from: oBFusCATed on April 06, 2012, 02:36:37 pm ---Does it work with "--list $(exe_dir)\$(exe_name).txt" ?
--- End quote ---
No. To be precise:
- with: "--list $exe_dir\$exe_name.txt" I get --list \
- with: "--list $(exe_dir)\$(exe_name).txt" I get --list \.txt
Oleg_Sam:
In last nightly build CB (7917), the macros $file_name (and other $file.. and etc.) is not replaced in compiler command line...
When are placed in Compiler Settings-> Other Options.
To reproduced:
1. Open Compiler Settings-> Other Options.
2. Type any options contains macros $file_name,
for example
-Wa,-adhlns=$file_name.lst
3. Set Compiler logging full command line
4. Build
and see that macro $file_name is empty string (not replaced by current file name) :(
In previous nightly build CB all works fine.
Thanks.
xawari:
--- Quote ---merged wxSmith branch into trunk
--- End quote ---
I love those tiny notes in the changelog and huge work hiding behind them... 8)
Thanks, will try this release ASAP!
scarphin:
All the issues I previously mentioned here http://forums.codeblocks.org/index.php/topic,16024.0.html exist in this nightly. To summarize them:
1- CC doesn't work on function arguments NOT declared in the function declaration.
2- CC doesn't kick in for the standard libraries, like when a dot '.' is typed after 'cout' like 'cout.' CC won't kick in.
3- The red opening parenthesis issue.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version