Re: version 4 translater error question
- Posted by mattlewis (admin) Dec 09, 2011
- 1320 views
BRyan said...
C:\EU4\SOURCE>euc -wat eu.ex User supplied library does not exist: c:\c\Users\Shawn\Documents\development\hg\4.0\build\exp\eu.a C:\EU4\SOURCE>
Why do I get this error error when the eu.a is located in my c:\eu4\bin directory ?
eu.a is the MinGW runtime library. eu.lib is the Watcom version. You have specified -wat in your command line, which indicates that you want the translator to use Watcom.
BTW, in 4.0.4, the translator is a little bit smarter about looking for the library. If you tell it -nobuild or -makefile, it will warn you that it can't find the library, but that won't abort the translation.
Matt