#6634 closed bug (fixed)
32-bit build broken after #38695
Reported by: | cssvb94 | Owned by: | tqh |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | System/Kernel | Version: | R1/alpha2 |
Keywords: | ACPI | Cc: | |
Blocked By: | Blocking: | ||
Platform: | x86 |
Description
Cc generated/objects/haiku/x86/release/add-ons/kernel/bus_managers/acpi/acpi_module.o Cc generated/objects/haiku/x86/release/add-ons/kernel/bus_managers/acpi/acpi_device.o src/add-ons/kernel/bus_managers/acpi/acpi_busman.c: In function `acpi_std_ops': src/add-ons/kernel/bus_managers/acpi/acpi_busman.c:175: syntax error before `arg' src/add-ons/kernel/bus_managers/acpi/acpi_busman.c:176: `arg' undeclared (first use in this function) src/add-ons/kernel/bus_managers/acpi/acpi_busman.c:176: (Each undeclared identifier is reported only once src/add-ons/kernel/bus_managers/acpi/acpi_busman.c:176: for each function it appears in.) src/add-ons/kernel/bus_managers/acpi/acpi_busman.c:179: syntax error before `parameter' src/add-ons/kernel/bus_managers/acpi/acpi_busman.c:181: `parameter' undeclared (first use in this
Change History (4)
comment:1 by , 14 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Reported fixed by luroh, thanks for reporting.
follow-up: 4 comment:3 by , 14 years ago
Please do not use Trac to report broken builds. We already have an automatic build bot (Build-O-Matic or BOM for short), which reports build failures to the commit mailing list.
comment:4 by , 14 years ago
Replying to stippi:
Please do not use Trac to report broken builds. We already have an automatic build bot (Build-O-Matic or BOM for short), which reports build failures to the commit mailing list.
Note taken. Build fixed! Thank you.
Please try hrev38696 and tell me if that fixes it.