Página 1 de 1
Compiling error with Xailer 4
Publicado: Mar Mar 24, 2015 8:06 am
por Timm
Hi!
I get the attached compiling error using the new Xailer 4.
Any idea why this happens?
Best regards, Timm.
Attached files
Compiling error with Xailer 4
Publicado: Mar Mar 24, 2015 9:56 am
por ignacio
Hello,
The libiconv is a MinGW library. Maybe, Xailer linker is using and old version of the library (from a previous version of MinGw). Review your directory settings. And of course download latest Harbour binaries from our web site if you haven't do it yet.
Regards,
Compiling error with Xailer 4
Publicado: Mar Mar 24, 2015 11:19 am
por Timm
Hi Ignacio,
all paths point to Xailer 4 and I use the latest Harbour binaries from your web site.
Please take a look at the attached Xailer.cfg.
Best regards, Timm.
Attached files Xailer.cfg (2.1 KB)Â
Compiling error with Xailer 4
Publicado: Mar Mar 24, 2015 11:23 am
por jfgimenez
Timm,
> all paths point to Xailer 4 and I use the latest Harbour
> binaries from your web site.
> Please take a look at the attached Xailer.cfg.
Please, check if any of the system paths is pointing to an older MinGW
version. You may check it by executing cmd.exe and typing "PATH"
Regards,
Jose F. Gimenez
http://www.xailer.com
http://www.xailer.info
Compiling error with Xailer 4
Publicado: Mar Mar 24, 2015 11:49 am
por Timm
Hi Jose,
found nothing regarding MinGW:
PATH=C:ProgramDataOracleJavajavapath;C:Windowssystem32 ;C:Windows;C:WindowsSystem32Wbem;C:WindowsSystem32Win dowsPowerShellv1.0;C:Program FilesATI TechnologiesATI.ACECore-Static;C:Program FilesMicrosoft SQL Server90Toolsbinn;C:Program FilesCalibre2;C:Program FilesSmart ProjectsIsoBuster;C:Program FilesCommon FilesAcronisSnapAPI;C:Program FilesQuickTimeQTSystem
Best regards, Timm.
Compiling error with Xailer 4
Publicado: Mar Mar 24, 2015 11:58 am
por jfgimenez
Timm,
> found nothing regarding MinGW:
Ok. That file should be in the mingw/bin directory:
Please, check if it's there.
Regards,
Jose F. Gimenez
http://www.xailer.com
http://www.xailer.info
--
Compiling error with Xailer 4
Publicado: Mar Mar 24, 2015 11:59 am
por ignacio
Hello,
Rename any older version of MinGw or Harbour directory to whatever yo want temporarily. BTW, Did you completely rebuild all the project including your personal libraries?
Regards,
Compiling error with Xailer 4
Publicado: Mar Mar 24, 2015 12:00 pm
por joselalinf
Timm,
do a "dir libiconv*dll /s/p" from your HD root to see if there is any old
version of the dll conflicting with the mingw one.
Regards,
José Lalín
Compiling error with Xailer 4
Publicado: Mar Mar 24, 2015 2:29 pm
por Timm
Jose,
in C:WindowsSystem32 I found an old libiconv-2.dll that causes the trouble.
Now Xailer 4 works, many thanks!
Best regards, Timm.