Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [higgins-dev] RPPS Service

Hi Paul,

Many thanks for the pointers. I have downloaded the org.eclipse.higgins.cbselector from the SVN and followed the steps from the wiki link you provided. However, I can't compile the library (weird) and get the following errors... Did anyone get similar issues or can help me with it?

Many thanks in advance...

-----------------------------------------------

[  1%] Building CXX object build/lib/identityselector/ftk/CMakeFiles/ftk.dir/ftkopenssl_convert.o
In file included from /home/calvin/workspace/org.eclipse.higgins.cbselector/ftk/src/../include/ftk.h:72,
                 from /home/calvin/workspace/org.eclipse.higgins.cbselector/ftk/src/ftksys.h:21,
                 from /home/calvin/workspace/org.eclipse.higgins.cbselector/ftk/src/ftkopenssl_convert.cpp:18:
/home/calvin/workspace/org.eclipse.higgins.cbselector/ftk/src/../include/ftkmem_dynabuf.h: In function ‘RCODE f_toX509(IF_X509Certificate*, X509**)’:
/home/calvin/workspace/org.eclipse.higgins.cbselector/ftk/src/../include/ftkmem_dynabuf.h:336: sorry, unimplemented: inlining failed in call to ‘virtual FTKBYTE* F_DynaBuf::getBufferPtr()’: function body not available
/home/calvin/workspace/org.eclipse.higgins.cbselector/ftk/src/../include/ftkmem_dynabuf.h:343: sorry, unimplemented: called from here
make[2]: *** [build/lib/identityselector/ftk/CMakeFiles/ftk.dir/ftkopenssl_convert.o] Error 1
make[1]: *** [build/lib/identityselector/ftk/CMakeFiles/ftk.dir/all] Error 2
make: *** [all] Error 2

-----------------------------------------------

Best,
C

On Mon, Feb 21, 2011 at 5:12 PM, Paul Trevithick <ptrevithick@xxxxxxxxx> wrote:
Calvin,

Higgins 1.0 includes a selector that runs standalone (and thus doesn't require RPPS or use it at all). See
http://wiki.eclipse.org/GTK_and_Cocoa_Selector_1.0

Paul

On Feb 21, 2011, at 11:06 AM, Calvin wrote:

> Hi all,
>
> I wanted to have an Identity Selector that stored the cards locally. In other words, I would like to have a identity selector with a local iCards storage, and only when I need to authenticate to RP I would show the iCard to the RP and process authentication.  At the moment, each card that is imported to IdS is automatically sent to the RPPS service. How can I import self created indoCards and avoid internet connection with the RPPS.
>
> Maybe I am just miss understanding the functionality... but I just wanted to created a testbed environment without requiring a central server interaction.
>
> Many thanks in advance,
>
> Best
> C
> <ATT00001..c>

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


Back to the top