This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

CUSTOMBUILD : I/O error: htmlhelp.xsl

0

I had cloned 2.3.0 version using git and wireshark build had worked. However I deleted the Development directory and re-cloned the repository and now am running into following error:

  "C:\Development\wsbuild32\Wireshark.sln" (Rebuild target) (1) ->
  "C:\Development\wsbuild32\docbook\user_guide_chm.vcxproj.metaproj" (Rebu
  ild target) (63) ->
  "C:\Development\wsbuild32\docbook\user_guide_chm.vcxproj" (Rebuild targe
  t) (113) ->
  (CustomBuild target) ->
    CUSTOMBUILD : I/O error : Attempt to load network entity http://docboo
  k.sourceforge.net/release/xsl/current/htmlhelp/htmlhelp.xsl [C:\Developm
  ent\wsbuild32\docbook\user_guide_chm.vcxproj]
    CUSTOMBUILD : compilation error : file /Development/wireshark/docbook/
  custom_layer_chm.xsl line 8 element import [C:\Development\wsbuild32\doc
  book\user_guide_chm.vcxproj]

"C:\Development\wsbuild32\Wireshark.sln" (Rebuild target) (1) -> "C:\Development\wsbuild32\docbook\developer_guide_chm.vcxproj.metaproj" (Rebuild target) (15) -> "C:\Development\wsbuild32\docbook\developer_guide_chm.vcxproj" (Rebuild target) (110) -> CUSTOMBUILD : I/O error : Attempt to load network entity http://docboo k.sourceforge.net/release/xsl/current/htmlhelp/htmlhelp.xsl [C:\Developm ent\wsbuild32\docbook\developer_guide_chm.vcxproj] CUSTOMBUILD : compilation error : file /Development/wireshark/docbook/ custom_layer_chm.xsl line 8 element import [C:\Development\wsbuild32\doc book\developer_guide_chm.vcxproj]

"C:\Development\wsbuild32\Wireshark.sln" (Rebuild target) (1) -> "C:\Development\wsbuild32\wireshark.vcxproj.metaproj" (Rebuild target) ( 70) -> "C:\Development\wsbuild32\wireshark.vcxproj" (Rebuild target) (153) -> (Link target) -> LINK : fatal error LNK1181: cannot open input file 'run\RelWithDebInfo \wireshark.lib' [C:\Development\wsbuild32\wireshark.vcxproj]

85 Warning(s) 5 Error(s)

I am connected to internet and can see the file if I check it via browser. I tried by deleting wsbuild32 and the error stays. Any ideas on what I am missing?

asked 10 Mar ‘17, 13:14

Sanj123's gravatar image

Sanj123
6336
accept rate: 0%

edited 10 Mar ‘17, 13:33