JackieXie168 / chmsee

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

chmsee run exception -chmsee automatically exit when luanched it #98

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1 . Download chmsee-1.0.7.tar.gz source
2. Meet the dependencies ref to the Readme
3. Follow the readme  to onfigure and make,make install chmsee

What is the expected output? What do you see instead?

** (chmsee:4886): WARNING **: Could not determine locale!

** (chmsee:4886): WARNING **: Could not determine locale!

段错误

What version of the product are you using? On what operating system?
CentOS release 5.5 (Final) 

Please provide any additional information below.
$ cmake .
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- checking for modules 
'gthread-2.0;glib-2.0;libxml-2.0;gtk+-2.0;libglade-2.0;nspr'
--   found gthread-2.0, version 2.12.3
--   found glib-2.0, version 2.12.3
--   found libxml-2.0, version 2.6.26
--   found gtk+-2.0, version 2.10.4
--   found libglade-2.0, version 2.6.0
--   found nspr, version 4.8.6
-- checking for one of the modules 
'libxul-embedding-unstable>=1.9;xulrunner-gtkmozembed>=1.8'
--   found libxul-embedding-unstable, version 1.9.2
-- Configuring done
-- Generating done
-- Build files have been written to: /home/hunter/Downloads/tmp/chmsee-1.0.7

Original issue reported on code.google.com by jf8...@gmail.com on 27 Oct 2010 at 12:45

Attachments:

GoogleCodeExporter commented 8 years ago
chmsee-1.0.7 doesn't work well with gecko 1.9.2, you need to try chmsee-1.1.0 
or later.

Original comment by jungl...@gmail.com on 29 Oct 2010 at 9:13

GoogleCodeExporter commented 8 years ago
It seem do not work too , any suggestion pls~!

[hunter@localhost build]$ cmake ../chmsee-1.1.0
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- checking for modules 'gthread-2.0;glib-2.0;libxml-2.0;gtk+-2.0>=2.16;nspr'
--   package 'gtk+-2.0>=2.16' not found
CMake Error at /usr/share/cmake/Modules/FindPkgConfig.cmake:270 (message):
  A required package was not found
Call Stack (most recent call first):
  /usr/share/cmake/Modules/FindPkgConfig.cmake:322 (_pkg_check_modules_internal)
  CMakeLists.txt:10 (pkg_check_modules)

-- checking for one of the modules 
'mozilla-gtkmozembed-embedding>=1.9;xulrunner-gtkmozembed>=1.9'
--   found mozilla-gtkmozembed-embedding, version 1.9.2
-- Configuring incomplete, errors occurred!

Original comment by jf8...@gmail.com on 30 Oct 2010 at 1:20

GoogleCodeExporter commented 8 years ago
According to the error message:
--   package 'gtk+-2.0>=2.16' not found

You need upgrade your gtk package to 2.16 or higher.

Original comment by jungl...@gmail.com on 31 Oct 2010 at 3:32