You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current version gives me the following compiler errors:
acpi/patcher.h: In function 'overrideACPIMethods':
acpi/patcher.h:134: error: 'ACPI_DSDT' undeclared (first use in this function)
acpi/patcher.h:134: error: (Each undeclared identifier is reported only once
acpi/patcher.h:134: error: for each function it appears in.)
acpi/patcher.h:134: error: 'factoryDSDT' undeclared (first use in this function)
acpi/patcher.h:134: error: expected expression before ')' token
acpi/patcher.h:137: error: 'patchedDSDT' undeclared (first use in this function)
acpi/patcher.h:155: error: '_PTS_SIGNATURE' undeclared (first use in this function)
Missing essentials.h commit?
The text was updated successfully, but these errors were encountered:
Oops. That is what you get for not having a hack anymore. Jeroen had exams and Pike was in London so they didn't had time to test my latest improvements, but they will pick it up tomorrow I'm told.
I have seen my first submersed computer yesterday. Incredibly cool running at 4.8 GHz. I want one, but that won't happen. It's too bloody expensive (starting at $3750) for my experiments, so I hope to use a water cooled PC soon again. Much more fun ;)
Current version gives me the following compiler errors:
acpi/patcher.h: In function 'overrideACPIMethods':
acpi/patcher.h:134: error: 'ACPI_DSDT' undeclared (first use in this function)
acpi/patcher.h:134: error: (Each undeclared identifier is reported only once
acpi/patcher.h:134: error: for each function it appears in.)
acpi/patcher.h:134: error: 'factoryDSDT' undeclared (first use in this function)
acpi/patcher.h:134: error: expected expression before ')' token
acpi/patcher.h:137: error: 'patchedDSDT' undeclared (first use in this function)
acpi/patcher.h:155: error: '_PTS_SIGNATURE' undeclared (first use in this function)
Missing essentials.h commit?
The text was updated successfully, but these errors were encountered: