Member Site › Forums › Rosetta 3 › Rosetta 3 – Build/Install › build error in HotspotStub.os in Rosetta 3.1 › Reply To: build error in HotspotStub.os in Rosetta 3.1
December 11, 2010 at 12:58 pm
#4734
The line of code that is failing is the = operator for HotspotStub. The code around it (there are #ifndefs for BOINC and WIN32) indicate that there’s something a bit screwy and the Windows compilers won’t accept that code. I guess newer versions of GCC won’t either (I don’t think any developers are using 4.5.)
Try just commenting the function out (put // at the start of each line from 75 to 88) and let me know if it works.