Skip to main content

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

Hi all,

I am also trying to run the GTK Identity Selector 1.1-Win.  I managed to build and produce the Visual Studio solution identityselector.sln .

@Haitham Al-Sinani:  Due to the version "age". I manage to compile using Glade2+GTK version 2 instead of the last version. I assume, that you can have some problems with OpenSSL. Try to not change all occurrences of the string OPENSSL_SYSNAME_WIN64A to OPENSSL_SYSNAME_WIN32 present on the include\openssl\opensslconf.h file.


At the beginning I couldn't even build the VS solution, but after some extra debugging/changes I managed to build the solution using VS. However, when I follow the last steps I can't run the executable.

My plan is to make some parsing changes and do some tests to the selector. Can someone help me with that?

Cheers,
C

On Fri, Jan 21, 2011 at 11:25 PM, Haitham Al-Sinani <omanboy98@xxxxxxxxxxx> wrote:
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





_______________________________________________
higgins-dev mailing list
higgins-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/higgins-dev


Back to the top