Search found 38 matches: nightly

Return to advanced search

Re: Enlazar y compilar con el editor VSCode

Estimado Antonio

Descargué harbour-nightly-win.zip
Las librerías vienen así: libhbrtl.a
Coloqué mis anterior librerías y genera el ejecutable.

Cómo se obtienen las nuevas librerías?

O no es es lo que debo descargar?

Muchas gracias por la ayuda.
by acuellar
Tue Mar 31, 2020 9:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Enlazar y compilar con el editor VSCode
Replies: 54
Views: 7895

Re: xml

... y el tiempo empleado. Primero debéis descargar Harbour (actualmente la versión 3.2) directamente de su web, en concreto el archivo: harbour-nightly-win.exe de la web: https://sourceforge.net/projects/harbour-project/files/binaries-windows/nightly/ Una vez descargado lo instalais, colocándolo ...
by Verhoven
Fri Mar 08, 2019 6:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xml
Replies: 2
Views: 928

Re: Compilar código Harbour con gcc en 64 BITS

... es 64 bits. He instalado la última versión de harbour descargada de https://sourceforge.net/projects/harbour-project/files/binaries-windows/nightly/ harbour-nightly-win.7z Eso deja instalado harbour versión 3.2 en G:\hb32. Después como la carpeta G:\hb32\comp\mingw64 está vacía, sigo las ...
by Verhoven
Sat Jun 02, 2018 9:51 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilar código Harbour con gcc en 64 BITS
Replies: 8
Views: 2006

Re: Ayuda con RESTFULL, Rafa Carmona

... otra aplicación. Estoy usando HB 3.2 bajado de esta dirección http://sourceforge.net/projects/harbour-project/files/binaries-windows/nightly/harbour-nightly-win.exe/download , esta versión viene incluido el MingW
by sjingo
Wed Mar 21, 2018 2:41 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con RESTFULL, Rafa Carmona (Solucionado)
Replies: 14
Views: 3130

Re: "error adding symbols" error with buildg.bat?

... set hdirc=%hdir%\bin\harbour.exe set hlibs=%hdir%\lib\win\mingw set mingw=%hdir%\comp\mingw set path=%mingw%\bin Using latest harbour (nightly build) ang Mingw Any ideas? Thanks Taavi. Hi Tavi, Try to rearrange the libs you linked. There's no exact "how to", but try it randomly.
by andijahja
Sun Dec 10, 2017 11:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: "error adding symbols" error with buildg.bat?
Replies: 1
Views: 475

"error adding symbols" error with buildg.bat?

... set hdirc=%hdir%\bin\harbour.exe set hlibs=%hdir%\lib\win\mingw set mingw=%hdir%\comp\mingw set path=%mingw%\bin Using latest harbour (nightly build) ang Mingw Any ideas? Thanks Taavi.
by Taavi
Sat Dec 09, 2017 4:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: "error adding symbols" error with buildg.bat?
Replies: 1
Views: 475

Re: Compile Error using FW17.07, Harbour MinGW

... handling is also important - FWH uses DWARF, and FRX have no C++code, so DWARF dictates everything else. We had intention to use newest Harbour Nightly, and migrate code to it. But than we find out that HB Nightly builds are using SJLJ exception handling making it incompatible with FWH. It would ...
by dmajkic
Fri Sep 15, 2017 2:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compile Error using FW17.07, Harbour MinGW
Replies: 10
Views: 1882

Re: Compile Error using FW17.07, Harbour MinGW

What MinGW gcc version are you using ? The one from the Harbour Nightly builds. It is here, in the comp subdir. https://sourceforge.net/projects/harbour-project/files/binaries-windows/nightly/ I can tell that FWH is built with mingw version that has DWARF ...
by dmajkic
Thu Sep 07, 2017 11:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compile Error using FW17.07, Harbour MinGW
Replies: 10
Views: 1882

Compile Error using FW17.07, Harbour MinGW

Where can we find version of harbour and mingw/gcc that is used to build newest FWH? It looks like there is some missmatch with new nightly Harbour and FWH. With newest Harbour Nightly and newst FWH, we have these errors: c:/fwh3/lib/fivehgc.lib(ACTX.o):ACTX.CPP:(.text+0xe62): ...
by dmajkic
Wed Sep 06, 2017 8:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compile Error using FW17.07, Harbour MinGW
Replies: 10
Views: 1882

Building TensorFlow using Borland 7 32 bits

For 64 bits you can simply download the TensorFlow.dll from here: http://ci.tensorflow.org/view/Nightly/job/nightly-libtensorflow-windows/ git.exe clone --progress -v "https://github.com/tensorflow/tensorflow" "C:\tensorflow" If you use TortoiseGit ...
by Antonio Linares
Fri Aug 04, 2017 9:39 am
 
Forum: TensorFlow.dll for Harbour and FWH
Topic: Building TensorFlow using Borland 7 32 bits
Replies: 5
Views: 1350

Re: Bugs in latest Harbour

I confirm, HARBOURCMD is broken in Harbour, even in the latest nightly build. As an example:

SET HARBOURCMD=-a -es2 -gc0 -ie:\harbour\include -n -q -w3

The switch -i in HARBOURCMD is ignored (while the other switches seem to work). But this work instead:

harbour test -ie:\harbour\include

:-(

EMG
by Enrico Maria Giordano
Fri Jun 30, 2017 2:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bugs in latest Harbour
Replies: 22
Views: 4817

Re: FiveHGC.lib - Undefined reference ot _Unwind_Resume

After updating Harbour with the nightly build and a day of walking in circles without getting anywhere seeking the solution to this problem, I finally figure out that MinGW GCC have 3 different "Exception handling" systems: SJLJ, ...
by concentra
Fri Jun 09, 2017 5:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveHGC.lib - Undefined reference ot _Unwind_Resume
Replies: 2
Views: 610

TensorFlow DLL for Windows (64 bits)

http://ci.tensorflow.org/view/Nightly/job/nightly-libtensorflow-windows/ http://ci.tensorflow.org/view/Nightly/job/nightly-libtensorflow-windows/lastSuccessfulBuild/artifact/lib_package/libtensorflow-cpu-windows-x86_64.zip ...
by Antonio Linares
Fri Jun 02, 2017 7:12 am
 
Forum: TensorFlow.dll for Harbour and FWH
Topic: TensorFlow DLL for Windows (64 bits)
Replies: 28
Views: 14666

FiveHGC.lib - Undefined reference ot _Unwind_Resume

... /fwh.2012.04/lib/fivehgc.lib(ACTX.o):ACTX.CPP:(.eh_frame+0x2b7): undefined reference to `__gxx_personality_v0' I recently upgraded to the nightly build of Harbour (3.2.0dev r1608101712), which resulted in this error. I am linking FWH 2012-04 build. Is there a lib binary for the latest ...
by MarioCdeS
Tue Aug 30, 2016 7:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveHGC.lib - Undefined reference ot _Unwind_Resume
Replies: 2
Views: 610
Next

Return to advanced search