In order for this site to work correctly we need to store a small file (called a cookie) on your computer. Most every site in the world does this, however since the 25th of May 2011, by law we have to get your permission first. Please abandon the forum if you disagree.

Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.

Missing libintl-8.dll

Xailer professional forum in English
Responder
horvathg
Mensajes: 10
Registrado: Lun Ene 06, 2014 2:49 pm

Missing libintl-8.dll

Mensaje por horvathg »

Using Xailer 4.0.2 on Windows 10

Compiling my project I get this message: Can't run as.exe. Missing libintl-8.dll.

The log:
Compiling: analyza_vykurovania.prg...
Compiling: FormMain.prg...
Compiling: Funkcie.prg...
G:\XAILER\ANALYZA\VYKUROVANIE\Obj\analyza_vykurovania.c:76:1: fatal error: error writing to -: Broken pipe
Compiling: ClassFaktura.prg...
G:\XAILER\ANALYZA\VYKUROVANIE\Obj\Funkcie.c:147:1: fatal error: error writing to -: Invalid argument
G:\XAILER\ANALYZA\VYKUROVANIE\Obj\FormMain.c:1697:1: fatal error: error writing to -: Invalid argument
G:\XAILER\ANALYZA\VYKUROVANIE\Obj\ClassFaktura.c:639:1: fatal error: error writing to -: Invalid argument
4 Files, 0 Warnings, 4 Errors
Compile time: 1m 53.44s Link time: 0s Total time: 1m 53.45s

I checked the HB installation, the missing file is present in folder C:\Xailer4\hb32\comp\mingw\bin. Tryed to reinstall from harbour32setup4.exe - doesn't help.

Any idea what can be wrong?
Best regards
Gejza Horváth
Avatar de Usuario
ignacio
Site Admin
Mensajes: 9253
Registrado: Lun Abr 06, 2015 8:00 pm
Ubicación: Madrid, Spain
Contactar:

Re: Missing libintl-8.dll

Mensaje por ignacio »

Hello,

In case you have the directory \\hb32\Comp\Mingw\mingw32 and also the directory \\hb32\Comp\Mingw\bin is probably that you have the same as.exe file twice.

Try to rename the directory \\hb32\Comp\Mingw\mingw32 to \\hb32\Comp\Mingw\mingw32.bak and see if the problem gets corrected.

If that does not work to fix this problem just include your \\hb32\Comp\Mingw\bin directory on your path. Sorry for any inconvenience.

Regards,
Ignacio Ortiz de Zúñiga
[Equipo de Xailer / Xailer team]
https://www.xailer.com
horvathg
Mensajes: 10
Registrado: Lun Ene 06, 2014 2:49 pm

Re: Missing libintl-8.dll

Mensaje por horvathg »

Hi Ignazio,
yes, they are2 bin folders, as you wrote.


Renaming the second folder ....\mingw\mingw32 to\mingw\ mingw32.bak solved the problem. The error message regarding to as.exe disappeared, but compilation errors remian:
Compiling: analyza_vykurovania.prg...
Compiling: FormMain.prg...
Compiling: Funkcie.prg...
gcc: error: CreateProcess: No such file or directory
G:\XAILER\ANALYZA\VYKUROVANIE\Obj\analyza_vykurovania.c:76:1: fatal error: error writing to -: Invalid argument
Compiling: ClassFaktura.prg...
gcc: error: CreateProcess: No such file or directory
G:\XAILER\ANALYZA\VYKUROVANIE\Obj\Funkcie.c:147:1: fatal error: error writing to -: Invalid argument
gcc: error: CreateProcess: No such file or directory
G:\XAILER\ANALYZA\VYKUROVANIE\Obj\FormMain.c:1697:1: fatal error: error writing to -: Invalid argument
gcc: error: CreateProcess: No such file or directory
G:\XAILER\ANALYZA\VYKUROVANIE\Obj\ClassFaktura.c:639:1: fatal error: error writing to -: Invalid argument
4 Files, 0 Warnings, 8 Errors
Compile time: 0.93s Link time: 0s Total time: 0.95s
gcc: error: CreateProcess: No such file or directory - which directory is missing in this case?
Best regards
Gejza Horváth
Avatar de Usuario
ignacio
Site Admin
Mensajes: 9253
Registrado: Lun Abr 06, 2015 8:00 pm
Ubicación: Madrid, Spain
Contactar:

Re: Missing libintl-8.dll

Mensaje por ignacio »

Please try with any Xailer sample. Also check Xailer environment options:
2016-09-19 17_52_34-Opciones generales.png
2016-09-19 17_52_34-Opciones generales.png (3.81 KiB) Visto 4482 veces
Regards,
Ignacio Ortiz de Zúñiga
[Equipo de Xailer / Xailer team]
https://www.xailer.com
horvathg
Mensajes: 10
Registrado: Lun Ene 06, 2014 2:49 pm

Re: Missing libintl-8.dll

Mensaje por horvathg »

My environment settings are:

Root: C:\xailer4\Hb32\Comp\MinGW
Bin: C:\xailer4\Hb32\Comp\MinGW\Bin
Lib: C:\xailer4\Hb32\Comp\MinGW\Lib
Include: C:\xailer4\Hb32\Comp\MinGW\Include

Trying the Buttons sample the same error occurs. :shock:
Should I reinstall Xailer 4?
Best regards
Gejza Horváth
Avatar de Usuario
ignacio
Site Admin
Mensajes: 9253
Registrado: Lun Abr 06, 2015 8:00 pm
Ubicación: Madrid, Spain
Contactar:

Re: Missing libintl-8.dll

Mensaje por ignacio »

Hello,

Check this directory exists: G:\XAILER\ANALYZA\VYKUROVANIE\Obj\. It seems that is the problem.

You may also try to compile with extended information with Shift+F9. It may give you some clue.

Sorry I do not know what else can it be.

Regards
Ignacio Ortiz de Zúñiga
[Equipo de Xailer / Xailer team]
https://www.xailer.com
Responder