I'm trying to compile Revision 7124 on Ubuntu (Hardy, 32-bit i386), but get problems with the recently added SSE2 support. The following message occurs multiple times in the build:
ERROR: Don't know how to make RavlI386SSE.def
No sign of that .def file in SVN. Not added perhaps, or am I missing something? I've tried to disable SSE2 support by commenting out
RESOURCES += USE_SSE2
from config.local.linux, but it doesn't seem to help. Can anyone help?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm trying to compile Revision 7124 on Ubuntu (Hardy, 32-bit i386), but get problems with the recently added SSE2 support. The following message occurs multiple times in the build:
ERROR: Don't know how to make RavlI386SSE.def
No sign of that .def file in SVN. Not added perhaps, or am I missing something? I've tried to disable SSE2 support by commenting out
RESOURCES += USE_SSE2
from config.local.linux, but it doesn't seem to help. Can anyone help?
Its generated from the directory: Ravl/Core/I386SSE
You can try commenting out the line:
REQUIRES= USE_SSE2
in that directory.
Let me know if that helps.
Yes, that gets rid of the error. Thanks for the quick response!