Code Monkey home page Code Monkey logo

Comments (7)

GoogleCodeExporter avatar GoogleCodeExporter commented on May 27, 2024
give me the sample chm file, thanks.

Original comment by [email protected] on 12 Apr 2009 at 6:41

  • Changed state: InComplete

from chmsee.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 27, 2024
Hey I think I found the problem.

The image filename has a semicolon in between and xulrunner wants it changed to 
a %3B
in the URL.

I tried opening chmsee's generated url in firefox and I got a 'file not found' 
error.
Then I replaced the semicolon with %3B and it worked.

So this problem is in the chm and not in chmsee.

Original comment by [email protected] on 12 Apr 2009 at 7:32

from chmsee.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 27, 2024
check this issue: http://code.google.com/p/chmsee/issues/detail?id=12

it has been fixed in chmsee 1.0.4

Original comment by [email protected] on 12 Apr 2009 at 7:36

from chmsee.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 27, 2024
Strange. The latest git won't compile. Am I missing any dependencies ?

[  3%] Building CXX object src/CMakeFiles/chmseelib.dir/gecko_utils.cpp.o
In file included from /usr/include/xulrunner-1.9/unstable/nsrootidl.h:11,
                 from /usr/include/xulrunner-1.9/unstable/nsISupports.h:10,
                 from /usr/include/xulrunner-1.9/unstable/nsIWebBrowser.h:10,
                 from /usr/include/xulrunner-1.9/unstable/gtkmozembed_internal.h:41,
                 from /usr/include/xulrunner-1.9/unstable/gtkmozembed_glue.cpp:43,
                 from /home/abhinav/Desktop/chmsee/src/gecko_utils.cpp:46:
/usr/include/xulrunner-1.9/unstable/nscore.h:117:1: warning: "NS_HIDDEN" 
redefined
In file included from /home/abhinav/Desktop/chmsee/src/gecko_utils.h:44,
                 from /home/abhinav/Desktop/chmsee/src/gecko_utils.cpp:42:
/usr/include/xulrunner-1.9/unstable/gtkmozembed.h:57:1: warning: this is the 
location
of the previous definition
In file included from /usr/include/xulrunner-1.9/unstable/nsrootidl.h:11,
                 from /usr/include/xulrunner-1.9/unstable/nsISupports.h:10,
                 from /usr/include/xulrunner-1.9/unstable/nsIWebBrowser.h:10,
                 from /usr/include/xulrunner-1.9/unstable/gtkmozembed_internal.h:41,
                 from /usr/include/xulrunner-1.9/unstable/gtkmozembed_glue.cpp:43,
                 from /home/abhinav/Desktop/chmsee/src/gecko_utils.cpp:46:
/usr/include/xulrunner-1.9/unstable/nscore.h:206:1: warning: "NS_IMPORT_" 
redefined
In file included from /home/abhinav/Desktop/chmsee/src/gecko_utils.h:44,
                 from /home/abhinav/Desktop/chmsee/src/gecko_utils.cpp:42:
/usr/include/xulrunner-1.9/unstable/gtkmozembed.h:64:1: warning: this is the 
location
of the previous definition
In file included from /usr/include/xulrunner-1.9/unstable/nsrootidl.h:11,
                 from /usr/include/xulrunner-1.9/unstable/nsISupports.h:10,
                 from /usr/include/xulrunner-1.9/unstable/nsIWebBrowser.h:10,
                 from /usr/include/xulrunner-1.9/unstable/gtkmozembed_internal.h:41,
                 from /usr/include/xulrunner-1.9/unstable/gtkmozembed_glue.cpp:43,
                 from /home/abhinav/Desktop/chmsee/src/gecko_utils.cpp:46:
/usr/include/xulrunner-1.9/unstable/nscore.h:208:1: warning: "NS_EXPORT_" 
redefined
In file included from /home/abhinav/Desktop/chmsee/src/gecko_utils.h:44,
                 from /home/abhinav/Desktop/chmsee/src/gecko_utils.cpp:42:
/usr/include/xulrunner-1.9/unstable/gtkmozembed.h:63:1: warning: this is the 
location
of the previous definition
In file included from /home/abhinav/Desktop/chmsee/src/gecko_utils.cpp:71:
/usr/include/utils.h: In function ‘char* copystring(const char*)’:
/usr/include/utils.h:89: error: invalid conversion from ‘void*’ to 
‘char*’
/usr/include/utils.h: In function ‘char* catstring(char*, const char*)’:
/usr/include/utils.h:99: error: invalid conversion from ‘void*’ to 
‘char*’
/usr/include/utils.h:101: error: invalid conversion from ‘void*’ to 
‘char*’
/home/abhinav/Desktop/chmsee/src/gecko_utils.cpp: In function ‘nsresult
gecko_utils_init_prefs()’:
/home/abhinav/Desktop/chmsee/src/gecko_utils.cpp:186: error: 
‘get_resource_path’ was
not declared in this scope
make[2]: *** [src/CMakeFiles/chmseelib.dir/gecko_utils.cpp.o] Error 1
make[1]: *** [src/CMakeFiles/chmseelib.dir/all] Error 2
make: *** [all] Error 2

Original comment by [email protected] on 12 Apr 2009 at 8:04

from chmsee.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 27, 2024
fixed, please retry.

http://github.com/lidaobing/chmsee/commit/850405f48ecf0d3a545743abff4d61252152d4
59

Original comment by [email protected] on 12 Apr 2009 at 8:15

from chmsee.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 27, 2024
Thanks. Compiled and working.

Original comment by [email protected] on 12 Apr 2009 at 8:24

from chmsee.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 27, 2024

Original comment by [email protected] on 13 Apr 2009 at 7:41

  • Changed state: Duplicate

from chmsee.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.