Re: ECW and EMAKE problem using watcom
- Posted by Matt Lewis <matthewwalkerlewis at gmail.co?> Sep 25, 2007
- 701 views
Bernie Ryan wrote: > > > running emake I get this error : > > linking > Error! E3138: file objfiles.lnk: line(23): invalid filename 'D:\' > you can now link with: motor.dll > > > the objfiles.lnk file contains this : > > ¦FILE init-.obj > ¦FILE D:\#EU30\bin\ecw.lib <<--- this is NOT a invalid filename > ¦EXPORT instance='__3instance@0' > > I also get this error if I put the ecw.lib file in the current directory : FILE D:\#EU30\bin\ecw.lib ...is created through the statement:
printf(link_file, "FILE %s\\bin\\ecw.lib\n", {eudir})
Can you tell us what the value of %EUDIR is on your system? Matt