FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveMac / FivePhone (iPhone, iPad) OT - abro hilo FWH - MAC
Posts: 1956
Joined: Fri Oct 07, 2005 07:08 PM
OT - abro hilo FWH - MAC
Posted: Mon Jul 10, 2023 05:22 PM

Hola.

1) existe algun "libro" de inicio para programar en FWH mac?

2) que herramientas tengo que tener para comenzar a programar en FWH-Mac?

3) se puede utilizar MariaDB en FWH-MAC?

tengo 2 horas diarias para poder experimentar y ya estoy viendo si me prestan una BookMac para comenzar.ç

gracias.

FWH 21.02
Harbour 3.2.0dev (r2104281802)
Copyright (c) 1999-2021, https://harbour.github.io/
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: OT - abro hilo FWH - MAC
Posted: Mon Jul 10, 2023 05:27 PM
Revisa los ejemplos que proporciona, hay muchos y muy completos :-)
https://github.com/FiveTechSoft/fivemac/tree/master/samples

Aquí tienes el wiki, no está actualizado:
https://github.com/FiveTechSoft/FiveTech_wiki/tree/main/FiveMac

Revisa los ficheros de cabecera en donde verás todos los comandos implementados:
https://github.com/FiveTechSoft/fivemac/tree/master/include
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 1956
Joined: Fri Oct 07, 2005 07:08 PM
Re: OT - abro hilo FWH - MAC
Posted: Tue Jul 11, 2023 06:41 AM

Gracias.

Te he enviado un email.

FWH 21.02
Harbour 3.2.0dev (r2104281802)
Copyright (c) 1999-2021, https://harbour.github.io/
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: OT - abro hilo FWH - MAC
Posted: Tue Jul 11, 2023 06:52 AM

aún no me ha llegado, puedes reintentarlo ?

gracias

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 1956
Joined: Fri Oct 07, 2005 07:08 PM
Re: OT - abro hilo FWH - MAC
Posted: Tue Jul 11, 2023 06:56 AM

Estoy leyendo los hilos sobre fwm y me indican:

Descarga Harbour para Mac ( Harbour.zip ) desde Fivetech

hay una sección de descarga?

que version de C utiliza?

Hay alguna guia de inicio?

gracias.

FWH 21.02
Harbour 3.2.0dev (r2104281802)
Copyright (c) 1999-2021, https://harbour.github.io/
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: OT - abro hilo FWH - MAC
Posted: Tue Jul 11, 2023 07:09 AM
Primero tienes que descargar Harbour y construirlo en el Mac:

git clone https://github.com/harbour/core
cd harbour
make

Intenta esto lo primero y dime si lo consigues :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: OT - abro hilo FWH - MAC
Posted: Tue Jul 11, 2023 07:32 AM

Previamente tienes que instalar las xcode command line Tools:

desde una ventana de terminal de Mac escribe esto:

xcode-select --install

asi tendrás git, el compilador de C, make, etc

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 1956
Joined: Fri Oct 07, 2005 07:08 PM
Re: OT - abro hilo FWH - MAC
Posted: Tue Jul 11, 2023 04:12 PM

Gracias.

Ni bien me entreguen la mac (prestada) voy a hacerlo y tomando nota para hacer algun Paper para futuros programadores

FWH 21.02
Harbour 3.2.0dev (r2104281802)
Copyright (c) 1999-2021, https://harbour.github.io/
Posts: 1956
Joined: Fri Oct 07, 2005 07:08 PM
Re: OT - abro hilo FWH - MAC
Posted: Sun Dec 24, 2023 05:20 PM

hbmk2[gtalleg]: Error: Missing dependency: allegro

hbmk2[gtalleg]: Exit status: 10: dependency missing or disabled

! Finished package build...

./bin/darwin/clang/hbmk2 ./config/postinst.hb first

! postinst script finished

FWH 21.02
Harbour 3.2.0dev (r2104281802)
Copyright (c) 1999-2021, https://harbour.github.io/

Continue the discussion