Opened 15 years ago
Closed 15 years ago
#5615 closed defect (fixed)
VirtualBox 3.1.0 doesn't compile with libpng 1.4.0 betas => Fixed in SVN
Reported by: | Bernhard Rosenkraenzer | Owned by: | |
---|---|---|---|
Component: | other | Version: | VirtualBox 3.1.0 |
Keywords: | Cc: | ||
Guest type: | other | Host type: | Linux |
Description
VirtualBox 3.1.0 fails to compile with libpng 1.4.0 betas because it uses some libpng macros that have been deprecated forever and removed in 1.4.0:
png_voidp_NULL png_error_ptr_NULL png_infopp_NULL
Since they've never been defined to anything other than NULL casted to various types, it is safe to replace them with NULL or 0 unconditionally.
Attaching a patch that does that.
Attachments (1)
Change History (3)
by , 15 years ago
Attachment: | VirtualBox-3.1.0-libpng-1.4.patch added |
---|
comment:1 by , 15 years ago
Summary: | VirtualBox 3.1.0 doesn't compile with libpng 1.4.0 betas → VirtualBox 3.1.0 doesn't compile with libpng 1.4.0 betas => Fixed in SVN |
---|
Thanks for this report, fixed in SVN. The fix will be contained in the next maintenance release of VirtualBox.
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fix