[Fresco-devel] Fresco-M1 on Solaris 9/SPARC
Iain Nicholson <[email protected]>
| Newsgroups | gmane.comp.video.fresco.devel |
|---|---|
| Message-ID | <[email protected]> |
I am trying to build Fresco-M1 on Solaris 9/SPARC with gcc-3.2 So far I have had to make two very small changes to the file Fresco-M1/Prague/src/Sys/Env.cc At line 34 I added an explicit typecast: return ::putenv((char *)env_var.c_str()); ...and also at line 47: return ::putenv((char *)name.c_str()); My C++ knowledge is very minimal. I hope these are the correct ways to fix the problem. I will continue trying to build the software and to fix compilation errors. I will then provide a diff of my changes. I hope this is of use to you. I enjoyed your talk at FOSEM :-) Iain