User forums > Nightly builds
The 21 June 2016 build (10868) is out.
New Pagodi:
On a similar note: AVG antivirus has also started falsely reporting wxspeedbutton.dll as a virus.
I just added an exception for it.
Oleg_Sam:
This nightly build is crashes, when select global compiler options and right click to add new compiler flag for SDCC compiler on Windows7 platform. :'(
raynebc:
That crash is a known issue:
http://forums.codeblocks.org/index.php/topic,21090.msg144241.html#msg144241
Avast just started throwing false positives with this nightly as well.
ollydbg:
--- Quote from: Oleg_Sam on July 01, 2016, 07:23:31 am ---This nightly build is crashes, when select global compiler options and right click to add new compiler flag for SDCC compiler on Windows7 platform. :'(
--- End quote ---
It should be the bug report here: SVN build crashes when trying to editing/adding new compiler flags
Oleg_Sam:
The build-ins variables $(PROJECT_FILE), $(PROJECT_NAME), $(PROJECT_DIR) is not changed when reloading projects. To reproduce this bug:
1. Create Console application test1.
2. Open Project build option->Pre/post build steps
3. Add Pre build steps
echo $(PROJECT_FILE)
echo $(PROJECT_NAME)
echo $(PROJECT_DIR)
4. Save project test1
5. Close project test1
6. Repeat steps 1..5 for project test2
7. Load project test1
8. Rebuild test1
9. Look at the build log and see that build-ins variables is correct (test1).
10. Close Project test1
11. Load project test2
12. Rebuild test2
13. Look at the build log and see that build-ins variables is not correct (test1).
Its not changed and must be test2.
This bug is in all versions CB from 16.01.
My platform is Windows7 32 bit.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version