Hi guys,
I'm working with Hmg3.
I've notice that Hmg4 contain different version about Harbour and MinGw.
Can I substitute (Harbour and MinGw) with Hmg4 distribution? Can someone help me to do (there are differents directories...)?
Best regards
Harbour and MinGw
Moderator: Rathinagiri
Harbour and MinGw
Luigi from Italy
www.L3W.it
www.L3W.it
Re: Harbour and MinGw
Hi to everyone,
I tried to do something by myself.
1) I made a copy of Hmg3 distribution (Minigui, all files)
2) I removed "Harbour" directory and I replaced with "Harbour" from Hmg4
3) I removed "MinGw" directory and I replaced with "MinGw" from Hmg4
I tried to compile a simple source but I receive this log
I tried to do something by myself.
1) I made a copy of Hmg3 distribution (Minigui, all files)
2) I removed "Harbour" directory and I replaced with "Harbour" from Hmg4
3) I removed "MinGw" directory and I replaced with "MinGw" from Hmg4
I tried to compile a simple source but I receive this log
Any ideas?Harbour 2.1.0beta2 (Rev. 15729)
Copyright (c) 1999-2010, http://harbour-project.org/
D:/HMG/MiniGui/harbour/lib/win/mingw/libhbwin.a(legacycd.o):legacycd.c:(.text+0x0): multiple definition of `HB_FUN_GETLASTERROR'
D:/HMG/MiniGui/lib/libhmg.a(c_winapimisc.o):c_winapimisc.c:(.text+0xcbc): first defined here
D:/HMG/MiniGui/harbour/lib/win/mingw/libhbmzip.a(hbmzip.o):hbmzip.c:(.text+0x12): undefined reference to `unzClose'
D:/HMG/MiniGui/harbour/lib/win/mingw/libhbmzip.a(hbmzip.o):hbmzip.c:(.text+0x48): undefined reference to `zipClose'
D:/HMG/MiniGui/harbour/lib/win/mingw/libhbmzip.a(hbmzip.o):hbmzip.c:(.text+0x7b): undefined reference to `unzOpen'
D:/HMG/MiniGui/harbour/lib/win/mingw/libhbmzip.a(hbmzip.o):hbmzip.c:(.text+0xda): undefined reference to `zipOpen'
D:/HMG/MiniGui/harbour/lib/win/mingw/libhbmzip.a(hbmzip.o):hbmzip.c:(.text+0x105): undefined reference to `unzGetGlobalInfo'
D:/HMG/MiniGui/harbour/lib/win/mingw/libhbmzip.a(hbmzip.o):hbmzip.c:(.text+0x12c): undefined reference to `unzGoToFirstFile'
D:/HMG/MiniGui/harbour/lib/win/mingw/libhbmzip.a(hbmzip.o):hbmzip.c:(.text+0x158): undefined reference to `unzGoToNextFile'
D:/HMG/MiniGui/harbour/lib/win/mingw/libhbmzip.a(hbmzip.o):hbmzip.c:(.text+0x19c): undefined reference to `unzGetCurrentFileInfo'
D:/HMG/MiniGui/harbour/lib/win/mingw/libhbmzip.a(hbmzip.o):hbmzip.c:(.text+0x220): undefined reference to `unzGetCurrentFileInfo'
D:/HMG/MiniGui/harbour/lib/win/mingw/libhbmzip.a(hbmzip.o):hbmzip.c:(.text+0x253): undefined reference to `unzOpenCurrentFile2'
D:/HMG/MiniGui/harbour/lib/win/mingw/libhbmzip.a(hbmzip.o):hbmzip.c:(.text+0x26f): undefined reference to `unzGetLocalExtrafield'
D:/HMG/MiniGui/harbour/lib/win/mingw/libhbmzip.a(hbmzip.o):hbmzip.c:(.text+0x29c): undefined reference to `unzGetLocalExtrafield'
D:/HMG/MiniGui/harbour/lib/win/mingw/libhbmzip.a(hbmzip.o):hbmzip.c:(.text+0x385): undefined reference to `zipOpenNewFileInZip2'
D:/HMG/MiniGui/harbour/lib/win/mingw/libhbmzip.a(hbmzip.o):hbmzip.c:(.text+0x3d8): undefined reference to `zipWriteInFileInZip'
D:/HMG/MiniGui/harbour/lib/win/mingw/libhbmzip.a(hbmzip.o):hbmzip.c:(.text+0x403): undefined reference to `unzReadCurrentFile'
D:/HMG/MiniGui/harbour/lib/win/mingw/libhbmzip.a(hbmzip.o):hbmzip.c:(.text+0x476): undefined reference to `zipClose'
D:/HMG/MiniGui/harbour/lib/win/mingw/libhbmzip.a(hbmzip.o):hbmzip.c:(.text+0x47e): undefined reference to `unzClose'
D:/HMG/MiniGui/harbour/lib/win/mingw/libhbmzip.a(hbmzip.o):hbmzip.c:(.text+0x4cf): undefined reference to `unzClose'
D:/HMG/MiniGui/harbour/lib/win/mingw/libhbmzip.a(hbmzip.o):hbmzip.c:(.text+0x4fe): undefined reference to `zipCloseFileInZipRaw'
D:/HMG/MiniGui/harbour/lib/win/mingw/libhbmzip.a(hbmzip.o):hbmzip.c:(.text+0x50e): undefined reference to `unzCloseCurrentFile'
D:/HMG/MiniGui/harbour/lib/win/mingw/libhbmzip.a(hbmzip.o):hbmzip.c:(.text+0x55e): undefined reference to `unzGoToNextFile'
D:/HMG/MiniGui/harbour/lib/win/mingw/libhbmzip.a(hbmzip.o):hbmzip.c:(.text+0x5bf): undefined reference to `unzGetCurrentFileInfo'
D:/HMG/MiniGui/harbour/lib/win/mingw/libhbmzip.a(hbmzip.o):hbmzip.c:(.text+0x625): undefined reference to `unzGetGlobalComment'
D:/HMG/MiniGui/harbour/lib/win/mingw/libhbmzip.a(hbmzip.o):hbmzip.c:(.text+0x6fa): undefined reference to `zipClose'
D:/HMG/MiniGui/harbour/lib/win/mingw/libhbmzip.a(hbmzip.o):hbmzip.c:(.text+0x77e): undefined reference to `unzGetCurrentFileInfo'
D:/HMG/MiniGui/harbour/lib/win/mingw/libhbmzip.a(hbmzip.o):hbmzip.c:(.text+0x7a1): undefined reference to `unzOpenCurrentFilePassword'
D:/HMG/MiniGui/harbour/lib/win/mingw/libhbmzip.a(hbmzip.o):hbmzip.c:(.text+0x85a): undefined reference to `unzCloseCurrentFile'
D:/HMG/MiniGui/harbour/lib/win/mingw/libhbmzip.a(hbmzip.o):hbmzip.c:(.text+0x8e4): undefined reference to `unzReadCurrentFile'
D:/HMG/MiniGui/harbour/lib/win/mingw/libhbmzip.a(hbmzip.o):hbmzip.c:(.text+0xc54): undefined reference to `zipOpen2'
D:/HMG/MiniGui/harbour/lib/win/mingw/libhbmzip.a(hbmzip.o):hbmzip.c:(.text+0xd1d): undefined reference to `zipClose'
D:/HMG/MiniGui/harbour/lib/win/mingw/libhbmzip.a(hbmzip.o):hbmzip.c:(.text+0xfc2): undefined reference to `zipOpenNewFileInZip3'
D:/HMG/MiniGui/harbour/lib/win/mingw/libhbmzip.a(hbmzip.o):hbmzip.c:(.text+0x1133): undefined reference to `zipWriteInFileInZip'
D:/HMG/MiniGui/harbour/lib/win/mingw/libhbmzip.a(hbmzip.o):hbmzip.c:(.text+0x1206): undefined reference to `zipCloseFileInZip'
D:/HMG/MiniGui/harbour/lib/win/mingw/libhbmzip.a(hbmzip.o):hbmzip.c:(.text+0x1268): undefined reference to `unzOpen'
D:/HMG/MiniGui/harbour/lib/win/mingw/libhbmzip.a(hbmzip.o):hbmzip.c:(.text+0x130c): undefined reference to `unzClose'
D:/HMG/MiniGui/harbour/lib/win/mingw/libhbmzip.a(hbmzip.o):hbmzip.c:(.text+0x1398): undefined reference to `unzGetGlobalInfo'
D:/HMG/MiniGui/harbour/lib/win/mingw/libhbmzip.a(hbmzip.o):hbmzip.c:(.text+0x13fb): undefined reference to `unzGetGlobalComment'
D:/HMG/MiniGui/harbour/lib/win/mingw/libhbmzip.a(hbmzip.o):hbmzip.c:(.text+0x14e6): undefined reference to `unzGoToFirstFile'
D:/HMG/MiniGui/harbour/lib/win/mingw/libhbmzip.a(hbmzip.o):hbmzip.c:(.text+0x1556): undefined reference to `unzGoToNextFile'
D:/HMG/MiniGui/harbour/lib/win/mingw/libhbmzip.a(hbmzip.o):hbmzip.c:(.text+0x15c6): undefined reference to `unzGetOffset'
D:/HMG/MiniGui/harbour/lib/win/mingw/libhbmzip.a(hbmzip.o):hbmzip.c:(.text+0x1647): undefined reference to `unzSetOffset'
D:/HMG/MiniGui/harbour/lib/win/mingw/libhbmzip.a(hbmzip.o):hbmzip.c:(.text+0x16f9): undefined reference to `unzGetCurrentFileInfo'
D:/HMG/MiniGui/harbour/lib/win/mingw/libhbmzip.a(hbmzip.o):hbmzip.c:(.text+0x18bb): undefined reference to `unzGetCurrentFileInfo'
D:/HMG/MiniGui/harbour/lib/win/mingw/libhbmzip.a(hbmzip.o):hbmzip.c:(.text+0x1ad7): undefined reference to `unzOpenCurrentFilePassword'
D:/HMG/MiniGui/harbour/lib/win/mingw/libhbmzip.a(hbmzip.o):hbmzip.c:(.text+0x1c00): undefined reference to `unzReadCurrentFile'
D:/HMG/MiniGui/harbour/lib/win/mingw/libhbmzip.a(hbmzip.o):hbmzip.c:(.text+0x1c46): undefined reference to `unzCloseCurrentFile'
D:/HMG/MiniGui/harbour/lib/win/mingw/libhbmzip.a(hbmzip.o):hbmzip.c:(.text+0x1ef3): undefined reference to `zipOpenNewFileInZip3'
D:/HMG/MiniGui/harbour/lib/win/mingw/libhbmzip.a(hbmzip.o):hbmzip.c:(.text+0x2039): undefined reference to `zipOpenNewFileInZip3'
D:/HMG/MiniGui/harbour/lib/win/mingw/libhbmzip.a(hbmzip.o):hbmzip.c:(.text+0x213c): undefined reference to `zipWriteInFileInZip'
D:/HMG/MiniGui/harbour/lib/win/mingw/libhbmzip.a(hbmzip.o):hbmzip.c:(.text+0x216b): undefined reference to `zipCloseFileInZip'
D:/HMG/MiniGui/harbour/lib/win/mingw/libhbmzip.a(hbmzip.o):hbmzip.c:(.text+0x2207): undefined reference to `zipCloseFileInZip'
D:/HMG/MiniGui/harbour/lib/win/mingw/libhbmzip.a(hbmzip.o):hbmzip.c:(.text+0x2440): undefined reference to `zipOpenNewFileInZip3'
D:/HMG/MiniGui/harbour/lib/win/mingw/libhbmzip.a(hbmzip.o):hbmzip.c:(.text+0x24ce): undefined reference to `zipWriteInFileInZip'
D:/HMG/MiniGui/harbour/lib/win/mingw/libhbmzip.a(hbmzip.o):hbmzip.c:(.text+0x2501): undefined reference to `zipCloseFileInZip'
D:/HMG/MiniGui/harbour/lib/win/mingw/libhbmzip.a(hbmzip.o):hbmzip.c:(.text+0x2642): undefined reference to `unzGetCurrentFileInfo'
D:/HMG/MiniGui/harbour/lib/win/mingw/libhbmzip.a(hbmzip.o):hbmzip.c:(.text+0x2688): undefined reference to `unzOpenCurrentFilePassword'
D:/HMG/MiniGui/harbour/lib/win/mingw/libhbmzip.a(hbmzip.o):hbmzip.c:(.text+0x26d1): undefined reference to `unzReadCurrentFile'
D:/HMG/MiniGui/harbour/lib/win/mingw/libhbmzip.a(hbmzip.o):hbmzip.c:(.text+0x27a4): undefined reference to `unzCloseCurrentFile'
collect2: ld returned 1 exit status
hbmk2: Error: Running linker. 1
gcc.exe C:/DOCUME~1/luigi/IMPOST~1/Temp/hbmk_1e5gvy.dir/app000.o C:/DOCUME~1/luigi/IMPOST~1/Temp/hbmk_1e5gvy.dir/app999.o C:/DOCUME~1/luigi/IMPOST~1/Temp/hbmk_1e5gvy.dir/hbmk_tns9cq.o D:/HMG/MiniGui/resources/hmg.o -mwindows -Wl,--start-group -lhmg -lhbmzip -lhbwin -lhbct -lhbmisc -lxhb -lvfw32 -lmsvfw32 -lhbextern -lhbdebug -lhbvm -lhbrtl -lhblang -lhbcpage -lgtcgi -lgtpca -lgtstd -lgtwin -lgtwvt -lgtgui -lhbrdd -lhbuddall -lhbusrrdd -lrddntx -lrddcdx -lrddnsx -lrddfpt -lhbrdd -lhbhsx -lhbsix -lhbmacro -lhbcplr -lhbpp -lhbcommon -lhbmainwin -lkernel32 -luser32 -lgdi32 -ladvapi32 -lws2_32 -lwinspool -lcomctl32 -lcomdlg32 -lshell32 -luuid -lole32 -loleaut32 -lmpr -lwinmm -lmapi32 -limm32 -lmsimg32 -lwininet -lhbpcre -lhbzlib -Wl,--end-group -oapp000.exe -LD:/HMG/MiniGui/harbour/lib/win/mingw -LD:/HMG/MiniGui/harbour/bin -LD:/HMG/MiniGui/lib
Luigi from Italy
www.L3W.it
www.L3W.it
- Rathinagiri
- Posts: 5482
- Joined: Tue Jul 29, 2008 6:30 pm
- DBs Used: MariaDB, SQLite, SQLCipher and MySQL
- Location: Sivakasi, India
- Contact:
Re: Harbour and MinGw
I will check and tell you. Probably many of the harbour and other allied library source codes had got modified. But i think we can easily resolve these issues.
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
South or North HMG is worth.
...the possibilities are endless.