cicku / libproxy

Automatically exported from code.google.com/p/libproxy
GNU Lesser General Public License v2.1
1 stars 0 forks source link

Not able to compile in VS 2008 #138

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Latest source code is not compiling eith VS 2008. I am getting these errors. 
Can any one tell me what is wrong here. I think I am not setting some 
parameters in CMAKE.

Following is the list of linker errors.

1>------ Build started: Project: libproxy, Configuration: Debug Win32 ------
1>Linking...
1>   Creating library D:\MB\Proxy\New\build\libproxy\Debug\libproxy.lib and 
object D:\MB\Proxy\New\build\libproxy\Debug\libproxy.exp
1>proxy.obj : error LNK2001: unresolved external symbol "struct mm_module 
mm_info_wpad_dns_alias" (?mm_info_wpad_dns_alias@@3Umm_module@@A)
1>proxy.obj : error LNK2001: unresolved external symbol "struct mm_module 
mm_info_pacrunner_mozjs" (?mm_info_pacrunner_mozjs@@3Umm_module@@A)
1>proxy.obj : error LNK2001: unresolved external symbol "struct mm_module 
mm_info_ignore_ip" (?mm_info_ignore_ip@@3Umm_module@@A)
1>proxy.obj : error LNK2001: unresolved external symbol "struct mm_module 
mm_info_ignore_hostname" (?mm_info_ignore_hostname@@3Umm_module@@A)
1>proxy.obj : error LNK2001: unresolved external symbol "struct mm_module 
mm_info_ignore_domain" (?mm_info_ignore_domain@@3Umm_module@@A)
1>proxy.obj : error LNK2001: unresolved external symbol "struct mm_module 
mm_info_config_w32reg" (?mm_info_config_w32reg@@3Umm_module@@A)
1>D:\MB\Proxy\New\build\libproxy\Debug\libproxy.dll : fatal error LNK1120: 6 
unresolved externals
1>Build log was saved at 
"file://d:\MB\Proxy\New\build\libproxy\libproxy.dir\Debug\BuildLog.htm"
1>libproxy - 7 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 2 up-to-date, 0 skipped ==========

NOTE: I am able to build from source code dated (Thu Feb 25 20:12:57 2010) with 
out any issues.

Original issue reported on code.google.com by manojmar...@gmail.com on 26 Aug 2010 at 10:16

GoogleCodeExporter commented 9 years ago
Fixed in r747

Original comment by nicolas.dufresne@gmail.com on 1 Sep 2010 at 7:40

GoogleCodeExporter commented 9 years ago

Original comment by nicolas.dufresne@gmail.com on 1 Sep 2010 at 7:40