Re: ECW and EMAKE problem using watcom
- Posted by Bernie Ryan <xotron at bl??frog.com> Sep 25, 2007
- 667 views
Matt Lewis wrote: > > 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: > }}} <eucode> > printf(link_file, "FILE %s\\bin\\ecw.lib\n", {eudir}) > </eucode> {{{ > Can you tell us what the value of %EUDIR is on your system? > Matt From my autoexec.bat: SET EUDIR=D:\#EU30 Bernie My files in archive: WMOTOR, XMOTOR, W32ENGIN, MIXEDLIB, EU_ENGIN, WIN32ERU, WIN32API Can be downloaded here: http://www.rapideuphoria.com/cgi-bin/asearch.exu?dos=on&win=on&lnx=on&gen=on&keywords=bernie+ryan