#3257 closed defect (fixed)
PSP: revision 27553 doesn't build
Reported by: | hkzlab | Owned by: | fingolfin |
---|---|---|---|
Priority: | normal | Component: | Port: PSP |
Version: | Keywords: | ||
Cc: | Game: |
Description
As of revision 27553, psp backend doesn't build anymore. This is caused by a missing inclusion of a header file in "osys_psp.h". Adding #include "graphics/scaler.h" to the header fixes the problem, and permit a correct build. Output of the failing compilation included.
Ticket imported from: #1740241. Ticket imported from: bugs/3257.
Attachments (1)
Change History (7)
by , 17 years ago
comment:1 by , 17 years ago
Owner: | set to |
---|---|
Summary: | [PSP] revision 27553 doesn't build → PSP: evision 27553 doesn't build |
comment:2 by , 17 years ago
graphics/scaler.h sounds wrong / makes no sense. Does it also compile with graphics/surface.h ?
comment:3 by , 17 years ago
Summary: | PSP: evision 27553 doesn't build → PSP: revision 27553 doesn't build |
---|
comment:4 by , 17 years ago
Yes, it does compile with the inclusion of surface.h . Probably it was because scaler.h included surface.h that it comiled without problems. I should have checked more carefully.
comment:5 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:6 by , 6 years ago
Component: | → Port: PSP |
---|
Note:
See TracTickets
for help on using tickets.
Failing build log