Search found 64 matches: buildg

Return to advanced search

Re: MinGW compilador con FWH ??

Juan,

FWH proporciona las librerias para usarlo con MinGW GCC 4.9.1

Revisa samples\buildg.bat para ver como se usa
by Antonio Linares
Thu Dec 08, 2016 8:11 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: MinGW compilador con FWH ??
Replies: 2
Views: 487

Harbour - Using MingW

... to compile .RC into .RES files and use it in mingw32 -------------------------------------------------------------------------------- Here is my buildg.bat used to compile FWH samples: http://www.xtl.com.br/toninho/buildg.bat In this .bat file I'm recompiling xbrowse and dababase from FWH because ...
by toninhofwi
Sun Aug 14, 2016 8:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour - Using MingW
Replies: 6
Views: 1157

Re: Convert DOS application(s) to Harbour <== LIB compatibility

This is the buildg.bat that FWH provides: @ECHO OFFCLSECHO ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ECHO ³ FiveWin for Harbour 16.05 and GCC - May  2016   Harbour development power ...
by Antonio Linares
Fri Jul 29, 2016 9:17 pm
 
Forum: FiveWin for CA-Clipper
Topic: Convert DOS application(s) to Harbour <== LIB compatibility
Replies: 42
Views: 20378

Re: xharbour with gcc (mingw)?

... errors * GOTO EXIT :COMPILEERROR @type comp.log ECHO * Compile errors * GOTO EXIT :LINKERROR ECHO * Link errors * GOTO EXIT :SINTAX ECHO SYNTAX: Buildg [Program] {-- No especifiques la extensi? PRG ECHO {-- Don't specify .PRG extension GOTO EXIT :NOEXIST ECHO The specified PRG %1 does not exist ...
by pieter
Sat Apr 16, 2016 9:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xharbour with gcc (mingw)?
Replies: 15
Views: 5225

Re: xharbour with gcc (mingw)?

... not really neccesary to use fivewin for that at this moment) I see mno-cygwin is missing. (unrecognized command line option '-mno-cygwin') In buildg.bat: (see -mno-cygwin) if not exist %1.rc %mingw%\bin\gcc -o%1.exe %1.o -Wall -s -mwindows -L%mingw%\lib -L%hlibs% -L%fwh%\lib -mno-cygwin -Wl,--start-group ...
by pieter
Thu Apr 14, 2016 11:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xharbour with gcc (mingw)?
Replies: 15
Views: 5225

Re: xharbour with gcc (mingw)?

Antonio, Thanks, I have modified buildg.bat: if "%fwh%" == "" set fwh=C:\XharbourWithMingwTestProgram\fwh set hdir=C:\XharbourWithMingwTestProgram\xhb10146_mingw53\xharbour set hdirc=%hdir%\bin\harbour.exe set hlibs=%hdir%\lib\gcc ...
by pieter
Thu Apr 14, 2016 9:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xharbour with gcc (mingw)?
Replies: 15
Views: 5225

Re: xharbour with gcc (mingw)?

Pieter,

Please review FWH\samples\buildg.bat to use MinGW

You can easily modify it to use it with xHarbour
by Antonio Linares
Thu Apr 14, 2016 9:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xharbour with gcc (mingw)?
Replies: 15
Views: 5225

Re: Undefined PathGradientBrush

Mauricio,

I just tested FWH\samples

buildg.bat gdiplus

buildg.bat gdiplus2

buildg.bat gdiplus3

and they properly built and executed.

Could you check that you are using the same libs as the used from buildg.bat ?

Could you please provide an example to reproduce the error ? thanks
by Antonio Linares
Wed Dec 09, 2015 6:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Undefined PathGradientBrush
Replies: 3
Views: 458

FW64 y Mingw64

... desearles un excelente 2014. Antonio, Estoy trabajando con la versión FW13.11 para 64bits, usaré el compilador Mingw. Al configurar el archivo buildg.bat, y correrlo, la compilación solicita los siguientes archivos fivehg y fivehgc. ¿ Dónde los descargo ? Saludos Vikthor
by Vikthor.Thomas
Fri Jan 03, 2014 5:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FW64 y Mingw64
Replies: 1
Views: 388

Re: Version 13.05 unstable ?

... fwh/samples/access2.prg fwh/samples/outlook.prg fwh/samples/buildh.bat fwh/samples/buildx.bat fwh/samples/gianni.prg fwh/samples/buildgl.bat fwh/samples/ribbon3.prg fwh/samples/combos.prg fwh/samples/buildhm.bat fwh/samples/fivedbu.prg fwh/samples/xbrgen.prg fwh/samples/buildxm.bat ...
by Antonio Linares
Thu Jun 13, 2013 6:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Version 13.05 unstable ?
Replies: 18
Views: 5386

Re: Again about scripting ... HB_CompileBuf

Rimantas, -Wl is already used by buildg.bat, so just need to add --allow-multiple-definition Try this: gcc -o%1.exe %1.o -Wall -s -mwindows -L%mingw%\lib -L%hlibs% -L%fwh%\lib -mno-cygwin -Wl --allow-multiple-definition ,--start-group -lfivehg ...
by Antonio Linares
Wed Mar 13, 2013 6:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Again about scripting ... HB_CompileBuf
Replies: 28
Views: 5203

Re: Again about scripting ... HB_CompileBuf

In buildg.bat there are only two places where gcc is called. Those flags should be provided there. Antonio, excuse , but can you simple to point where I can to add this and how ? Yes, gcc is in 2 lines ( with or without .rc ...
by Rimantas
Wed Mar 13, 2013 5:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Again about scripting ... HB_CompileBuf
Replies: 28
Views: 5203

Re: Again about scripting ... HB_CompileBuf

In buildg.bat there are only two places where gcc is called. Those flags should be provided there.
by Antonio Linares
Tue Mar 12, 2013 9:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Again about scripting ... HB_CompileBuf
Replies: 28
Views: 5203

Re: Again about scripting ... HB_CompileBuf

... external excRec FUNCTION uzsak() ... Sorry , the same result ... Antonio , can you direct where I can insert direction for minGw build ( \samples\buildg.bat ) ? Daniels TDolphin require that setting : -ldflag=-Wl,--allow-multiple-definition . I'll try that with your buildg.bat and only needs to ...
by Rimantas
Tue Mar 12, 2013 8:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Again about scripting ... HB_CompileBuf
Replies: 28
Views: 5203

Re: Compiling with minigw

Thank Antonio ,

I also prefer to use FWH buildg.bat

but with FWH\makes\gccmake.zip and win-make.exe I have the errors above

Maurizio
by Maurizio
Wed Jul 18, 2012 3:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling with minigw
Replies: 12
Views: 5991
PreviousNext

Return to advanced search