Página 1 de 1

Missing libintl-8.dll

Publicado: Lun Sep 19, 2016 11:54 am
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?

Re: Missing libintl-8.dll

Publicado: Lun Sep 19, 2016 1:10 pm
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,

Re: Missing libintl-8.dll

Publicado: Lun Sep 19, 2016 5:39 pm
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?

Re: Missing libintl-8.dll

Publicado: Lun Sep 19, 2016 5:55 pm
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 4489 veces
Regards,

Re: Missing libintl-8.dll

Publicado: Mar Sep 20, 2016 7:17 am
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?

Re: Missing libintl-8.dll

Publicado: Mar Sep 20, 2016 10:02 am
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