Compile error with dialogs
#1
Posted 12 September 2003 - 03:25 AM
It seems that WeiDU cannot compile more than 1000 .Ds with the matching .TRAs at a time. I tried it, and WeiDU exited with the error message "too many open files".
It was a COMPILE-statement in a tp2, telling WeiDU to compile alle D in a folder. The TRA-folder was mentioned in a AUTO_TRA-statement.
No strings were appended to the dialog.tlk, no dlgs were compiled, nothing happened.
Maybe there is a known workaround for such cases, if so please tell me. Maybe i have to change a setting of w2k.
BTW, I cannot "make" (compile) WeiDU (and IWG) on my Linux. I do have make, gcc and ocaml, it's a gentoo-system now(no Mandrake anymore).
I cannor recall the exact error message, it appears when compiling a x???.h, telling me that memcpy or another mem-function in that h-file is not defined properly.
If that is a unknown issue, i can post a complete error message, but right now i am not at my computer.
Weidu works fine on Linux with the wine-"Not an Emulator".
Both "errors"/features apply to weidu 135/136.
Again, thanks for WeiDU.
#2
Posted 12 September 2003 - 03:36 AM
#3
Posted 12 September 2003 - 04:57 AM
#4
Posted 12 September 2003 - 06:08 AM
#5 -jcompton-
Posted 12 September 2003 - 06:40 AM
COMPILE ~1~ ~2~ ~3~ ~4~ ... ~1001~
then just split them up.
COMPILE ~1~
COMPILE ~2~
etc.
#6 -Devon-
Posted 12 September 2003 - 09:39 PM
Hey, the same thing happens on Mac OS X. I think it's because the patching code that Fred gave Weimer was supposed to work with a configure command. Anyway, add this line under the linux section:BTW, I cannot "make" (compile) WeiDU (and IWG) on my Linux. I do have make, gcc and ocaml, it's a gentoo-system now(no Mandrake anymore).
I cannor recall the exact error message, it appears when compiling a x???.h, telling me that memcpy or another mem-function in that h-file is not defined properly.
export COMPILEFLAGS = -ccopt '-DHAVE_MEMCHR -DHAVE_MEMSET -DHAVE_MEMCPY -DHAVE_MEMCMP'
and it should work. An inelegant but workable workaround.
Cheers,
Devon Smith
#7
Posted 13 September 2003 - 03:36 AM
#8
Posted 13 September 2003 - 06:30 AM
And for bg1, yes, i do have bg1tutu now. That's not what i intended, but comes rather close.
So i will split up the D to be compiled into several folders, i think that will do.
#9
Posted 17 September 2003 - 01:32 PM
Missing #defines -- Devon is right about configure. "Fixed."