Page 3 of 3
Re: Auto builds for spanish translation
Posted: Sun Mar 24, 2013 3:59 pm
by Leency
You using old version of compiler. In my version:
Code: Select all
C:\Users\Leency\Desktop\cmm\liza>..\C--\C-- liza.c
SPHINX C-- Compiler Version 0.239c b26 Apr 27 2007
Compiling Commenced . . .
So try this.
Re: Auto builds for spanish translation
Posted: Sun Mar 24, 2013 6:58 pm
by stefano
Ok I will. Thank you.
SoUrcerer wrote:esevece wrote:I'm building KolibriOS on my 32bit laptop (less problems)
Now I get this error:
Code: Select all
SPHINX C-- Compiler Version 0.238 Aug 22 2002
Compiling Commenced . . .
..\lib\kolibri.h(370)#1> invalid operation for non-AX register math.
..\lib\kolibri.h(396)#2> invalid operation for non-AX register math.
..\lib\kolibri.h(407)#3> invalid operation for non-AX register math.
..\lib\kolibri.h(424)#4> invalid operation for non-AX register math.
..\lib\kolibri.h(440)#5> invalid operation for non-AX register math.
..\lib\kolibri.h(448)#6> invalid operation for non-AX register math.
..\lib\kolibri.h(465)#7> invalid operation for non-AX register math.
..\lib\kolibri.h(477)#8> invalid operation for non-AX register math.
..\lib\kolibri.h(485)#9> invalid operation for non-AX register math.
..\lib\strings.h(403)#10> unexpected END OF FILE.
..\lib\mem.h(56)#11> '(' expected.
..\lib\mem.h(56)#12> value expected.
..\lib\mem.h(56)#13> operator identifier expected.
..\lib\mem.h(56)#14> operator identifier expected.
..\lib\mem.h(57)#15> operator identifier expected.
..\lib\mem.h(57)#16> operator identifier expected.
Have you changed some C-- files?
No, I haven't.
Leency wrote:You using old version of compiler. In my version:
Code: Select all
C:\Users\Leency\Desktop\cmm\liza>..\C--\C-- liza.c
SPHINX C-- Compiler Version 0.239c b26 Apr 27 2007
Compiling Commenced . . .
So try this.
It works! Thank you very much.
Re: Auto builds for spanish translation
Posted: Sun Mar 24, 2013 9:26 pm
by stefano
Now I have another problems:
- I have compiled `kerpack` but it doesn't works in linux.
- `kpack` doesn't generate "File Managers/eolite" because the string "File Managers" have one space. I've tried manually without spaces and it works. I've tried "File\ Managers/eolite" and doesn't works neither.