make-w32
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

have troubles with make compiling


From: Íèê
Subject: have troubles with make compiling
Date: Fri, 22 Apr 2005 04:34:54 +0400

Hi to every make-w32 subscriber!

I've just tried to compile make-3.80 using "nmake /f NMakefile" and
have received such a bunch of critical errors:

glob\fnmatch.c(484) : warning C4028: formal parameter 1 different from 
declaration
glob\fnmatch.c(484) : warning C4028: formal parameter 2 different from 
declaration
        cl /nologo /MT /W3 /GX /Zi /YX /I . /I glob /I w32/include /D WIN32 /D 
WINDOWS32 /D _CONSOLE /D HAVE_CONFIG_H /
2 /D NDEBUG /FR.\WinRel/ /Fp.\WinRel/make.pch /Fo.\WinRel/ /c 
w32/compat/dirent.c
dirent.c
        cl /nologo /MT /W3 /GX /Zi /YX /I . /I glob /I w32/include /D WIN32 /D 
WINDOWS32 /D _CONSOLE /D HAVE_CONFIG_H /
2 /D NDEBUG /FR.\WinRel/ /Fp.\WinRel/make.pch /Fo.\WinRel/ /c w32/pathstuff.c
pathstuff.c
        link @E:\Temp\nm17D5.tmp
dir.obj : error LNK2019: unresolved external symbol _hash_insert_at referenced 
in function _dir_contents_file_exists_p
file.obj : error LNK2001: unresolved external symbol _hash_insert_at
read.obj : error LNK2001: unresolved external symbol _hash_insert_at
variable.obj : error LNK2001: unresolved external symbol _hash_insert_at
dir.obj : error LNK2001: unresolved external symbol _hash_deleted_item
file.obj : error LNK2001: unresolved external symbol _hash_deleted_item
read.obj : error LNK2001: unresolved external symbol _hash_deleted_item
variable.obj : error LNK2001: unresolved external symbol _hash_deleted_item
dir.obj : error LNK2019: unresolved external symbol _hash_find_slot referenced 
in function _dir_contents_file_exists_p
file.obj : error LNK2019: unresolved external symbol _hash_find_slot referenced 
in function _remove_intermediates
read.obj : error LNK2001: unresolved external symbol _hash_find_slot
variable.obj : error LNK2001: unresolved external symbol _hash_find_slot
dir.obj : error LNK2019: unresolved external symbol _hash_find_item referenced 
in function _dir_contents_file_exists_p
file.obj : error LNK2019: unresolved external symbol _hash_find_item referenced 
in function _remove_intermediates
function.obj : error LNK2001: unresolved external symbol _hash_find_item
variable.obj : error LNK2001: unresolved external symbol _hash_find_item
variable.obj : error LNK2001: unresolved external symbol _hash_init
dir.obj : error LNK2019: unresolved external symbol _hash_init referenced in 
function _hash_init_directories
file.obj : error LNK2001: unresolved external symbol _hash_init
function.obj : error LNK2001: unresolved external symbol _hash_init
read.obj : error LNK2019: unresolved external symbol _hash_init referenced in 
function _get_next_mword
dir.obj : error LNK2019: unresolved external symbol _hash_insert referenced in 
function _file_impossible
function.obj : error LNK2001: unresolved external symbol _hash_insert
file.obj : error LNK2019: unresolved external symbol _hash_delete referenced in 
function _rehash_file
variable.obj : error LNK2001: unresolved external symbol _hash_delete
file.obj : error LNK2019: unresolved external symbol _hash_dump referenced in 
function _snap_deps
file.obj : error LNK2019: unresolved external symbol _hash_print_stats 
referenced in function _print_file_data_base
variable.obj : error LNK2001: unresolved external symbol _hash_print_stats
file.obj : error LNK2019: unresolved external symbol _hash_map referenced in 
function _print_file_data_base
variable.obj : error LNK2001: unresolved external symbol _hash_map
function.obj : error LNK2019: unresolved external symbol _hash_free referenced 
in function _func_filter_filterout
read.obj : error LNK2001: unresolved external symbol _hash_free
variable.obj : error LNK2001: unresolved external symbol _hash_free
function.obj : error LNK2019: unresolved external symbol _hash_load referenced 
in function _hash_init_function_table
variable.obj : error LNK2019: unresolved external symbol _hash_map_arg 
referenced in function _print_variable_set
WinRel/make.exe : fatal error LNK1120: 13 unresolved externals
NMAKE : fatal error U1077: 'link' : return code '0x460'
Stop.
NMAKE : fatal error U1077: 'E:\MSVS.NET_installed\Vc7\bin\nmake.exe' : return 
code '0x2'
Stop.


I'm a newbie in programming and it's hard for me to understand what
could be the reason for these errors.. The paths don't have any spaces
inside, and I just don't have any idea what else could be the reason.
Oh, I'm using MS Windows 2003 Server and MS Visual Studio .NET 2003.

I also tried to find a compiled version of make for Windows but didn't
succeed... is it being distributed anywhere?
-- 
Best regards,
 Nick                          mailto:address@hidden





reply via email to

[Prev in Thread] Current Thread [Next in Thread]