Search found 54 matches: cflags

Return to advanced search

Re: xHarbour.org updated!

... libcrypto.lib pcrepos.lib hsx.lib hbsix.lib zlib.lib libmisc.lib hbzip.lib EXTLIBFILES = DEFFILE = HARBOURFLAGS = -w0 CFLAG1 = -OS $(SHELL) $(CFLAGS) -d -c -L$(HB_DIR)\lib;$(FWH)\lib CFLAG2 = -I$(HB_DIR)\include;$(CC_DIR)\include RFLAGS = LFLAGS = -L$(CC_DIR)\lib\obj;$(CC_DIR)\lib;$(HB_DIR)\lib ...
by wartiaga
Tue Sep 19, 2023 5:02 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 156
Views: 37562

Re: mod_harbour + ADS on linux server

As a reminder for the future, here are the instructions to build it: 1. git clone https://github.com/harbour/core harbour 2. Install these packages: sudo apt install libssl-dev sudo apt install libcurl4-openssl-dev 3. before building Harbour use this export from the terminal: export HB_USER_CFLAGS=-...
by Antonio Linares
Thu Dec 01, 2022 10:17 am
 
Forum: mod_harbour
Topic: mod_harbour + ADS on linux server
Replies: 39
Views: 31182

Re: mod_harbour + ADS on linux server

next try using export HB_USER_CFLAGS=-fPIC before building Harbour
by Antonio Linares
Thu Dec 01, 2022 9:04 am
 
Forum: mod_harbour
Topic: mod_harbour + ADS on linux server
Replies: 39
Views: 31182

Re: Runtime with Windows 7 - New builds

... even if included it conditionally builds this way only for 32 bit apps.: libs=legacy_stdio_definitions{msvc} ldflags=/SUBSYSTEM:WINDOWS,5.01{msvc} cflags=/D_USING_V110_SDK71_{msvc} cflags=/D_WIN32_WINNT=0x0501{msvc} Robb
by rhlawek
Thu Apr 28, 2022 8:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Runtime with Windows 7 - New builds
Replies: 5
Views: 564

Re: libharbour.dll virtual machine activity on dbwin32

Dear Otto, we have found that building Harbour with these flags: set HB_USER_CFLAGS=-DHB_FM_STATISTICS_OFF -DHB_FM_WIN_ALLOC the resulting libharbour.dll manages memory much better, as we use the standard Windows API LocalAlloc(), LocalRealloc(), LocalFree(), etc to manage the memory on Windows Also...
by Antonio Linares
Mon Oct 25, 2021 8:57 am
 
Forum: mod_harbour
Topic: libharbour.dll virtual machine activity on dbwin32
Replies: 3
Views: 647

Re: help on a GPF situation

https://github.com/harbour/core/blob/master/doc/tracing.txt INTRODUCTION ============ This file explains how to enable tracing in Harbour. TRACING ======= Harbour implements tracing by adding calls to the following macro in the C code: HB_TRACE( level, ( "printf-style parameters&qu...
by Antonio Linares
Sat Oct 23, 2021 4:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: help on a GPF situation
Replies: 26
Views: 3372

Re: FiveLinux, Harbour en OpenSuse Leap 42.1 x86_64

... GTK_OBJECT( listItem ), "index", ( gpointer ) ( i + 1 ) ); ^ ar rc ./lib/libfivec.a objc/listboxes.o gcc -D_HARBOUR_ `pkg-config --cflags gtk+-2.0` `pkg-config --cflags libglade-2.0` -I./../include/harbour -I./include -Wall -c -o objc/lnx.o source/internal/lnx.c Package libglade-2.0 ...
by jamil
Sun Mar 24, 2019 1:16 pm
 
Forum: FiveLinux / FiveDroid (Android)
Topic: FiveLinux, Harbour en OpenSuse Leap 42.1 x86_64
Replies: 8
Views: 2985

Re: SSE2 instruction set problem

... and run "win-make.exe" in the harbour root. In your case you must modify the file config\win\msvc.mk where sets up th CFLAGS and/or the LDFLAGS Just for curiosity, which processor your program needs to run on? the SS2 is from 2000, and now they are in every system...
by AntoninoP
Mon Mar 19, 2018 1:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SSE2 instruction set problem
Replies: 6
Views: 969

Re: Creando LIbrerias de Harbour con bcc73 me da error

