Search found 42 matches: bison

Return to advanced search

Re: Incluyendo el SQLRDD

Yo compile el sqlrdd de los fuentes para xharbour y bcc 7.6, para lograrlo debes instalar bison, por qué sqlrdd parsea las instrucciones SQL, además debes usar hbmk2 de harbour con la opción -xhb y usar el sqlrdd.hbp, hay un bat el cual debes revisar la cual define un ...
by carlos vargas
Thu Aug 17, 2023 3:49 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Incluyendo el SQLRDD
Replies: 40
Views: 2738

Error al crear librerias xharbour una version vieja

Saludos al Forum Trato de crear la contribucion de xharbour una version vieja al dar este instrucion da error bison -v -d source\compiler\harbour.sly -oobj\b32\harboury.c ** error 1 ** deleting obj\b32\harboury.c Este es el error source\compiler\harbour.sly:1809.56-67: Integer ...
by ruben Dario
Sat Jun 11, 2016 9:47 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al crear librerias xharbour una version vieja
Replies: 4
Views: 794

Re: Como construir xharbour

... Business One DI API\DI API 90;C:\Program 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 ...
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: Como construir xharbour

Me da esto C:\xhb082>make_b32 'bison' is not recognized as an internal or external command, operable program or batch file. 'bison' is not recognized as an internal or external command, operable program or batch file. C:\xhb082>make_b32 ...
by Compuin
Fri May 27, 2016 11:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como construir xharbour
Replies: 10
Views: 2189

Re: Como construir xharbour

bison.exe tiene que estar en la misma carpeta que en donde esté go.bat
by Antonio Linares
Fri May 27, 2016 10:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como construir xharbour
Replies: 10
Views: 2189

Re: Como construir xharbour

... -DSIMPLEX -oobj\b32\harbour.obj source\compiler\harbour.c Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland source\compiler\harbour.c: bison -v -d source\compiler\harbour.sly -oobj\b32\harboury.c ** error 1 ** deleting obj\b32\harboury.c MAKE Version 5.2 Copyright (c) 1987, 2000 Borland ...
by Compuin
Fri May 27, 2016 1:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como construir xharbour
Replies: 10
Views: 2189

Re: Como construir xharbour

Necesitas la utilidad bison.exe

Aqui la tienes. Respeta la estructura de carpetas que hay dentro del zip:
https://bitbucket.org/fivetech/fivewin-contributions/downloads/bison.zip
by Antonio Linares
Fri May 27, 2016 6:54 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como construir xharbour
Replies: 10
Views: 2189

Re: Como construir xharbour

Me arroja esto MAKE Version 5.2 Copyright (c) 1987, 2000 Borland bison -v -d source\compiler\harbour.sly -oobj\b32\harboury.c ** error 1 ** deleting obj\b32\harboury.c MAKE Version 5.2 Copyright (c) 1987, 2000 Borland bison -v -d source\compiler\harbour.sly ...
by Compuin
Thu May 26, 2016 10:11 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como construir xharbour
Replies: 10
Views: 2189

Re: Harbour 3.0

... BITS: WIN 9X, NT,... 22 QUÉ VARIABLES DE ENTORNO NECESITO ? 23 Qué programas necesito ? 23 Cómo se procesan los archivos ? 23 PARA QUÉ SON FLEX Y BISON ? 23 Flex 24 Bison 24 DISEÑO DEL COMPILADOR 26 CAMBIOS EN LA ESTRUCTURA INTERNA 26 ESTRUCTURA INTERNA DE HARBOUR 26 LA MÁQUINA VIRTUAL (VIRTUAL ...
by lucasdebeltran
Thu Aug 11, 2011 8:38 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Harbour 3.0
Replies: 42
Views: 17660

Re: Errors when compiling RDDADS for FWH/10/9

... im from brazil. or do it: in xharbor dir, make an bat file : (change dir to you path) @ECHO OFF SET Bison_Simple=\_Lib\HRB\BISON\BISON.SIMPLE SET HB_ARCHITECTURE=w32 SET HB_COMPILER=bcc32 SET C_USR= SET L_USR= SET ECHO=cmd /c echo SET DEL=cmd /c del SET ADS_LIB_VERSION=810 ...
by norberto
Thu Oct 28, 2010 11:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Errors when compiling RDDADS for FWH/10/9
Replies: 5
Views: 952

Re: need help, how build xharbour from cvs?

I use the version 2.1 of bison for this build.
all ok, thank you.


salu2
carlos vargas
by carlos vargas
Thu Feb 04, 2010 5:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: need help, how build xharbour from cvs?
Replies: 8
Views: 1132

Re: need help, how build xharbour from cvs?

What version of Bison are you using? You need to use Bison 2.1.

EMG
by Enrico Maria Giordano
Thu Feb 04, 2010 8:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: need help, how build xharbour from cvs?
Replies: 8
Views: 1132

Re: need help, how build xharbour from cvs?

Enrico,

Now, i build xharbour compiler from CVS, and all ok.
My problem was what using the borland c++ version 5.82 and this version fail with bison. :-(
but with the version 5.5 of Borland C++ all ok.

thank you.

sorry for my very bad english. :-(

salu2
Carlos vargas
by carlos vargas
Thu Feb 04, 2010 3:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: need help, how build xharbour from cvs?
Replies: 8
Views: 1132

Re: need help, how build xharbour from cvs?

I don't have any bison.sim in my hard disk.

EMG
by Enrico Maria Giordano
Wed Feb 03, 2010 9:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: need help, how build xharbour from cvs?
Replies: 8
Views: 1132
Next

Return to advanced search