Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#536 closed Defect (fixed)

Mac library build fails

Reported by: tstrunk Owned by: charlief
Priority: Minor Milestone: Undetermined
Component: BOINC - Graphics API Version:
Keywords: OSX build Cc:

Description

With revision 14513 many library functions in boinc_api.C were made static, because the old graphics library is not supported anymore. It is however still built in the mac_build script BuildMacBOINC.sh

Obvious fix: update the xcode project and remove graphics_impl, graphics_api, graphics_lib and all the other unneeded files from the project file.

Change History (5)

comment:1 Changed 16 years ago by Nicolas

Reporter: changed from tstrunk to charlief

comment:2 Changed 16 years ago by Nicolas

Owner: changed from Bruce Allen to charlief
Reporter: changed from charlief to tstrunk

Wait, that's not what I wanted.

comment:3 Changed 16 years ago by charlief

Resolution: fixed
Status: newclosed
  • Mac API: Delete old target gfxlibboinc and obsolete source files

from XCode project.

  • Mac: Update build script to build libboinc_graphics2.a instead of

libboinc_graphics_api.a. Fixes #536.

comment:4 Changed 16 years ago by charlief

(In [14525]) Mac: Update build script to build libboinc_graphics2.a not libboinc_graphics_api.a. Fixes #536

comment:5 Changed 16 years ago by Nicolas

Keywords: OSX build added; MAC Build removed
Note: See TracTickets for help on using tickets.