I'm interested, although I'm not sure what has to be done yet.
I got the configure working by setting a few variables.
I set the following ones:
setenv MAKE gmake;
setenv LDFLAGS -L/usr/lib32;
setenv CXXFLAGS -LANG:std;
There are still some warnings, but those will come later.
I'm right now compiling with MipsPro. No errors yet, but still a long way to go. What problems did you encounter when trying to compile with MipsPro ?
I read the faq on the Motif port and there are some unimplemented widgets according to the faq. It mentions the OpenGL widget as well, but that seems to use the X11 version as far as I can see from a quick glance of the source.
Can you confirm that OpenGL works ?
I got the configure working by setting a few variables.
I set the following ones:
setenv MAKE gmake;
setenv LDFLAGS -L/usr/lib32;
setenv CXXFLAGS -LANG:std;
There are still some warnings, but those will come later.
I'm right now compiling with MipsPro. No errors yet, but still a long way to go. What problems did you encounter when trying to compile with MipsPro ?
I read the faq on the Motif port and there are some unimplemented widgets according to the faq. It mentions the OpenGL widget as well, but that seems to use the X11 version as far as I can see from a quick glance of the source.
Can you confirm that OpenGL works ?