Anyone have an idea why the compiler thinks 'default_shell' is undeclared?


C:\src\make-3.79-3>cl.exe /nologo /MT /W3 /GX /YX /O2 /I . /I glob /I 
w32/include /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H 
/FR.\WinRel/ /Fp.\WinRel/gnumake.pch /Fo.\WinRel/ /c main.c
main.c
main.c(690) : error C2065: 'default_shell' : undeclared identifier
main.c(690) : warning C4047: '=' : 'char *' differs in levels of indirection 
from 'int '
main.c(695) : warning C4047: 'function' : 'const char *' differs in levels 
of indirection from 'int '
main.c(695) : warning C4024: 'strcmp' : different types for formal and 
actual parameter 2
main.c(701) : warning C4047: '=' : 'int ' differs in levels of indirection 
from 'char *'
main.c(729) : warning C4047: '=' : 'int ' differs in levels of indirection 
from 'char *'
main.c(746) : warning C4047: '=' : 'int ' differs in levels of indirection 
from 'char *'
main.c(760) : warning C4047: 'function' : 'const char *' differs in levels 
of indirection from 'int '
main.c(760) : warning C4024: 'strstr' : different types for formal and 
actual parameter 1
main.c(760) : warning C4047: 'function' : 'const char *' differs in levels 
of indirection from 'int '
main.c(760) : warning C4024: 'strstr' : different types for formal and 
actual parameter 1
main.c(896) : error C2065: 'LOCALEDIR' : undeclared identifier
main.c(930) : warning C4113: 'void (__cdecl *)()' differs in parameter lists 
from 'void (__cdecl *)(int )'
main.c(931) : warning C4113: 'void (__cdecl *)()' differs in parameter lists 
from 'void (__cdecl *)(int )'
main.c(1668) : warning C4308: negative integral constant converted to 
unsigned type
main.c(1668) : warning C4308: negative integral constant converted to 
unsigned type
main.c(1839) : warning C4018: '<' : signed/unsigned mismatch
main.c(1921) : warning C4013: 'close' undefined; assuming extern returning 
int

C:\src\make-3.79-3>echo WinRel\main.obj  1>>link.rel
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at 
http://profiles.msn.com.


_______________________________________________
Help-make mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/help-make

Reply via email to