Nmap Development mailing list archives

Re: Not able to compile nmap-update project on win8 64


From: Robert Nicholls <robert () robnicholls co uk>
Date: Thu, 20 Mar 2014 08:54:05 +0000

I'm still not at a computer to double check this, but I believe there are instructions on how to upgrade/build the 
necessary files at "nmap-mswin32-aux/libsvn-upgrade.txt". If you grab those (or the latest) files and configure an x64 
release build it might work.

I didn't bother before as I believe the ability to use nmap-update is still limited to a handful of authorised users.

Rob

On 20 Mar 2014 08:00, Vikram Salunkhe <vikram.salunkhe () continuum net> wrote:

Hi , 
While compiling nmap on win8 64 I am getting below errors.I know the reason as libsvn libraries available at 
nmap-win32-aux are 32 bit specific.I searched for 64 bit libs but I did not find any.Could you provide me a link to 
get 64 bit specific libs. 

Errors: 
2>------ Build started: Project: nmap-update, Configuration: Debug x64 ------ 
2>nmap-update.obj : error LNK2019: unresolved external symbol svn_cmdline_init referenced in function main 
2>nmap-update.obj : error LNK2019: unresolved external symbol svn_handle_error2 referenced in function stage_channel 
2>nmap-update.obj : error LNK2019: unresolved external symbol apr_pool_destroy referenced in function checkout_svn 
2>nmap-update.obj : error LNK2019: unresolved external symbol svn_client_checkout2 referenced in function 
checkout_svn 
2>nmap-update.obj : error LNK2019: unresolved external symbol svn_config_set_bool referenced in function checkout_svn 
2>nmap-update.obj : error LNK2019: unresolved external symbol apr_hash_get referenced in function checkout_svn 
2>svn_auth.obj : error LNK2001: unresolved external symbol apr_hash_get 
2>nmap-update.obj : error LNK2019: unresolved external symbol svn_config_get_config referenced in function 
checkout_svn 
2>nmap-update.obj : error LNK2019: unresolved external symbol svn_config_ensure referenced in function checkout_svn 
2>nmap-update.obj : error LNK2019: unresolved external symbol svn_client_create_context referenced in function 
checkout_svn 
2>nmap-update.obj : error LNK2019: unresolved external symbol svn_pool_create_ex referenced in function checkout_svn 
2>svn_auth.obj : error LNK2019: unresolved external symbol apr_palloc referenced in function 
simple_prompt_first_creds 
2>svn_auth.obj : error LNK2019: unresolved external symbol apr_pstrdup referenced in function prompt_for_simple_creds 
2>svn_auth.obj : error LNK2019: unresolved external symbol svn_error_clear referenced in function 
prompt_for_simple_creds 
2>svn_auth.obj : error LNK2019: unresolved external symbol svn_config_read_auth_data referenced in function 
prompt_for_simple_creds 
2>svn_auth.obj : error LNK2019: unresolved external symbol svn_config_get_bool referenced in function 
nmap_update_svn_cmdline_setup_auth_baton 
2>svn_auth.obj : error LNK2019: unresolved external symbol svn_auth_set_parameter referenced in function 
nmap_update_svn_cmdline_setup_auth_baton 
2>svn_auth.obj : error LNK2019: unresolved external symbol svn_auth_open referenced in function 
nmap_update_svn_cmdline_setup_auth_baton 
2>svn_auth.obj : error LNK2019: unresolved external symbol svn_auth_get_ssl_client_cert_pw_prompt_provider referenced 
in function nmap_update_svn_cmdline_setup_auth_baton 
2>svn_auth.obj : error LNK2019: unresolved external symbol svn_cmdline_auth_ssl_client_cert_pw_prompt referenced in 
function nmap_update_svn_cmdline_setup_auth_baton 
2>svn_auth.obj : error LNK2019: unresolved external symbol svn_auth_get_ssl_client_cert_prompt_provider referenced in 
function nmap_update_svn_cmdline_setup_auth_baton 
2>svn_auth.obj : error LNK2019: unresolved external symbol svn_cmdline_auth_ssl_client_cert_prompt referenced in 
function nmap_update_svn_cmdline_setup_auth_baton 
2>svn_auth.obj : error LNK2019: unresolved external symbol svn_auth_get_ssl_server_trust_prompt_provider referenced 
in function nmap_update_svn_cmdline_setup_auth_baton 
2>svn_auth.obj : error LNK2019: unresolved external symbol svn_cmdline_auth_ssl_server_trust_prompt referenced in 
function nmap_update_svn_cmdline_setup_auth_baton 
2>svn_auth.obj : error LNK2019: unresolved external symbol svn_auth_get_username_prompt_provider referenced in 
function nmap_update_svn_cmdline_setup_auth_baton 
2>svn_auth.obj : error LNK2019: unresolved external symbol svn_cmdline_auth_username_prompt referenced in function 
nmap_update_svn_cmdline_setup_auth_baton 
2>svn_auth.obj : error LNK2019: unresolved external symbol svn_cmdline_auth_simple_prompt referenced in function 
nmap_update_svn_cmdline_setup_auth_baton 
2>svn_auth.obj : error LNK2019: unresolved external symbol svn_auth_get_ssl_client_cert_pw_file_provider referenced 
in function nmap_update_svn_cmdline_setup_auth_baton 
2>svn_auth.obj : error LNK2019: unresolved external symbol svn_auth_get_ssl_client_cert_file_provider referenced in 
function nmap_update_svn_cmdline_setup_auth_baton 
2>svn_auth.obj : error LNK2019: unresolved external symbol svn_auth_get_ssl_server_trust_file_provider referenced in 
function nmap_update_svn_cmdline_setup_auth_baton 
2>svn_auth.obj : error LNK2019: unresolved external symbol svn_auth_get_windows_ssl_server_trust_provider referenced 
in function nmap_update_svn_cmdline_setup_auth_baton 
2>svn_auth.obj : error LNK2019: unresolved external symbol svn_auth_get_username_provider referenced in function 
nmap_update_svn_cmdline_setup_auth_baton 
2>svn_auth.obj : error LNK2019: unresolved external symbol svn_auth_get_simple_provider referenced in function 
nmap_update_svn_cmdline_setup_auth_baton 
2>svn_auth.obj : error LNK2019: unresolved external symbol apr_array_push referenced in function 
nmap_update_svn_cmdline_setup_auth_baton 
2>svn_auth.obj : error LNK2019: unresolved external symbol svn_auth_get_windows_simple_provider referenced in 
function nmap_update_svn_cmdline_setup_auth_baton 
2>svn_auth.obj : error LNK2019: unresolved external symbol apr_array_make referenced in function 
nmap_update_svn_cmdline_setup_auth_baton 
2>.\Debug\nmap-update.exe : fatal error LNK1120: 35 unresolved externals 


Regards, 
Vikram Salunkhe. 
_______________________________________________ 
Sent through the dev mailing list 
http://nmap.org/mailman/listinfo/dev 
Archived at http://seclists.org/nmap-dev/ 


_______________________________________________
Sent through the dev mailing list
http://nmap.org/mailman/listinfo/dev
Archived at http://seclists.org/nmap-dev/


Current thread: