We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 815 - Include error with Open Watcom
Summary: Include error with Open Watcom
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: build (show other bugs)
Version: HG 2.0
Hardware: x86 Windows (XP)
: P2 normal
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-30 15:43 UTC by Daniele Forghieri
Modified: 2009-12-15 12:15 UTC (History)
0 users

See Also:


Attachments
include change to compile wityh Open Watcom (880 bytes, patch)
2009-10-04 01:15 UTC, Daniele Forghieri
Details | Diff
Patch to use stdlib.h with Open Watcom (1.01 KB, patch)
2009-10-12 02:57 UTC, Daniele Forghieri
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniele Forghieri 2009-09-30 15:43:47 UTC
int32_t/int64_t are type avaible witch open watcom, as M_PI

This patch permit teh compilation witch Open atcom
Comment 1 Daniele Forghieri 2009-10-04 01:15:48 UTC
Created attachment 389 [details]
include change to compile wityh Open Watcom
Comment 2 Daniele Forghieri 2009-10-12 02:57:03 UTC
Created attachment 412 [details]
Patch to use stdlib.h with Open Watcom

Open Watcom 1.8 has <stdlib.h> so instead of patch the single part when stdlib features are used we use directly the include file as with GCC.
Comment 3 Sam Lantinga 2009-12-15 12:15:53 UTC
This patch is in subversion, thanks!