Error al Compilar con mingw

Error al Compilar con mingw

Postby Lautaro » Mon Jul 13, 2009 4:23 pm

Hola,

al compilar con mingw me faltan unos simbolos ¿ donde estan ?, ademas siguen aparenciendo simbolos duplicados.

Aqui va el mensaje que me aparece al compilar un ejemplo del samples ( testbtn3.prg )

Code: Select all  Expand view  RUN

┌────────────────────────────────────────────────────────────────────────────┐
│ FiveWin for Harbour 9.06 and GCC - Jun. 2009    Harbour development power  │▄
(c) FiveTech, 1993-2009    for Microsoft Windows    9X/NT/200X/ME/XP/Vista │█
└────────────────────────────────────────────────────────────────────────────┘█
  ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
Compiling...
Harbour 1.1.0dev (Rev. 10434)
Copyright (c) 1999-2009, http://www.harbour-project.org/
Compiling 'testbtn3.prg' and generating preprocessed output to 'testbtn3.ppo'...
Lines 3747, Functions/Procedures 1
Generating C source output to 'testbtn3.c'... Done.
c:\trabajo_abinsa\fwh9.06\lib/fivehgc.lib(BMPDRAW.o):BMPDRAW.c:(.text+0x1703): multip
le definition of `HB_FUN_RESIZEBMP'
c:\trabajo_abinsa\fwh9.06\lib/fivehg.lib(BTNBMP.o):BTNBMP.c:(.text+0x4c5): first defi
ned here
c:\trabajo_abinsa\fwh9.06\lib/fivehgc.lib(RECTS.o):RECTS.c:(.text+0xa82): multiple de
finition of `HB_FUN_CREATEROUNDRECTRGN'

c:\trabajo_abinsa\fwh9.06\lib/fivehg.lib(BTNBMP.o):BTNBMP.c:(.text+0x636): first defi
ned here
c:\trabajo_abinsa\fwh9.06\lib/fivehgc.lib(RECTS.o):RECTS.c:(.text+0xb0f): multiple de
finition of `HB_FUN_SETWINDOWRGN'
c:\trabajo_abinsa\fwh9.06\lib/fivehg.lib(BTNBMP.o):BTNBMP.c:(.text+0x6c3): first defi
ned here
c:\trabajo_abinsa\fwh9.06\lib/fivehgc.lib(FWPALCTL.o):FWPALCTL.c:(.text+0x447): multi
ple definition of `HB_FUN_PALBMPFREE'

c:\trabajo_abinsa\fwh9.06\lib/fivehg.lib(XBROWSE.o):XBROWSE.c:(.text+0x1633): first d
efined here
c:\trabajo_abinsa\fwh9.06\lib/fivehgc.lib(DIB.o):DIB.c:(.text+0x863): multiple defini
tion of `HB_FUN_CREATEDIBITMAP'
c:\trabajo_abinsa\fwh9.06\lib/fivehg.lib(IMAGE.o):IMAGE.c:(.text+0x2d4): first define
d here
c:\trabajo_abinsa\harbour_mingw\lib/libhbrtl.a(tget.o):tget.c:(.text+0x18370): multip
le definition of `HB_FUN_GETNEW'

c:\trabajo_abinsa\fwh9.06\lib/fivehg.lib(TCLIPGET.o):TCLIPGET.c:(.text+0x56): first d
efined here
c:\trabajo_abinsa\fwh9.06\lib/fivehg.lib(TTMPICKE.o):TTMPICKE.c:(.data+0x368): undefi
ned reference to `HB_FUN_INITCOMMON'
c:\trabajo_abinsa\fwh9.06\lib/fivehg.lib(TDTPICKE.o):TDTPICKE.c:(.data+0x118): undefi
ned reference to `HB_FUN_SETDATEPICK'

c:\trabajo_abinsa\fwh9.06\lib/fivehg.lib(TDTPICKE.o):TDTPICKE.c:(.data+0x178): undefi
ned reference to `HB_FUN_GETDATEPICK'
c:\trabajo_abinsa\fwh9.06\lib/fivehg.lib(TDTPICKE.o):TDTPICKE.c:(.data+0x438): undefi
ned reference to `HB_FUN_INITCOMMON'

c:\trabajo_abinsa\fwh9.06\lib/fivehg.lib(TRICHEDI.o):TRICHEDI.c:(.data+0x198): undefi
ned reference to `HB_FUN_REDLLVERSION'
c:\trabajo_abinsa\fwh9.06\lib/fivehg.lib(TRICHEDI.o):TRICHEDI.c:(.data+0x1b8): undefi
ned reference to `HB_FUN_REGETPARAFORMAT'

c:\trabajo_abinsa\fwh9.06\lib/fivehg.lib(TRICHEDI.o):TRICHEDI.c:(.data+0x1d8): undefi
ned reference to `HB_FUN_REGETBULLET'
c:\trabajo_abinsa\fwh9.06\lib/fivehg.lib(TRICHEDI.o):TRICHEDI.c:(.data+0x1e8): undefi
ned reference to `HB_FUN_REGETCHARFORMAT'

