Custom Query (80 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (10 - 12 of 80)

1 2 3 4 5 6 7 8 9 10 11 12 13 14
Ticket Resolution Summary Owner Reporter
#63 fixed Changeset r21929 breaks build abwillis
Description

Changeset r21929 breaks the build process if %tmp% is not on the same drive as the build is being done on.

#61 wontfix Color errors with Flash/Odin 29.12.2011 herwigb
Description

When playing videos on youtube with a color depth of 16 bits, there are color errors. Screenshot illustrates the problem.

The problem goes away, when switching to 32 bit color depth.

#1 fixed Compiler Warning & Information Messages rlwalsh ydario
Description

rwalsh: I consider *every* message that the compiler generates to be a problem. If nothing else, having thousands of "harmless" messages makes it nearly impossible to find and fix the few that are actually telling you something important.

Eliminating all these messages is unbelievably boring & time- consuming, but essential, IMHO. So far, I've eliminated nearly all messages when compiling these directories:

advapi32, crypt32, kernel32, ntdll, user32, and winmm

There are two info messages that can't be eliminated because of the odd way that debug printf()'s are turned off (i.e. "the condition is always TRUE" & "the condition is always FALSE"). For these, I'm just using sed to filter them from the output:

nmake 2>&1 | sed -u /EDC042[45]/D | tee build.log

1 2 3 4 5 6 7 8 9 10 11 12 13 14
Note: See TracQuery for help on using queries.