Compilation probs: syntax?

Hi,
I’m sure theres nothing wrong with the syntax, but msvc 6.0 on winXP is complaining about some of the assembler stuff in the compilation stage, when I go to compile the win32 release version (or any version, for that matter) of the libs.

This is what it disgorges:


c:\program files\juce\src\juce_appframework\gui\graphics\brushes\juce_solidcolourbrush.cpp(234) : warning C4405: ‘mm5’ : identifier is reserved word
c:\program files\juce\src\juce_appframework\gui\graphics\brushes\juce_solidcolourbrush.cpp(234) : error C2400: inline assembler syntax error in ‘opcode’; found 'mm5’
c:\program files\juce\src\juce_appframework\gui\graphics\brushes\juce_solidcolourbrush.cpp(241) : warning C4405: ‘mm0’ : identifier is reserved word
c:\program files\juce\src\juce_appframework\gui\graphics\brushes\juce_solidcolourbrush.cpp(241) : error C2400: inline assembler syntax error in ‘opcode’; found 'mm0’
c:\program files\juce\src\juce_appframework\gui\graphics\brushes\juce_solidcolourbrush.cpp(251) : error C2400: inline assembler syntax error in ‘opcode’; found '['
c:\program files\juce\src\juce_appframework\gui\graphics\brushes\juce_solidcolourbrush.cpp(256) : error C2400: inline assembler syntax error in ‘opcode’; found '['
c:\program files\juce\src\juce_appframework\gui\graphics\imaging\juce_image.cpp(463) : error C2400: inline assembler syntax error in ‘opcode’; found '['
Error executing cl.exe.

jucelib_static_debug.lib - 5 error(s), 2 warning(s)

ANY IDEAS?? Would really appreciate sorting this out.
Cheers,

Matt

ok, I only just spotted exactly the same topic just below this one, so I guess I’m installing that extra library.
No need to reply now! :slight_smile: