Is there a way to run/compile residual on ppc Mac G4?
Moderator: ScummVM Team
Both work for me, although I've had some issues with hardware rendering in the version provided by fink.
The third alternative, is to download SDL from SDL's homepage, and compile that yourself, which is more or less the same job that Macports does for you (although, Macports does its installs with settings that are a bit easier to reverse if something goes wrong).
The easy solution is fink (does not require you to download 4 Gigs of new XCode-version.
The better, solution is Macports, http://www.macports.org/install.php (get the installer), do the selfupdate, then do:
port install libsdl
Should anything go wrong, both fink and macports install their stuff separate from the system files (fink uses /sw, and Macports uses /opt/local), so these can usually be cleaned up again really easily.
The third alternative, is to download SDL from SDL's homepage, and compile that yourself, which is more or less the same job that Macports does for you (although, Macports does its installs with settings that are a bit easier to reverse if something goes wrong).
The easy solution is fink (does not require you to download 4 Gigs of new XCode-version.
The better, solution is Macports, http://www.macports.org/install.php (get the installer), do the selfupdate, then do:
port install libsdl
Should anything go wrong, both fink and macports install their stuff separate from the system files (fink uses /sw, and Macports uses /opt/local), so these can usually be cleaned up again really easily.
yes, i ve downloaded 3.1.4 from apple dev network and it installed.
after that, i downloaded the macport installer for leopard and it installed, too.
after port -v selfupdate was done, i typed in "port install libsdl"... and that┬┤s about 1 hour ago
since then, there┬┤s much stuff running, configuring and building in the terminal....
i hope it finishes soon..... no time for irc atm, sry for that, i just be busy with some other stuff and only check back at the powerbook a few times.
so, i┬┤ll report tomorrow!
after that, i downloaded the macport installer for leopard and it installed, too.
after port -v selfupdate was done, i typed in "port install libsdl"... and that┬┤s about 1 hour ago
since then, there┬┤s much stuff running, configuring and building in the terminal....
i hope it finishes soon..... no time for irc atm, sry for that, i just be busy with some other stuff and only check back at the powerbook a few times.
so, i┬┤ll report tomorrow!
so, here is what happens, when trying to build residual:
much errors, but don┬┤t know why. installing of XCode 3.1.4 and Macport and building libsdl went fine.
Code: Select all
Last login: Thu May 12 07:41:38 on console
Powerbook:~ gforce$ cd residual
Powerbook:residual gforce$ ./configure && make
Running ResidualVM configure...
Looking for C++ compiler... g++
Checking for compiler version... 4.0.1, ok
Checking for whether -Wglobal-constructors work... no
Checking endianness... big
Type with 1 byte... char
Type with 2 bytes... short
Type with 4 bytes... int
Type with 8 bytes... couldn't find data type with 8 bytes
Target 64 bits... no
Compiling for x86... no
Checking hosttype... darwin9.8.0
Alignment required... no
Checking whether to have a verbose build... no
Checking whether building plugins was requested... no
Checking for Ogg Vorbis... no
Checking for Tremor... no
Checking for FLAC >= 1.0.1... no
Checking for MAD... no
Checking for ALSA >= 0.9... no
Checking for SEQ MIDI... yes
Checking for TiMidity... yes
Checking for zlib... yes
Checking for libmpeg2 >= 0.3.2... no
Checking for libfluidsynth... no
Checking for readline... skipping (text console disabled)
Checking for OpenGL... yes
Building translation support... no
Backend... sdl
Looking for sdl-config... /opt/local/bin/sdl-config
Engines (builtin):
Grim
Creating config.h
Creating config.mk
fatal: cannot describe '814f79bf06cb422f4f7385a038de8c3e1cfafc9f'
C++ backends/platform/sdl/hardwarekeys.o
C++ backends/platform/sdl/main.o
C++ backends/platform/sdl/sdl.o
C++ backends/platform/sdl/posix/posix-main.o
C++ backends/platform/sdl/posix/posix.o
C++ backends/platform/sdl/macosx/macosx-main.o
C++ backends/platform/sdl/macosx/macosx.o
C++ base/main.o
C++ base/commandLine.o
C++ base/plugins.o
C++ engines/grim/imuse/imuse.o
C++ engines/grim/imuse/imuse_mcmp_mgr.o
C++ engines/grim/imuse/imuse_music.o
C++ engines/grim/imuse/imuse_script.o
C++ engines/grim/imuse/imuse_sndmgr.o
C++ engines/grim/imuse/imuse_tables.o
C++ engines/grim/imuse/imuse_track.o
C++ engines/grim/lua/lapi.o
C++ engines/grim/lua/lauxlib.o
C++ engines/grim/lua/lbuffer.o
C++ engines/grim/lua/lbuiltin.o
C++ engines/grim/lua/ldo.o
C++ engines/grim/lua/lfunc.o
C++ engines/grim/lua/lgc.o
C++ engines/grim/lua/liolib.o
C++ engines/grim/lua/llex.o
C++ engines/grim/lua/lmathlib.o
C++ engines/grim/lua/lmem.o
C++ engines/grim/lua/lobject.o
C++ engines/grim/lua/lrestore.o
C++ engines/grim/lua/lsave.o
C++ engines/grim/lua/lstate.o
C++ engines/grim/lua/lstring.o
C++ engines/grim/lua/lstrlib.o
C++ engines/grim/lua/lstx.o
C++ engines/grim/lua/ltable.o
C++ engines/grim/lua/ltask.o
C++ engines/grim/lua/ltm.o
C++ engines/grim/lua/lundump.o
C++ engines/grim/lua/lvm.o
C++ engines/grim/lua/lzio.o
C++ engines/grim/smush/blocky8.o
C++ engines/grim/smush/blocky16.o
C++ engines/grim/smush/smush.o
C++ engines/grim/smush/vima.o
C++ engines/grim/actor.o
C++ engines/grim/bitmap.o
C++ engines/grim/costume.o
engines/grim/costume.cpp: In member function ÔÇÿvoid Grim::Costume::loadEMI(Common::MemoryReadStream&, Grim::Costume*)':
engines/grim/costume.cpp:911: warning: converting to ÔÇÿint' from ÔÇÿfloat'
engines/grim/costume.cpp:912: warning: converting to ÔÇÿint' from ÔÇÿfloat'
engines/grim/costume.cpp:893: warning: unused variable ÔÇÿtrackID'
engines/grim/costume.cpp:915: warning: statement has no effect
C++ engines/grim/detection.o
C++ engines/grim/font.o
C++ engines/grim/gfx_base.o
C++ engines/grim/gfx_opengl.o
C++ engines/grim/gfx_tinygl.o
C++ engines/grim/grim.o
C++ engines/grim/keyframe.o
C++ engines/grim/lab.o
C++ engines/grim/lipsync.o
C++ engines/grim/localize.o
C++ engines/grim/lua_v1.o
C++ engines/grim/lua_v1_actor.o
C++ engines/grim/lua_v1_graphics.o
C++ engines/grim/lua_v1_sound.o
C++ engines/grim/lua_v1_text.o
C++ engines/grim/lua_v2.o
engines/grim/lua_v2.cpp: In function ÔÇÿvoid Grim::L2_SetGroupVolume()':
engines/grim/lua_v2.cpp:56: warning: converting to ÔÇÿint' from ÔÇÿfloat'
engines/grim/lua_v2.cpp: In function ÔÇÿvoid Grim::L2_EnableAudioGroup()':
engines/grim/lua_v2.cpp:72: warning: converting to ÔÇÿint' from ÔÇÿfloat'
engines/grim/lua_v2.cpp: At global scope:
engines/grim/lua_v2.cpp:190: warning: ÔÇÿvoid Grim::stubWarning(const char*)' defined but not used
C++ engines/grim/material.o
C++ engines/grim/model.o
C++ engines/grim/objectstate.o
C++ engines/grim/primitives.o
C++ engines/grim/registry.o
C++ engines/grim/resource.o
C++ engines/grim/savegame.o
C++ engines/grim/scene.o
C++ engines/grim/textobject.o
C++ engines/grim/textsplit.o
C++ engines/grim/object.o
C++ engines/grim/walkplane.o
AR engines/grim/libgrim.a
RANLIB engines/grim/libgrim.a
C++ gui/about.o
C++ gui/chooser.o
C++ gui/console.o
C++ gui/debugger.o
C++ gui/dialog.o
C++ gui/error.o
C++ gui/gui-manager.o
C++ gui/launcher.o
C++ gui/massadd.o
C++ gui/message.o
C++ gui/object.o
C++ gui/options.o
C++ gui/saveload.o
C++ gui/themebrowser.o
C++ gui/ThemeEngine.o
C++ gui/ThemeEval.o
C++ gui/ThemeLayout.o
C++ gui/ThemeParser.o
C++ gui/Tooltip.o
C++ gui/widget.o
C++ gui/widgets/editable.o
C++ gui/widgets/edittext.o
C++ gui/widgets/list.o
C++ gui/widgets/popup.o
C++ gui/widgets/scrollbar.o
C++ gui/widgets/tab.o
C++ gui/browser_osx.o
/System/Library/Frameworks/Security.framework/Headers/cssmtype.h:39: error: ÔÇÿuint64' does not name a type
/System/Library/Frameworks/Security.framework/Headers/cssmtype.h:43: error: ÔÇÿCSSM_LONG_HANDLE' does not name a type
/System/Library/Frameworks/Security.framework/Headers/cssmtype.h:163: error: ÔÇÿuint64' does not name a type
/System/Library/Frameworks/Security.framework/Headers/cssmtype.h:164: error: ÔÇÿCSSM_PRIVILEGE' does not name a type
/System/Library/Frameworks/Security.framework/Headers/cssmtype.h:1708: error: ÔÇÿCSSM_LONG_HANDLE' does not name a type
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:83: error: ÔÇÿCSSM_PRIVILEGE' was not declared in this scope
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:86: error: ÔÇÿCSSM_PRIVILEGE' was not declared in this scope
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:86: error: ÔÇÿPrivilege' was not declared in this scope
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:112: error: ÔÇÿCSSM_CC_HANDLE' has not been declared
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:123: error: ÔÇÿCSSM_CC_HANDLE' has not been declared
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:128: error: ÔÇÿCSSM_CC_HANDLE' has not been declared
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:134: error: ÔÇÿCSSM_CC_HANDLE' has not been declared
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:141: error: ÔÇÿCSSM_CC_HANDLE' has not been declared
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:149: error: ÔÇÿCSSM_CC_HANDLE' has not been declared
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:161: error: ÔÇÿCSSM_CC_HANDLE' has not been declared
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:172: error: ÔÇÿCSSM_CC_HANDLE' has not been declared
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:177: error: ÔÇÿCSSM_CC_HANDLE' has not been declared
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:180: error: ÔÇÿCSSM_CC_HANDLE' was not declared in this scope
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:181: error: expected primary-expression before ÔÇÿ*' token
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:181: error: ÔÇÿContext' was not declared in this scope
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:181: error: initializer expression list treated as compound expression
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:187: error: ÔÇÿCSSM_CC_HANDLE' was not declared in this scope
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:188: error: expected primary-expression before ÔÇÿconst'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:188: error: initializer expression list treated as compound expression
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:191: error: ÔÇÿCSSM_CC_HANDLE' was not declared in this scope
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:199: error: ÔÇÿCSSM_CC_HANDLE' was not declared in this scope
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:200: error: expected primary-expression before ÔÇÿNumberOfAttributes'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:201: error: expected primary-expression before ÔÇÿconst'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:201: error: initializer expression list treated as compound expression
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:204: error: ÔÇÿCSSM_CC_HANDLE' was not declared in this scope
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:205: error: expected primary-expression before ÔÇÿNumberOfAttributes'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:206: error: expected primary-expression before ÔÇÿconst'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:206: error: initializer expression list treated as compound expression
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:265: error: ÔÇÿCSSM_CC_HANDLE' was not declared in this scope
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:266: error: expected primary-expression before ÔÇÿconst'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:267: error: expected primary-expression before ÔÇÿDataBufCount'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:268: error: expected primary-expression before ÔÇÿDigestAlgorithm'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:269: error: expected primary-expression before ÔÇÿSignature'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:269: error: initializer expression list treated as compound expression
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:272: error: ÔÇÿCSSM_CC_HANDLE' was not declared in this scope
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:275: error: ÔÇÿCSSM_CC_HANDLE' was not declared in this scope
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:276: error: expected primary-expression before ÔÇÿconst'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:277: error: expected primary-expression before ÔÇÿDataBufCount'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:277: error: initializer expression list treated as compound expression
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:280: error: ÔÇÿCSSM_CC_HANDLE' was not declared in this scope
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:281: error: expected primary-expression before ÔÇÿSignature'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:281: error: initializer expression list treated as compound expression
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:284: error: ÔÇÿCSSM_CC_HANDLE' was not declared in this scope
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:285: error: expected primary-expression before ÔÇÿconst'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:286: error: expected primary-expression before ÔÇÿDataBufCount'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:287: error: expected primary-expression before ÔÇÿDigestAlgorithm'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:288: error: expected primary-expression before ÔÇÿconst'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:288: error: initializer expression list treated as compound expression
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:291: error: ÔÇÿCSSM_CC_HANDLE' was not declared in this scope
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:294: error: ÔÇÿCSSM_CC_HANDLE' was not declared in this scope
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:295: error: expected primary-expression before ÔÇÿconst'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:296: error: expected primary-expression before ÔÇÿDataBufCount'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:296: error: initializer expression list treated as compound expression
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:299: error: ÔÇÿCSSM_CC_HANDLE' was not declared in this scope
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:300: error: expected primary-expression before ÔÇÿconst'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:300: error: initializer expression list treated as compound expression
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:303: error: ÔÇÿCSSM_CC_HANDLE' was not declared in this scope
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:304: error: expected primary-expression before ÔÇÿconst'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:305: error: expected primary-expression before ÔÇÿDataBufCount'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:306: error: expected primary-expression before ÔÇÿDigest'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:306: error: initializer expression list treated as compound expression
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:309: error: ÔÇÿCSSM_CC_HANDLE' was not declared in this scope
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:312: error: ÔÇÿCSSM_CC_HANDLE' was not declared in this scope
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:313: error: expected primary-expression before ÔÇÿconst'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:314: error: expected primary-expression before ÔÇÿDataBufCount'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:314: error: initializer expression list treated as compound expression
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:317: error: ÔÇÿCSSM_CC_HANDLE' was not declared in this scope
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:318: error: ÔÇÿCSSM_CC_HANDLE' was not declared in this scope
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:318: error: ÔÇÿClonednewCCHandle' was not declared in this scope
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:318: error: initializer expression list treated as compound expression
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:321: error: ÔÇÿCSSM_CC_HANDLE' was not declared in this scope
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:322: error: expected primary-expression before ÔÇÿDigest'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:322: error: initializer expression list treated as compound expression
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:325: error: ÔÇÿCSSM_CC_HANDLE' was not declared in this scope
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:326: error: expected primary-expression before ÔÇÿconst'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:327: error: expected primary-expression before ÔÇÿDataBufCount'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:328: error: expected primary-expression before ÔÇÿMac'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:328: error: initializer expression list treated as compound expression
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:331: error: ÔÇÿCSSM_CC_HANDLE' was not declared in this scope
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:334: error: ÔÇÿCSSM_CC_HANDLE' was not declared in this scope
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:335: error: expected primary-expression before ÔÇÿconst'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:336: error: expected primary-expression before ÔÇÿDataBufCount'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:336: error: initializer expression list treated as compound expression
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:339: error: ÔÇÿCSSM_CC_HANDLE' was not declared in this scope
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:340: error: expected primary-expression before ÔÇÿMac'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:340: error: initializer expression list treated as compound expression
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:343: error: ÔÇÿCSSM_CC_HANDLE' was not declared in this scope
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:344: error: expected primary-expression before ÔÇÿconst'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:345: error: expected primary-expression before ÔÇÿDataBufCount'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:346: error: expected primary-expression before ÔÇÿconst'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:346: error: initializer expression list treated as compound expression
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:349: error: ÔÇÿCSSM_CC_HANDLE' was not declared in this scope
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:352: error: ÔÇÿCSSM_CC_HANDLE' was not declared in this scope
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:353: error: expected primary-expression before ÔÇÿconst'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:354: error: expected primary-expression before ÔÇÿDataBufCount'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:354: error: initializer expression list treated as compound expression
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:357: error: ÔÇÿCSSM_CC_HANDLE' was not declared in this scope
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:358: error: expected primary-expression before ÔÇÿconst'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:358: error: initializer expression list treated as compound expression
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:361: error: ÔÇÿCSSM_CC_HANDLE' was not declared in this scope
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:362: error: expected primary-expression before ÔÇÿEncrypt'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:363: error: expected primary-expression before ÔÇÿQuerySizeCount'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:364: error: expected primary-expression before ÔÇÿDataBlockSizes'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:364: error: initializer expression list treated as compound expression
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:367: error: ÔÇÿCSSM_CC_HANDLE' was not declared in this scope
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:368: error: expected primary-expression before ÔÇÿconst'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:369: error: expected primary-expression before ÔÇÿClearBufCount'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:370: error: expected primary-expression before ÔÇÿCipherBufs'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:371: error: expected primary-expression before ÔÇÿCipherBufCount'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:372: error: expected primary-expression before ÔÇÿ*' token
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:372: error: ÔÇÿbytesEncrypted' was not declared in this scope
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:373: error: expected primary-expression before ÔÇÿRemData'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:373: error: initializer expression list treated as compound expression
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:376: error: ÔÇÿCSSM_CC_HANDLE' was not declared in this scope
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:377: error: expected primary-expression before ÔÇÿconst'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:378: error: expected primary-expression before ÔÇÿClearBufCount'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:379: error: expected primary-expression before ÔÇÿCipherBufs'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:380: error: expected primary-expression before ÔÇÿCipherBufCount'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:381: error: expected primary-expression before ÔÇÿ*' token
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:381: error: ÔÇÿbytesEncrypted' was not declared in this scope
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:382: error: expected primary-expression before ÔÇÿRemData'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:383: error: ÔÇÿCSSM_PRIVILEGE' was not declared in this scope
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:383: error: initializer expression list treated as compound expression
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:386: error: ÔÇÿCSSM_CC_HANDLE' was not declared in this scope
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:389: error: ÔÇÿCSSM_CC_HANDLE' was not declared in this scope
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:390: error: ÔÇÿCSSM_PRIVILEGE' was not declared in this scope
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:390: error: initializer expression list treated as compound expression
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:393: error: ÔÇÿCSSM_CC_HANDLE' was not declared in this scope
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:394: error: expected primary-expression before ÔÇÿconst'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:395: error: expected primary-expression before ÔÇÿClearBufCount'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:396: error: expected primary-expression before ÔÇÿCipherBufs'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:397: error: expected primary-expression before ÔÇÿCipherBufCount'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:398: error: expected primary-expression before ÔÇÿ*' token
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:398: error: ÔÇÿbytesEncrypted' was not declared in this scope
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:398: error: initializer expression list treated as compound expression
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:401: error: ÔÇÿCSSM_CC_HANDLE' was not declared in this scope
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:402: error: expected primary-expression before ÔÇÿRemData'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:402: error: initializer expression list treated as compound expression
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:405: error: ÔÇÿCSSM_CC_HANDLE' was not declared in this scope
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:406: error: expected primary-expression before ÔÇÿconst'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:407: error: expected primary-expression before ÔÇÿCipherBufCount'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:408: error: expected primary-expression before ÔÇÿClearBufs'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:409: error: expected primary-expression before ÔÇÿClearBufCount'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:410: error: expected primary-expression before ÔÇÿ*' token
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:410: error: ÔÇÿbytesDecrypted' was not declared in this scope
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:411: error: expected primary-expression before ÔÇÿRemData'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:411: error: initializer expression list treated as compound expression
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:414: error: ÔÇÿCSSM_CC_HANDLE' was not declared in this scope
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:415: error: expected primary-expression before ÔÇÿconst'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:416: error: expected primary-expression before ÔÇÿCipherBufCount'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:417: error: expected primary-expression before ÔÇÿClearBufs'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:418: error: expected primary-expression before ÔÇÿClearBufCount'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:419: error: expected primary-expression before ÔÇÿ*' token
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:419: error: ÔÇÿbytesDecrypted' was not declared in this scope
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:420: error: expected primary-expression before ÔÇÿRemData'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:421: error: ÔÇÿCSSM_PRIVILEGE' was not declared in this scope
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:421: error: initializer expression list treated as compound expression
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:424: error: ÔÇÿCSSM_CC_HANDLE' was not declared in this scope
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:427: error: ÔÇÿCSSM_CC_HANDLE' was not declared in this scope
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:428: error: ÔÇÿCSSM_PRIVILEGE' was not declared in this scope
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:428: error: initializer expression list treated as compound expression
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:431: error: ÔÇÿCSSM_CC_HANDLE' was not declared in this scope
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:432: error: expected primary-expression before ÔÇÿconst'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:433: error: expected primary-expression before ÔÇÿCipherBufCount'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:434: error: expected primary-expression before ÔÇÿClearBufs'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:435: error: expected primary-expression before ÔÇÿClearBufCount'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:436: error: expected primary-expression before ÔÇÿ*' token
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:436: error: ÔÇÿbytesDecrypted' was not declared in this scope
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:436: error: initializer expression list treated as compound expression
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:439: error: ÔÇÿCSSM_CC_HANDLE' was not declared in this scope
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:440: error: expected primary-expression before ÔÇÿRemData'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:440: error: initializer expression list treated as compound expression
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:444: error: ÔÇÿCSSM_CC_HANDLE' has not been declared
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:449: error: ÔÇÿCSSM_CC_HANDLE' was not declared in this scope
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:450: error: expected primary-expression before ÔÇÿKeyUsage'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:451: error: expected primary-expression before ÔÇÿKeyAttr'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:452: error: expected primary-expression before ÔÇÿconst'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:453: error: expected primary-expression before ÔÇÿconst'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:454: error: expected primary-expression before ÔÇÿKey'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:454: error: initializer expression list treated as compound expression
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:457: error: ÔÇÿCSSM_CC_HANDLE' was not declared in this scope
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:458: error: expected primary-expression before ÔÇÿKeyUsage'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:459: error: expected primary-expression before ÔÇÿKeyAttr'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:460: error: expected primary-expression before ÔÇÿconst'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:461: error: expected primary-expression before ÔÇÿconst'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:462: error: expected primary-expression before ÔÇÿKey'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:463: error: ÔÇÿCSSM_PRIVILEGE' was not declared in this scope
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:463: error: initializer expression list treated as compound expression
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:466: error: ÔÇÿCSSM_CC_HANDLE' was not declared in this scope
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:467: error: expected primary-expression before ÔÇÿPublicKeyUsage'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:468: error: expected primary-expression before ÔÇÿPublicKeyAttr'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:469: error: expected primary-expression before ÔÇÿconst'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:470: error: expected primary-expression before ÔÇÿPublicKey'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:471: error: expected primary-expression before ÔÇÿPrivateKeyUsage'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:472: error: expected primary-expression before ÔÇÿPrivateKeyAttr'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:473: error: expected primary-expression before ÔÇÿconst'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:474: error: expected primary-expression before ÔÇÿconst'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:475: error: expected primary-expression before ÔÇÿPrivateKey'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:475: error: initializer expression list treated as compound expression
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:478: error: ÔÇÿCSSM_CC_HANDLE' was not declared in this scope
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:479: error: expected primary-expression before ÔÇÿPublicKeyUsage'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:480: error: expected primary-expression before ÔÇÿPublicKeyAttr'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:481: error: expected primary-expression before ÔÇÿconst'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:482: error: expected primary-expression before ÔÇÿPublicKey'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:483: error: expected primary-expression before ÔÇÿPrivateKeyUsage'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:484: error: expected primary-expression before ÔÇÿPrivateKeyAttr'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:485: error: expected primary-expression before ÔÇÿconst'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:486: error: expected primary-expression before ÔÇÿconst'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:487: error: expected primary-expression before ÔÇÿPrivateKey'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:488: error: ÔÇÿCSSM_PRIVILEGE' was not declared in this scope
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:488: error: initializer expression list treated as compound expression
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:491: error: ÔÇÿCSSM_CC_HANDLE' was not declared in this scope
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:492: error: expected primary-expression before ÔÇÿRandomNumber'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:492: error: initializer expression list treated as compound expression
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:500: error: ÔÇÿCSSM_CC_HANDLE' was not declared in this scope
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:501: error: expected primary-expression before ÔÇÿconst'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:502: error: expected primary-expression before ÔÇÿconst'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:503: error: expected primary-expression before ÔÇÿconst'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:504: error: expected primary-expression before ÔÇÿWrappedKey'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:504: error: initializer expression list treated as compound expression
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:507: error: ÔÇÿCSSM_CC_HANDLE' was not declared in this scope
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:508: error: expected primary-expression before ÔÇÿconst'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:509: error: expected primary-expression before ÔÇÿconst'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:510: error: expected primary-expression before ÔÇÿKeyUsage'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:511: error: expected primary-expression before ÔÇÿKeyAttr'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:512: error: expected primary-expression before ÔÇÿconst'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:513: error: expected primary-expression before ÔÇÿconst'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:514: error: expected primary-expression before ÔÇÿUnwrappedKey'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:515: error: expected primary-expression before ÔÇÿDescriptiveData'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:515: error: initializer expression list treated as compound expression
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:518: error: ÔÇÿCSSM_CC_HANDLE' was not declared in this scope
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:519: error: expected primary-expression before ÔÇÿconst'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:520: error: expected primary-expression before ÔÇÿconst'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:521: error: expected primary-expression before ÔÇÿconst'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:522: error: expected primary-expression before ÔÇÿWrappedKey'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:523: error: ÔÇÿCSSM_PRIVILEGE' was not declared in this scope
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:523: error: initializer expression list treated as compound expression
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:526: error: ÔÇÿCSSM_CC_HANDLE' was not declared in this scope
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:527: error: expected primary-expression before ÔÇÿconst'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:528: error: expected primary-expression before ÔÇÿconst'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:529: error: expected primary-expression before ÔÇÿKeyUsage'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:530: error: expected primary-expression before ÔÇÿKeyAttr'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:531: error: expected primary-expression before ÔÇÿconst'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:532: error: expected primary-expression before ÔÇÿconst'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:533: error: expected primary-expression before ÔÇÿUnwrappedKey'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:534: error: expected primary-expression before ÔÇÿDescriptiveData'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:535: error: ÔÇÿCSSM_PRIVILEGE' was not declared in this scope
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:535: error: initializer expression list treated as compound expression
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:538: error: ÔÇÿCSSM_CC_HANDLE' was not declared in this scope
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:539: error: expected primary-expression before ÔÇÿParam'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:540: error: expected primary-expression before ÔÇÿKeyUsage'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:541: error: expected primary-expression before ÔÇÿKeyAttr'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:542: error: expected primary-expression before ÔÇÿconst'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:543: error: expected primary-expression before ÔÇÿconst'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:544: error: expected primary-expression before ÔÇÿDerivedKey'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:544: error: initializer expression list treated as compound expression
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:553: error: ÔÇÿCSSM_CC_HANDLE' was not declared in this scope
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:554: error: expected primary-expression before ÔÇÿParamBits'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:555: error: expected primary-expression before ÔÇÿParam'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:555: error: initializer expression list treated as compound expression
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:585: error: ÔÇÿCSSM_CC_HANDLE' was not declared in this scope
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:586: error: expected primary-expression before ÔÇÿPassThroughId'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:587: error: expected primary-expression before ÔÇÿconst'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:588: error: expected primary-expression before ÔÇÿvoid'
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:588: error: initializer expression list treated as compound expression
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:627: error: ÔÇÿCSSM_LONG_HANDLE' has not been declared
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:633: error: ÔÇÿCSSM_LONG_HANDLE' has not been declared
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:674: error: ÔÇÿCSSM_CC_HANDLE' has not been declared
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:723: error: ÔÇÿCSSM_CC_HANDLE' has not been declared
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:770: error: ÔÇÿCSSM_CC_HANDLE' has not been declared
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:793: error: ÔÇÿCSSM_CC_HANDLE' has not been declared
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:816: error: ÔÇÿCSSM_CC_HANDLE' has not been declared
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:824: error: ÔÇÿCSSM_CC_HANDLE' has not been declared
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:832: error: ÔÇÿCSSM_CC_HANDLE' has not been declared
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:897: error: ÔÇÿCSSM_CC_HANDLE' has not been declared
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:904: error: ÔÇÿCSSM_CC_HANDLE' has not been declared
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:929: error: ÔÇÿCSSM_CC_HANDLE' has not been declared
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:944: error: ÔÇÿCSSM_CC_HANDLE' has not been declared
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:952: error: ÔÇÿCSSM_CC_HANDLE' has not been declared
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:960: error: ÔÇÿCSSM_CC_HANDLE' has not been declared
/System/Library/Frameworks/Security.framework/Headers/cssmapi.h:1036: error: ÔÇÿCSSM_CC_HANDLE' has not been declared
/System/Library/Frameworks/Security.framework/Headers/cssmaci.h:49: error: ÔÇÿCSSM_CC_HANDLE' has not been declared
/System/Library/Frameworks/Security.framework/Headers/cssmcli.h:48: error: ÔÇÿCSSM_CC_HANDLE' has not been declared
/System/Library/Frameworks/Security.framework/Headers/cssmcli.h:55: error: ÔÇÿCSSM_CC_HANDLE' has not been declared
/System/Library/Frameworks/Security.framework/Headers/cssmcli.h:62: error: ÔÇÿCSSM_CC_HANDLE' has not been declared
/System/Library/Frameworks/Security.framework/Headers/cssmcli.h:115: error: ÔÇÿCSSM_CC_HANDLE' has not been declared
/System/Library/Frameworks/Security.framework/Headers/cssmcli.h:121: error: ÔÇÿCSSM_CC_HANDLE' has not been declared
/System/Library/Frameworks/Security.framework/Headers/cssmcli.h:142: error: ÔÇÿCSSM_CC_HANDLE' has not been declared
/System/Library/Frameworks/Security.framework/Headers/cssmcli.h:155: error: ÔÇÿCSSM_CC_HANDLE' has not been declared
/System/Library/Frameworks/Security.framework/Headers/cssmcli.h:162: error: ÔÇÿCSSM_CC_HANDLE' has not been declared
/System/Library/Frameworks/Security.framework/Headers/cssmcli.h:169: error: ÔÇÿCSSM_CC_HANDLE' has not been declared
/System/Library/Frameworks/Security.framework/Headers/cssmcli.h:232: error: ÔÇÿCSSM_CC_HANDLE' has not been declared
/System/Library/Frameworks/Security.framework/Headers/cssmspi.h:79: error: ÔÇÿCSSM_CC_HANDLE' has not been declared
/System/Library/Frameworks/Security.framework/Headers/cssmcspi.h:40: error: ÔÇÿCSSM_CC_HANDLE' has not been declared
/System/Library/Frameworks/Security.framework/Headers/cssmcspi.h:44: error: ÔÇÿCSSM_CC_HANDLE' has not been declared
/System/Library/Frameworks/Security.framework/Headers/cssmcspi.h:51: error: ÔÇÿCSSM_CC_HANDLE' has not been declared
/System/Library/Frameworks/Security.framework/Headers/cssmcspi.h:59: error: ÔÇÿCSSM_CC_HANDLE' has not been declared
/System/Library/Frameworks/Security.framework/Headers/cssmcspi.h:63: error: ÔÇÿCSSM_CC_HANDLE' has not been declared
/System/Library/Frameworks/Security.framework/Headers/cssmcspi.h:68: error: ÔÇÿCSSM_CC_HANDLE' has not been declared
/System/Library/Frameworks/Security.framework/Headers/cssmcspi.h:72: error: ÔÇÿCSSM_CC_HANDLE' has not been declared
/System/Library/Frameworks/Security.framework/Headers/cssmcspi.h:80: error: ÔÇÿCSSM_CC_HANDLE' has not been declared
/System/Library/Frameworks/Security.framework/Headers/cssmcspi.h:84: error: ÔÇÿCSSM_CC_HANDLE' has not been declared
/System/Library/Frameworks/Security.framework/Headers/cssmcspi.h:89: error: ÔÇÿCSSM_CC_HANDLE' has not been declared
/System/Library/Frameworks/Security.framework/Headers/cssmcspi.h:93: error: ÔÇÿCSSM_CC_HANDLE' has not been declared
/System/Library/Frameworks/Security.framework/Headers/cssmcspi.h:100: error: ÔÇÿCSSM_CC_HANDLE' has not been declared
/System/Library/Frameworks/Security.framework/Headers/cssmcspi.h:104: error: ÔÇÿCSSM_CC_HANDLE' has not been declared
/System/Library/Frameworks/Security.framework/Headers/cssmcspi.h:109: error: ÔÇÿCSSM_CC_HANDLE' has not been declared
/System/Library/Frameworks/Security.framework/Headers/cssmcspi.h:110: error: ÔÇÿCSSM_CC_HANDLE' has not been declared
/System/Library/Frameworks/Security.framework/Headers/cssmcspi.h:113: error: ÔÇÿCSSM_CC_HANDLE' has not been declared
/System/Library/Frameworks/Security.framework/Headers/cssmcspi.h:117: error: ÔÇÿCSSM_CC_HANDLE' has not been declared
/System/Library/Frameworks/Security.framework/Headers/cssmcspi.h:124: error: ÔÇÿCSSM_CC_HANDLE' has not been declared
/System/Library/Frameworks/Security.framework/Headers/cssmcspi.h:128: error: ÔÇÿCSSM_CC_HANDLE' has not been declared
/System/Library/Frameworks/Security.framework/Headers/cssmcspi.h:133: error: ÔÇÿCSSM_CC_HANDLE' has not been declared
/System/Library/Frameworks/Security.framework/Headers/cssmcspi.h:137: error: ÔÇÿCSSM_CC_HANDLE' has not been declared
/System/Library/Frameworks/Security.framework/Headers/cssmcspi.h:144: error: ÔÇÿCSSM_CC_HANDLE' has not been declared
/System/Library/Frameworks/Security.framework/Headers/cssmcspi.h:148: error: ÔÇÿCSSM_CC_HANDLE' has not been declared
/System/Library/Frameworks/Security.framework/Headers/cssmcspi.h:153: error: ÔÇÿCSSM_CC_HANDLE' has not been declared
/System/Library/Frameworks/Security.framework/Headers/cssmcspi.h:157: error: ÔÇÿCSSM_CC_HANDLE' has not been declared
/System/Library/Frameworks/Security.framework/Headers/cssmcspi.h:165: error: ÔÇÿCSSM_PRIVILEGE' has not been declared
/System/Library/Frameworks/Security.framework/Headers/cssmcspi.h:168: error: ÔÇÿCSSM_CC_HANDLE' has not been declared
/System/Library/Frameworks/Security.framework/Headers/cssmcspi.h:170: error: ÔÇÿCSSM_PRIVILEGE' has not been declared
/System/Library/Frameworks/Security.framework/Headers/cssmcspi.h:173: error: ÔÇÿCSSM_CC_HANDLE' has not been declared
/System/Library/Frameworks/Security.framework/Headers/cssmcspi.h:181: error: ÔÇÿCSSM_CC_HANDLE' has not been declared
/System/Library/Frameworks/Security.framework/Headers/cssmcspi.h:185: error: ÔÇÿCSSM_CC_HANDLE' has not been declared
/System/Library/Frameworks/Security.framework/Headers/cssmcspi.h:193: error: ÔÇÿCSSM_PRIVILEGE' has not been declared
/System/Library/Frameworks/Security.framework/Headers/cssmcspi.h:196: error: ÔÇÿCSSM_CC_HANDLE' has not been declared
/System/Library/Frameworks/Security.framework/Headers/cssmcspi.h:198: error: ÔÇÿCSSM_PRIVILEGE' has not been declared
/System/Library/Frameworks/Security.framework/Headers/cssmcspi.h:201: error: ÔÇÿCSSM_CC_HANDLE' has not been declared
/System/Library/Frameworks/Security.framework/Headers/cssmcspi.h:209: error: ÔÇÿCSSM_CC_HANDLE' has not been declared
/System/Library/Frameworks/Security.framework/Headers/cssmcspi.h:213: error: ÔÇÿCSSM_CC_HANDLE' has not been declared
/System/Library/Frameworks/Security.framework/Headers/cssmcspi.h:219: error: ÔÇÿCSSM_CC_HANDLE' has not been declared
/System/Library/Frameworks/Security.framework/Headers/cssmcspi.h:226: error: ÔÇÿCSSM_PRIVILEGE' has not been declared
/System/Library/Frameworks/Security.framework/Headers/cssmcspi.h:229: error: ÔÇÿCSSM_CC_HANDLE' has not been declared
/System/Library/Frameworks/Security.framework/Headers/cssmcspi.h:240: error: ÔÇÿCSSM_PRIVILEGE' has not been declared
/System/Library/Frameworks/Security.framework/Headers/cssmcspi.h:243: error: ÔÇÿCSSM_CC_HANDLE' has not been declared
/System/Library/Frameworks/Security.framework/Headers/cssmcspi.h:248: error: ÔÇÿCSSM_CC_HANDLE' has not been declared
/System/Library/Frameworks/Security.framework/Headers/cssmcspi.h:256: error: ÔÇÿCSSM_CC_HANDLE' has not been declared
/System/Library/Frameworks/Security.framework/Headers/cssmcspi.h:262: error: ÔÇÿCSSM_PRIVILEGE' has not been declared
/System/Library/Frameworks/Security.framework/Headers/cssmcspi.h:265: error: ÔÇÿCSSM_CC_HANDLE' has not been declared
/System/Library/Frameworks/Security.framework/Headers/cssmcspi.h:275: error: ÔÇÿCSSM_PRIVILEGE' has not been declared
/System/Library/Frameworks/Security.framework/Headers/cssmcspi.h:278: error: ÔÇÿCSSM_CC_HANDLE' has not been declared
/System/Library/Frameworks/Security.framework/Headers/cssmcspi.h:293: error: ÔÇÿCSSM_CC_HANDLE' has not been declared
/System/Library/Frameworks/Security.framework/Headers/cssmkrapi.h:119: error: ÔÇÿCSSM_CC_HANDLE' has not been declared
/System/Library/Frameworks/Security.framework/Headers/cssmkrapi.h:125: error: ÔÇÿCSSM_CC_HANDLE' has not been declared
/System/Library/Frameworks/Security.framework/Headers/cssmkrapi.h:130: error: ÔÇÿCSSM_CC_HANDLE' has not been declared
/System/Library/Frameworks/Security.framework/Headers/cssmkrapi.h:133: error: ÔÇÿCSSM_CC_HANDLE' was not declared in this scope
/System/Library/Frameworks/Security.framework/Headers/cssmkrapi.h:134: error: expected primary-expression before ÔÇÿ*' token
/System/Library/Frameworks/Security.framework/Headers/cssmkrapi.h:134: error: ÔÇÿEncryptionProhibited' was not declared in this scope
/System/Library/Frameworks/Security.framework/Headers/cssmkrapi.h:135: error: expected primary-expression before ÔÇÿ*' token
/System/Library/Frameworks/Security.framework/Headers/cssmkrapi.h:135: error: ÔÇÿWorkFactor' was not declared in this scope
/System/Library/Frameworks/Security.framework/Headers/cssmkrapi.h:135: error: initializer expression list treated as compound expression
/System/Library/Frameworks/Security.framework/Headers/cssmkrapi.h:141: error: ÔÇÿCSSM_CC_HANDLE' was not declared in this scope
/System/Library/Frameworks/Security.framework/Headers/cssmkrapi.h:142: error: expected primary-expression before ÔÇÿconst'
/System/Library/Frameworks/Security.framework/Headers/cssmkrapi.h:143: error: expected primary-expression before ÔÇÿconst'
/System/Library/Frameworks/Security.framework/Headers/cssmkrapi.h:144: error: expected primary-expression before ÔÇÿKRFlags'
/System/Library/Frameworks/Security.framework/Headers/cssmkrapi.h:145: error: expected primary-expression before ÔÇÿ*' token
/System/Library/Frameworks/Security.framework/Headers/cssmkrapi.h:145: error: ÔÇÿEstimatedTime' was not declared in this scope
/System/Library/Frameworks/Security.framework/Headers/cssmkrapi.h:146: error: expected primary-expression before ÔÇÿReferenceHandle'
/System/Library/Frameworks/Security.framework/Headers/cssmkrapi.h:146: error: initializer expression list treated as compound expression
/System/Library/Frameworks/Security.framework/Headers/cssmkrapi.h:159: error: ÔÇÿCSSM_CC_HANDLE' was not declared in this scope
/System/Library/Frameworks/Security.framework/Headers/cssmkrapi.h:160: error: ÔÇÿCSSM_CC_HANDLE' was not declared in this scope
/System/Library/Frameworks/Security.framework/Headers/cssmkrapi.h:161: error: expected primary-expression before ÔÇÿconst'
/System/Library/Frameworks/Security.framework/Headers/cssmkrapi.h:162: error: expected primary-expression before ÔÇÿKRFlags'
/System/Library/Frameworks/Security.framework/Headers/cssmkrapi.h:163: error: expected primary-expression before ÔÇÿKRFields'
/System/Library/Frameworks/Security.framework/Headers/cssmkrapi.h:164: error: ÔÇÿCSSM_CC_HANDLE' was not declared in this scope
/System/Library/Frameworks/Security.framework/Headers/cssmkrapi.h:164: error: ÔÇÿNewCCHandle' was not declared in this scope
/System/Library/Frameworks/Security.framework/Headers/cssmkrapi.h:164: error: initializer expression list treated as compound expression
/System/Library/Frameworks/Security.framework/Headers/cssmkrapi.h:167: error: ÔÇÿCSSM_CC_HANDLE' was not declared in this scope
/System/Library/Frameworks/Security.framework/Headers/cssmkrapi.h:168: error: ÔÇÿCSSM_CC_HANDLE' was not declared in this scope
/System/Library/Frameworks/Security.framework/Headers/cssmkrapi.h:169: error: expected primary-expression before ÔÇÿconst'
/System/Library/Frameworks/Security.framework/Headers/cssmkrapi.h:170: error: expected primary-expression before ÔÇÿKRFlags'
/System/Library/Frameworks/Security.framework/Headers/cssmkrapi.h:171: error: expected primary-expression before ÔÇÿconst'
/System/Library/Frameworks/Security.framework/Headers/cssmkrapi.h:172: error: ÔÇÿCSSM_CC_HANDLE' was not declared in this scope
/System/Library/Frameworks/Security.framework/Headers/cssmkrapi.h:172: error: ÔÇÿNewCryptoContext' was not declared in this scope
/System/Library/Frameworks/Security.framework/Headers/cssmkrapi.h:172: error: initializer expression list treated as compound expression
/System/Library/Frameworks/Security.framework/Headers/cssmkrapi.h:178: error: ÔÇÿCSSM_CC_HANDLE' was not declared in this scope
/System/Library/Frameworks/Security.framework/Headers/cssmkrapi.h:179: error: expected primary-expression before ÔÇÿconst'
/System/Library/Frameworks/Security.framework/Headers/cssmkrapi.h:180: error: expected primary-expression before ÔÇÿconst'
/System/Library/Frameworks/Security.framework/Headers/cssmkrapi.h:181: error: expected primary-expression before ÔÇÿ*' token
/System/Library/Frameworks/Security.framework/Headers/cssmkrapi.h:181: error: ÔÇÿEstimatedTime' was not declared in this scope
/System/Library/Frameworks/Security.framework/Headers/cssmkrapi.h:182: error: expected primary-expression before ÔÇÿReferenceHandle'
/System/Library/Frameworks/Security.framework/Headers/cssmkrapi.h:182: error: initializer expression list treated as compound expression
/System/Library/Frameworks/Security.framework/Headers/cssmkrapi.h:218: error: ÔÇÿCSSM_CC_HANDLE' has not been declared
/System/Library/Frameworks/Security.framework/Headers/cssmkrapi.h:219: error: ÔÇÿCSSM_CC_HANDLE' has not been declared
/System/Library/Frameworks/Security.framework/Headers/cssmkrspi.h:40: error: ÔÇÿCSSM_CC_HANDLE' has not been declared
/System/Library/Frameworks/Security.framework/Headers/cssmkrspi.h:54: error: ÔÇÿCSSM_CC_HANDLE' has not been declared
/System/Library/Frameworks/Security.framework/Headers/cssmkrspi.h:56: error: ÔÇÿCSSM_CC_HANDLE' has not been declared
/System/Library/Frameworks/Security.framework/Headers/cssmkrspi.h:63: error: ÔÇÿCSSM_CC_HANDLE' has not been declared
/System/Library/Frameworks/Security.framework/Headers/cssmkrspi.h:65: error: ÔÇÿCSSM_CC_HANDLE' has not been declared
/System/Library/Frameworks/Security.framework/Headers/cssmkrspi.h:72: error: ÔÇÿCSSM_CC_HANDLE' has not been declared
/System/Library/Frameworks/Security.framework/Headers/cssmkrspi.h:98: error: ÔÇÿCSSM_CC_HANDLE' has not been declared
/System/Library/Frameworks/Security.framework/Headers/cssmkrspi.h:100: error: ÔÇÿCSSM_CC_HANDLE' has not been declared
/System/Library/Frameworks/Security.framework/Headers/cssmtpi.h:66: error: ÔÇÿCSSM_LONG_HANDLE' has not been declared
/System/Library/Frameworks/Security.framework/Headers/cssmtpi.h:71: error: ÔÇÿCSSM_LONG_HANDLE' has not been declared
/System/Library/Frameworks/Security.framework/Headers/cssmtpi.h:106: error: ÔÇÿCSSM_CC_HANDLE' has not been declared
/System/Library/Frameworks/Security.framework/Headers/cssmtpi.h:150: error: ÔÇÿCSSM_CC_HANDLE' has not been declared
/System/Library/Frameworks/Security.framework/Headers/cssmtpi.h:191: error: ÔÇÿCSSM_CC_HANDLE' has not been declared
/System/Library/Frameworks/Security.framework/Headers/emmspi.h:51: error: ÔÇÿCSSM_PRIVILEGE' has not been declared
/System/Library/Frameworks/Security.framework/Headers/emmspi.h:52: error: ÔÇÿCSSM_PRIVILEGE' has not been declared
/System/Library/Frameworks/Security.framework/Headers/SecKey.h:189: error: ÔÇÿCSSM_CC_HANDLE' has not been declared
/System/Library/Frameworks/Security.framework/Headers/SecKey.h:215: error: ÔÇÿCSSM_CC_HANDLE' has not been declared
gui/browser_osx.mm: In member function ÔÇÿvirtual int GUI::BrowserDialog::runModal()':
gui/browser_osx.mm:60: warning: ÔÇÿcString' is deprecated (declared at /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:345)
make: *** [gui/browser_osx.o] Error 1
Powerbook:residual gforce$ ./residual
-bash: ./residual: No such file or directory
Powerbook:residual gforce$ residual
-bash: residual: command not found
Powerbook:residual gforce$ ls
AUTHORS NEWS common configure icons
COPYING README config.guess devtools plugin.exp
COPYING.LGPL TODO config.h dists po
COPYRIGHT audio config.log engines ports.mk
Makefile backends config.mk graphics rules.mk
Makefile.common base config.sub gui video
Powerbook:residual gforce$
The following files need a little fix:
gui/browser_osx.mm
backends/midi/coreaudio.cpp
backends/midi/coremidi.cpp
in the top of these files are a series of #include-statements, the first ones use "", while the lower ones use <>.
Before the first of the ones with <>, you should put:
typedef unsigned long long uint64;
That fixed it on my PB G4. (I also did a more correct fix, and sent it in on Github, so it MIGHT show up in the source-balls one of these days if it gets accepted).
edit: Oh, and an even quicker fix: Edit config.h, and remove the three lines
#ifndef _UINT64
#define _UINT64
#endif
(but only those three, and no other #endif)
gui/browser_osx.mm
backends/midi/coreaudio.cpp
backends/midi/coremidi.cpp
in the top of these files are a series of #include-statements, the first ones use "", while the lower ones use <>.
Before the first of the ones with <>, you should put:
typedef unsigned long long uint64;
That fixed it on my PB G4. (I also did a more correct fix, and sent it in on Github, so it MIGHT show up in the source-balls one of these days if it gets accepted).
edit: Oh, and an even quicker fix: Edit config.h, and remove the three lines
#ifndef _UINT64
#define _UINT64
#endif
(but only those three, and no other #endif)
Last edited by xLoial on Fri May 13, 2011 12:42 pm, edited 1 time in total.
Hey, sounds nice!
I tried the fix in config.h but seems not to work. I get the same results like without the fix. A bit strange - after configure &&make the lines, i ve deleted are there again(!) i checkt again and tried to comment them out, using / but no effect at all.
Now i try the other fix, adding the lines you discribef in the three files.
I tried the fix in config.h but seems not to work. I get the same results like without the fix. A bit strange - after configure &&make the lines, i ve deleted are there again(!) i checkt again and tried to comment them out, using / but no effect at all.
Now i try the other fix, adding the lines you discribef in the three files.
You know what? It compiled with some minor errors or missing of something not that important. Playing a bit, no crash but sound is not always 100%
Now, i am just missing a german version of Grim. Tab to replace my engish one with and i am done on this task and very very happy about things going so far.
Many, many thanks for supporting a total noob to compile resudual for osx 10.5 ppc i am really glad it works!
Maybe a icon to launch residual without terminal would be nice (year, i want it all)
So, dont know what else to say, just thx again for your great support and taking your time to help me - thats something, most people dont have any more these days.
All the best,
Elo
Ps maybe the developers put the ppc version into the download section?
Now, i am just missing a german version of Grim. Tab to replace my engish one with and i am done on this task and very very happy about things going so far.
Many, many thanks for supporting a total noob to compile resudual for osx 10.5 ppc i am really glad it works!
Maybe a icon to launch residual without terminal would be nice (year, i want it all)
So, dont know what else to say, just thx again for your great support and taking your time to help me - thats something, most people dont have any more these days.
All the best,
Elo
Ps maybe the developers put the ppc version into the download section?