Opened 15 years ago
Last modified 14 years ago
#995 new Defect
[PATCH] Build fixes under MinGW
Reported by: | MattArsenault | Owned by: | davea |
---|---|---|---|
Priority: | Minor | Milestone: | Undetermined |
Component: | BOINC - API | Version: | |
Keywords: | mingw build patch | Cc: |
Description
The BOINC libraries in the svn repository currently don't build under mingw on windows, with a few redefinition problems. I've worked around these issues, though I'm not entirely confident I didn't break anything else in the process.
The Makefile for mingw also has a few problems, such as installing the header files twice to different, nonstandard locations, and building for pentium-m. It also wasn't installing one of the headers.
Attachments (1)
Change History (6)
comment:1 follow-up: 2 Changed 15 years ago by
comment:2 Changed 15 years ago by
comment:3 Changed 15 years ago by
Keywords: | patch added |
---|
comment:4 Changed 14 years ago by
Summary: | Build fixes under MinGW → [PATCH] Build fixes under MinGW |
---|
comment:5 Changed 14 years ago by
Component: | Undetermined → BOINC - API |
---|---|
Owner: | set to davea |
Here's an updated patch for current trunk which also fixes the build with MinGW64. It also gets rid of the extra copy of the mingw makefile which only serves to add confusion, and fixes some warnings.
Is this patch for SVN trunk?