Home

dexed

Dexed

Dexed is a D IDE . Build instructions.

On Mac (v10.12.6), 2018-01-18:

$ brew cask install lazarus
$ cd lazproj
$ lazbuild -B dexed.lpi

ends with error:

/Developer/lazarus/lcl/interfaces/./carbon/carbonproc.pp(538,13) Error: (5000) Identifier not found "ATSUFindFontFromName"
/Developer/lazarus/lcl/interfaces/./carbon/carbonproc.pp(561,15) Error: (5000) Identifier not found "ATSUFindFontFromName"
/Developer/lazarus/lcl/interfaces/./carbon/carbonproc.pp(615,14) Error: (5000) Identifier not found "ATSUFindFontName"
/Developer/lazarus/lcl/interfaces/./carbon/carbonproc.pp(622,14) Error: (5000) Identifier not found "ATSUFindFontName"
/Developer/lazarus/lcl/interfaces/./carbon/carbonproc.pp(643,11) Error: (5000) Identifier not found "FMGetFontFamilyFromName"
/Developer/lazarus/lcl/interfaces/./carbon/carbonproc.pp(723,48) Hint: (5060) Function result variable does not seem to be initialized
/Developer/lazarus/lcl/interfaces/./carbon/carbonproc.pp(750,5) Error: (5000) Identifier not found "HIViewChangeFeatures"
/Developer/lazarus/lcl/interfaces/./carbon/carbonproc.pp(753,11) Error: (5000) Identifier not found "HIViewSetVisible"
/Developer/lazarus/lcl/interfaces/./carbon/carbonproc.pp(754,11) Error: (5000) Identifier not found "HIViewSetFrame"
/Developer/lazarus/lcl/interfaces/./carbon/carbonproc.pp(776,18) Hint: (5057) Local variable "R" does not seem to be initialized
/Developer/lazarus/lcl/interfaces/./carbon/carbonproc.pp(777,3) Error: (5000) Identifier not found "GetControlBounds"
/Developer/lazarus/lcl/interfaces/./carbon/carbonproc.pp(787,3) Error: (5000) Identifier not found "SetControlData"
/Developer/lazarus/lcl/interfaces/./carbon/carbonproc.pp(806,97) Hint: (5057) Local variable "event" does not seem to be initialized
/Developer/lazarus/lcl/interfaces/./carbon/carbonproc.pp(812,36) Error: (5000) Identifier not found "GetControlEventTarget"
/Developer/lazarus/lcl/interfaces/./carbon/carbonproc.pp(889,44) Hint: (5057) Local variable "StrSize" does not seem to be initialized
/Developer/lazarus/lcl/interfaces/./carbon/carbonproc.pp(1446,12) Error: (5000) Identifier not found "GetThemeFont"
/Developer/lazarus/lcl/interfaces/./carbon/carbonproc.pp(1446,43) Error: (5000) Identifier not found "GetApplicationScript"
/Developer/lazarus/lcl/interfaces/./carbon/carbonproc.pp(1448,28) Warning: (5036) Local variable "sz" does not seem to be initialized
carbonproc.pp(1508) Fatal: (10026) There were 13 errors compiling module, stopping
Fatal: (1018) Compilation aborted
Error: /usr/local/bin/ppcx64 returned an error exitcode
Error: (lazarus) Compile package LCL 1.8.4: stopped with exit code 256
Error: (lazarus) [TLazPackageGraph.CompileRequiredPackages] "Exit code 256"
Error: (lazbuild) Project dependencies of /Users/pgowda/tmp/dexed-3.7.1/lazproj/dexed.lpi

Next step

Try something from here.