Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[higgins-dev] Higgins Identity Selector

Deal All,
Thank you for your great work on the Higgins wonderful projects. I have
happily downloaded and installed the Higgins Identity Selector
(http://wiki.eclipse.org/GTK_Selector_1.1-Win) and I am now using it; the
selector  is great and thank you very much for making it open-source. 
Since it is open source, I was hoping to build/run it using Visual Studio
2010. However, I have run into many errors which I am hoping that you could
help me with.
I have followed all the instructions posted on this page:
http://wiki.eclipse.org/GTK_Selector_1.1-Win 
and I have download and installed all the required software tools but still
without any luck.

When I run the configure_vs.bat script, I get the following errors: 


{{

C:\Higgins\org.eclipse.higgins.selector.ui.gtk>call "C:\Program Files
(x86)\Micr
osoft Visual Studio 10.0\VC\vcvarsall.bat" x86
Setting environment for using Microsoft Visual Studio 2010 x86 tools.
-- Check for working C compiler using: Visual Studio 10
-- Check for working C compiler using: Visual Studio 10 -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler using: Visual Studio 10
-- Check for working CXX compiler using: Visual Studio 10 -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
CMake Error at CMakeLists.txt:59 (include):
  include could not find load file:

    CommonConfig


-- Found OpenSSL:
optimized;C:/OpenSSL-Win32/lib/VC/ssleay32MD.lib;debug;C:/Open
SSL-Win32/lib/VC/ssleay32MDd.lib;optimized;C:/OpenSSL-Win32/lib/VC/libeay32M
D.li
b;debug;C:/OpenSSL-Win32/lib/VC/libeay32MDd.lib
CMake Error at CMakeLists.txt:109 (add_subdirectory):
  add_subdirectory given source
  "C:/Higgins/org.eclipse.higgins.selector.ui.gtk/ftk/src" which is not an
  existing directory.


CMake Error at CMakeLists.txt:112 (add_subdirectory):
  add_subdirectory given source
  "C:/Higgins/org.eclipse.higgins.selector.ui.gtk/ftk/util/ftktest/src"
which
  is not an existing directory.


CMake Error at CMakeLists.txt:115 (add_subdirectory):
  add_subdirectory given source
  "C:/Higgins/org.eclipse.higgins.selector.ui.gtk/iss/src" which is not an
  existing directory.


CMake Error at CMakeLists.txt:118 (add_subdirectory):
  add_subdirectory given source
  "C:/Higgins/org.eclipse.higgins.selector.ui.gtk/iss/util/isstest/src"
which
  is not an existing directory.


CMake Error at CMakeLists.txt:121 (add_subdirectory):
  add_subdirectory given source
  "C:/Higgins/org.eclipse.higgins.selector.ui.gtk/core/src" which is not an
  existing directory.


-- Configuring incomplete, errors occurred!

}}


I am desperately trying to generate the identityselector.sln  solution so
that I could build the identity selector and run it from Visual Studio (in
order to experiment with the code).

I am using a 64-bit Windows 7 OS (Professional) with a 2010 Visual Studio
(Ultimate version). 

Any help on this would be highly appreciated.  Also, if anyone has the
identityselector.sln  solution then I would be most grateful if I you could
share it with me.

Kind regards and looking forward to your reply,
Haitham







Back to the top