Re: Couldn't compile file 'init-.c'
- Posted by mattlewis (admin) Aug 09, 2013
- 1426 views
BRyan said...
euphoric said...
Status: -1 Command: wcc386 /dEWINDOWS /bt=nt /mf /w0 /zq /j /zp4 /fp5 /fpi87 /5 r /otimra /s /IC:\euphoria init-.c
This is on my Windows 8 PC, and I might not have compiled on it in the past, though I thought I did...
It's looking for init-.c file in the C:\euphoria directory are you sure that is correct ?
That's not what's going on. "/IC:\euphoria" is telling the compiler where to look for header files. "init-.c" is from the makefile process' current directory.
I agree with Jim, that this looks like a path problem, otherwise you'd have some sort of Watcom compiler generated error message.
Matt