Well, changing the declarations in the patch file (1002) about the OSX version did not change anything, same error during compile. For completeness the manual modification in ScreenSaver.cpp involved an additional change in the two lines as follow:
Otherwise the compiler would complain: for the above fix I have followed the suggestions in the main.log file.
About the patches not applied I noticed that while traces of 0001-0007 are found in the log file, the 1002 (that refers to Screensaver.cpp patch) never went considered during compile, I have tried to copy it in the first list of the Portfile patches (just after the 0007) but it did not worked Anyway the program runs great, a bit complicated at first sight but very customizable. Many thanks!
Code:
m_okDisp = (IOPMAssertionCreate(kIOPMAssertionTypeNoDisplaySleep, kIOPMAssertionLevelOn, &m_idDisp) == kIOReturnSuccess);
m_okSys = (IOPMAssertionCreate(kIOPMAssertionTypeNoIdleSleep, kIOPMAssertionLevelOn, &m_idSys) == kIOReturnSuccess);
Otherwise the compiler would complain: for the above fix I have followed the suggestions in the main.log file.
About the patches not applied I noticed that while traces of 0001-0007 are found in the log file, the 1002 (that refers to Screensaver.cpp patch) never went considered during compile, I have tried to copy it in the first list of the Portfile patches (just after the 0007) but it did not worked Anyway the program runs great, a bit complicated at first sight but very customizable. Many thanks!
Last edited: