Developer forums (C::B DEVELOPMENT STRICTLY!) > Development
Something broke between 8045 and 8050
ironhead:
--- Quote from: MortenMacFly on June 16, 2012, 08:27:40 am ---
--- Quote from: MortenMacFly on June 16, 2012, 08:14:47 am ---I cannot reproduce.
--- End quote ---
Well - I could finally (was using the wrong compiler before). I recalled a fix which I have just committed. Try again and report back, please.
--- End quote ---
I got a little further and the error count is down, but unfortunately it still didn't work: http://emergedesktop.org/8055_error.txt.
Jenna:
Works here with -fpermissive hack (fc17 64-bit).
Only tested with automake in clean fedora 17 chroot.
stahta01:
--- Quote from: ironhead on June 16, 2012, 03:37:28 pm ---
--- Quote from: MortenMacFly on June 16, 2012, 08:27:40 am ---
--- Quote from: MortenMacFly on June 16, 2012, 08:14:47 am ---I cannot reproduce.
--- End quote ---
Well - I could finally (was using the wrong compiler before). I recalled a fix which I have just committed. Try again and report back, please.
--- End quote ---
I got a little further and the error count is down, but unfortunately it still didn't work: http://emergedesktop.org/8055_error.txt.
--- End quote ---
Those are only warnings; there is no Compiler errors in your txt file.
CB is falsely reporting the Compiler warnings as errors.
SET The CB value of max number of errors to 0 for unlimited.
Or, fix the regex in CB to ignore the warnings (or treat them as warnings instead of errors)
Tim S.
ironhead:
I found the source of the build failure, it turns out it has nothing to do with the compilation:
--- Code: ---Running target post-build steps
zip -jq9 devel\share\CodeBlocks\manager_resources.zip sdk\resources\*.xrc
cmd /c "cd sdk\resources & zip -0 -q ..\..\devel\share\CodeBlocks\manager_resources.zip images\*.png images\12x12\*.png images\16x16\*.png"
zip I/O error: No such file or directory
zip error: Could not create output file (devel/share/CodeBlocks/manager_resources.zip)
--- End code ---
With out the devel/share/CodeBlocks directory pre-existing (i.e. you delete, or on first compilation) the zip fails, causing the whole thing to crap out. If I create the directory before hand the compilation will complete.
--- Quote from: stahta01 on June 16, 2012, 03:55:13 pm ---Those are only warnings; there is no Compiler errors in your txt file.
CB is falsely reporting the Compiler warnings as errors.
SET The CB value of max number of errors to 0 for unlimited.
Or, fix the regex in CB to ignore the warnings (or treat them as warnings instead of errors)
--- End quote ---
Agreed, but I'm having one heck of time getting the regex to work. I have:
Which works in the "Test String" but doesn't work when compiling. Help would be appreciated.
Jenna:
--- Quote from: ironhead on June 16, 2012, 09:01:15 pm ---I found the source of the build failure, it turns out it has nothing to do with the compilation:
Which works in the "Test String" but doesn't work when compiling. Help would be appreciated.
--- End quote ---
I'm on fedora 17 now, which has gcc 4.7 as default compiler.
I will see, if I can fix it.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version