Saludos Gracias Antonio, ya funciono para 32 bits. Si voy ha crear las librerias para 64 bit que cambios debo hacer m bat es este. Con este go_64.bat: publicado en el forum set path=c:\bcc7164\bin set HB_COMPILER=bcc64 set HB_WITH_OPENSSL=c:\OpenSSL-Win32\include set HB_COMP_PATH_PUB=c:\bcc7164\bin\...
by ruben Dario
Tue Jun 13, 2017 10:46 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Creando LIbrerias de Harbour con bcc73 me da error
Replies: 8
Views: 1548

Re: Construir Harbour con BCC 7.1

Con este go_64.bat: set path=c:\bcc7164\bin set HB_COMPILER=bcc64 set HB_WITH_OPENSSL=c:\OpenSSL-Win32\include set HB_COMP_PATH_PUB=c:\bcc7164\bin\ set HB_USER_CFLAGS=-Ic:\bcc7164\include\windows\crtl -Ic:\bcc7164\include\windows\sdk win-make.exe LLego hasta este error: ilink64.exe -L"c:\bcc71...
by Vikthor.Thomas
Fri Apr 21, 2017 2:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Construir Harbour con BCC 7.1
Replies: 34
Views: 4895

Re: Construir Harbour con BCC 7.1

Con este go_64.bat: set path=c:\bcc7164\bin set HB_COMPILER=bcc64 set HB_WITH_OPENSSL=c:\OpenSSL-Win32\include set HB_COMP_PATH_PUB=c:\bcc7164\bin\ set HB_USER_CFLAGS=-Ic:\bcc7164\include\windows\crtl -Ic:\bcc7164\include\windows\sdk win-make.exe LLego hasta este error: ilink64.exe -L"c:\bcc716...
by Antonio Linares
Fri Apr 21, 2017 10:09 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Construir Harbour con BCC 7.1
Replies: 34
Views: 4895

Re: Como construir xharbour

... Files (x86)\SAP\SAP Business One\ ;C:\Bcc55\Bin;c:\bcc55\bin;c:\bcc55\bin C:\xhb082>SET BISON_SIMPLE=bison.simple C:\xhb082>SET CFLAGS=-D__EXPORT__ -DHB_GUI -tWM -DHB_FM_STATISTICS_OFF -DHB_INCL UDE_WINEXCHANDLER -DHARBOUR_MAIN_WIN -d -a8 -OS -O2 -5 -6 C:\xhb082>make_b32.bat ...
by Compuin
Fri May 27, 2016 11:10 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como construir xharbour
Replies: 10
Views: 2189

Re: Como construir xharbour

Y este es el go.bat


SET PATH=%PATH%;c:\bcc55\bin
SET BISON_SIMPLE=bison.simple
SET CFLAGS=-D__EXPORT__ -DHB_GUI -tWM -DHB_FM_STATISTICS_OFF -DHB_INCLUDE_WINEXCHANDLER -DHARBOUR_MAIN_WIN -d -a8 -OS -O2 -5 -6
make_b32.bat %1
by Compuin
Fri May 27, 2016 11:09 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como construir xharbour
Replies: 10
Views: 2189

Re: How to build Harbour for iOS (and simulator)

For iOS simulator: https://bitbucket.org/fivetech/harbour-xharbour-builds/downloads/harbour_ios_simulator_20160401.zip To build it: git clone https://github.com/harbour/core.git harbour_iossim iossim.sh (remember to do chmod +x iossim.sh. To execute it ./iossim.sh) #!/bin/bash export IPH...
by Antonio Linares
Thu Apr 07, 2016 3:54 pm
 
Forum: Utilities / Utilidades
Topic: How to build Harbour for iOS (and simulator)
Replies: 1
Views: 831

How to build Harbour for iOS (and simulator)

For iOS (iPhone/iPad). Next post is for simulator: https://bitbucket.org/fivetech/harbour-xharbour-builds/downloads/harbour_ios_20160401.zip To build it: git clone https://github.com/harbour/core.git harbour_ios ios.sh (remember to do chmod +x ios.sh. To execute it ./ios.sh) #!/bin/bash ...
by Antonio Linares
Thu Apr 07, 2016 3:49 pm
 
Forum: Utilities / Utilidades
Topic: How to build Harbour for iOS (and simulator)
Replies: 1
Views: 831
Next

Return to advanced search