c:\trabajo_abinsa\fwh9.06\lib/fivehg.lib(TRICHEDI.o):TRICHEDI.c:(.data+0x208): undefi
ned reference to `HB_FUN_REGETHIGHLIGHT'
c:\trabajo_abinsa\fwh9.06\lib/fivehg.lib(TRICHEDI.o):TRICHEDI.c:(.data+0x278): undefi
ned reference to `HB_FUN_REGETNUMBERING'

c:\trabajo_abinsa\fwh9.06\lib/fivehg.lib(TRICHEDI.o):TRICHEDI.c:(.data+0x2d8): undefi
ned reference to `HB_FUN_REGETZOOM'
c:\trabajo_abinsa\fwh9.06\lib/fivehg.lib(TRICHEDI.o):TRICHEDI.c:(.data+0x398): undefi
ned reference to `HB_FUN_REINSERTPICTURE'

c:\trabajo_abinsa\fwh9.06\lib/fivehg.lib(TRICHEDI.o):TRICHEDI.c:(.data+0x438): undefi
ned reference to `HB_FUN_RELEN'
c:\trabajo_abinsa\fwh9.06\lib/fivehg.lib(TRICHEDI.o):TRICHEDI.c:(.data+0x4c8): undefi
ned reference to `HB_FUN_REPAGEBREAK'

c:\trabajo_abinsa\fwh9.06\lib/fivehg.lib(TRICHEDI.o):TRICHEDI.c:(.data+0x4f8): undefi
ned reference to `HB_FUN_REPASTESPECIAL'
c:\trabajo_abinsa\fwh9.06\lib/fivehg.lib(TRICHEDI.o):TRICHEDI.c:(.data+0x578): undefi
ned reference to `HB_FUN_RESAVEASRTF'

c:\trabajo_abinsa\fwh9.06\lib/fivehg.lib(TRICHEDI.o):TRICHEDI.c:(.data+0x628): undefi
ned reference to `HB_FUN_RESETFONTNAME'
c:\trabajo_abinsa\fwh9.06\lib/fivehg.lib(TRICHEDI.o):TRICHEDI.c:(.data+0x638): undefi
ned reference to `HB_FUN_RESETFONTSIZE'

c:\trabajo_abinsa\fwh9.06\lib/fivehg.lib(TRICHEDI.o):TRICHEDI.c:(.data+0x658): undefi
ned reference to `HB_FUN_RESETHIGHLIGHT'
c:\trabajo_abinsa\fwh9.06\lib/fivehg.lib(TRICHEDI.o):TRICHEDI.c:(.data+0x688): undefi
ned reference to `HB_FUN_RESETOLEINIT'

c:\trabajo_abinsa\fwh9.06\lib/fivehg.lib(TRICHEDI.o):TRICHEDI.c:(.data+0x6a8): undefi
ned reference to `HB_FUN_RESETOLECALLBACK'
c:\trabajo_abinsa\fwh9.06\lib/fivehg.lib(TRICHEDI.o):TRICHEDI.c:(.data+0x6b8): undefi
ned reference to `HB_FUN_REGETOLEINTERFACE'

c:\trabajo_abinsa\fwh9.06\lib/fivehg.lib(TRICHEDI.o):TRICHEDI.c:(.data+0x6d8): undefi
ned reference to `HB_FUN_RESETPOS'
c:\trabajo_abinsa\fwh9.06\lib/fivehg.lib(TRICHEDI.o):TRICHEDI.c:(.data+0x6f8): undefi
ned reference to `HB_FUN_RESETSELECTION'

c:\trabajo_abinsa\fwh9.06\lib/fivehg.lib(TRICHEDI.o):TRICHEDI.c:(.data+0x718): undefi
ned reference to `HB_FUN_RESETTEXTCOLOR'
c:\trabajo_abinsa\fwh9.06\lib/fivehg.lib(TRICHEDI.o):TRICHEDI.c:(.data+0x728): undefi
ned reference to `HB_FUN_RESETZOOM'

c:\trabajo_abinsa\fwh9.06\lib/fivehg.lib(TRICHEDI.o):TRICHEDI.c:(.data+0xaf8): undefi
ned reference to `HB_FUN_RESETCHARFORMAT'
c:\trabajo_abinsa\fwh9.06\lib/fivehg.lib(TRICHEDI.o):TRICHEDI.c:(.data+0xc78): undefi
ned reference to `HB_FUN_REFINDTEXT'

c:\trabajo_abinsa\fwh9.06\lib/fivehg.lib(TRICHEDI.o):TRICHEDI.c:(.data+0xcb8): undefi
ned reference to `HB_FUN_REGETINDENT'
c:\trabajo_abinsa\fwh9.06\lib/fivehg.lib(TRICHEDI.o):TRICHEDI.c:(.data+0xce8): undefi
ned reference to `HB_FUN_REGETPARAGRAPH'

