Hi
I have a PowerPC G4 powerbook here now, with OSX 10.5 (Leopard)
I have downloaded and installed the latest Lazarus snapshot today , OK
I am having trouble getting GTK installed
as fink is not able to install it
I have read the posts on this thread about getting macports to install GTK, but I am not sure what command lines to use ( I do have mac ports installed)
alternative: how to get lazarus re compiled to use carbon interface (the whole program?)
i have seen that somewhere on this forum, but I can not find it!
(something like make clean all carbon)
thanks for the help!
Brian
update: I found this
[edit] How can I rebuild LCL or Lazarus IDE for Carbon interface via terminal?
You can use the following command in Lazarus directory:
for LCL: make lcl LCL_PLATFORM=carbon OPT="-k-framework -kcarbon"
for Lazarus IDE: make all LCL_PLATFORM=carbon OPT="-k-framework -kcarbon"
but I get errors, e.g, make: -iVSPTPSOTO: Command not found
make: -iSP: Command not found
etc etc
update: I am making progress with mac ports (Once I set the path variables for that), using the port install glib1
leaving that running....will report back later