Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [higgins-dev] cbis build errors

Hi,


Update and try the build again.  I just checked in updated GTK UI code with enhancements that were the result of the I3 event.


Thanks,


Andy

>>> Jeesmon Jacob <JJacob@xxxxxxxxxxxxx> 05/07/08 1:06 PM >>>
Hi Andy,

I got the following errors when I tried to build cbis on Ubuntu/7.10 (gutsy).

============================================
[ 98%] Building CXX object build/bin/bin/CMakeFiles/cbis.dir/gtkcs.o
/home/jjacob/workspace/org.eclipse.higgins.cbselector/ui/gtk/src/gtkcs.cpp: In static member function ‘static void F_GtkUserInterface::on_editcard_activate(GtkMenuItem*, void*)’:
/home/jjacob/workspace/org.eclipse.higgins.cbselector/ui/gtk/src/gtkcs.cpp:999: error: no matching function for call to ‘IF_ICard::getClaims(IF_List**)’
/home/jjacob/workspace/org.eclipse.higgins.cbselector/iss/include/iss.h:847: note: candidates are: virtual RCODE IF_ICard::getClaims(FTKBOOL, IF_List**)
/home/jjacob/workspace/org.eclipse.higgins.cbselector/ui/gtk/src/gtkcs.cpp: In member function ‘RCODE F_GtkUserInterface::rebuildInteractiveClaims()’:
/home/jjacob/workspace/org.eclipse.higgins.cbselector/ui/gtk/src/gtkcs.cpp:4046: error: no matching function for call to ‘IF_ICard::getClaims(IF_List**)’
/home/jjacob/workspace/org.eclipse.higgins.cbselector/iss/include/iss.h:847: note: candidates are: virtual RCODE IF_ICard::getClaims(FTKBOOL, IF_List**)
make[2]: *** [build/bin/bin/CMakeFiles/cbis.dir/gtkcs.o] Error 1
make[1]: *** [build/bin/bin/CMakeFiles/cbis.dir/all] Error 2
make: *** [all] Error 2
============================================

Method call in gtkcs.cpp is not matching the definition of IF_ICard::getClaims in iss_card.h.

Build works fine If I pass FALSE as the first argument to IF_ICard::getClaims method call.

Is that something you missed in gtk version when you added support for PIN-protected cards?

Other than that I was able to build and run cbis on Ubuntu.

Thanks,
Jeesmon

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


Back to the top