c:\trabajo_abinsa\fwh9.06\lib/fivehg.lib(TRICHEDI.o):TRICHEDI.c:(.data+0xd28): undefi
ned reference to `HB_FUN_REGETSELECTION'
c:\trabajo_abinsa\fwh9.06\lib/fivehg.lib(TRICHEDI.o):TRICHEDI.c:(.data+0xd78): undefi
ned reference to `HB_FUN_LOCKWINDOWUPDATE'

c:\trabajo_abinsa\fwh9.06\lib/fivehg.lib(TRICHEDI.o):TRICHEDI.c:(.data+0xf38): undefi
ned reference to `HB_FUN_RELOADASRTF'
c:\trabajo_abinsa\fwh9.06\lib/fivehg.lib(TRICHEDI.o):TRICHEDI.c:(.data+0xfc8): undefi
ned reference to `HB_FUN_REGETNMHDRLINK'

c:\trabajo_abinsa\fwh9.06\lib/fivehg.lib(TRICHEDI.o):TRICHEDI.c:(.data+0x1058): undef
ined reference to `HB_FUN_REPREVIEW'
c:\trabajo_abinsa\fwh9.06\lib/fivehg.lib(TRICHEDI.o):TRICHEDI.c:(.data+0x10a8): undef
ined reference to `HB_FUN_REPRINT'

c:\trabajo_abinsa\fwh9.06\lib/fivehg.lib(TRICHEDI.o):TRICHEDI.c:(.data+0x1108): undef
ined reference to `HB_FUN_REPRINTBOX'
c:\trabajo_abinsa\fwh9.06\lib/fivehg.lib(TRICHEDI.o):TRICHEDI.c:(.data+0x12c8): undef
ined reference to `HB_FUN_RESETPARAFORMAT'

c:\trabajo_abinsa\fwh9.06\lib/fivehg.lib(TRICHEDI.o):TRICHEDI.c:(.data+0x12d8): undef
ined reference to `HB_FUN_RESETATTRIBUTE'
c:\trabajo_abinsa\fwh9.06\lib/fivehg.lib(TRICHEDI.o):TRICHEDI.c:(.data+0x12e8): undef
ined reference to `HB_FUN_RESETAUTOURLDETECT'

c:\trabajo_abinsa\fwh9.06\lib/fivehg.lib(TRICHEDI.o):TRICHEDI.c:(.data+0x12f8): undef
ined reference to `HB_FUN_RESETBULLET'
c:\trabajo_abinsa\fwh9.06\lib/fivehg.lib(TRICHEDI.o):TRICHEDI.c:(.data+0x1328): undef
ined reference to `HB_FUN_RESETINDENT'

c:\trabajo_abinsa\fwh9.06\lib/fivehg.lib(TRICHEDI.o):TRICHEDI.c:(.data+0x1338): undef
ined reference to `HB_FUN_RESETNUMBERING'
c:\trabajo_abinsa\fwh9.06\lib/fivehg.lib(TRICHEDI.o):TRICHEDI.c:(.data+0x1348): undef
ined reference to `HB_FUN_RESETPARAGRAPH'

collect2: ld returned 1 exit status
* Link errors *
 


Atento a sus respuestas.

Lautaro Moreira
Osorno
Chile
User avatar
Lautaro
 
Posts: 322
Joined: Fri Oct 07, 2005 2:44 pm
Location: Osorno, Chile

Re: Error al Compilar con mingw

Postby Antonio Linares » Mon Jul 13, 2009 5:57 pm

Lautaro,

te enviamos las librerias modificadas para Mingw.

De todas formas, de momento tendrás que usar la función anterior MemoEdit(), pues la nueva enlaza al richedit que aún tiene algunos problemas que solucionar con mingw.
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 42203
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: Error al Compilar con mingw

Postby Lautaro » Mon Jul 13, 2009 8:54 pm

Gracias, ya recibi las nuevas librerias, solo una consultas, ¿ Que archivos debo linkar para usar la anterior memoedit ?

Gracias por vuestra atencion.


Lautaro Moreira
Osorno
Chile
User avatar
Lautaro
 
Posts: 322
Joined: Fri Oct 07, 2005 2:44 pm
Location: Osorno, Chile

Re: Error al Compilar con mingw

Postby Antonio Linares » Tue Jul 14, 2009 5:47 am

Lautaro,

FWH\source\function\memoedit.prg
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 42203
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: Error al Compilar con mingw

Postby Lautaro » Tue Jul 14, 2009 1:49 pm

Ok,

Muchas Gracias.

Lautaro Moreira
Osorno
Chile
User avatar
Lautaro
 
Posts: 322
Joined: Fri Oct 07, 2005 2:44 pm
Location: Osorno, Chile


Return to FiveWin para Harbour/xHarbour

Who is online

Users browsing this forum: Google [Bot] and 17 guests