problem with boinc-dev from unstable; get_results() missing

Folkert van Heusden folkert at vanheusden.com
Tue Aug 29 09:02:13 UTC 2006


> > > Probably in a couple of days, but I can't promise that. Is it very
> > > important for you that this file appears in boinc-dev?
> > Yes but I don't want to disturb your planning and you might also have
> > better things to do :-)
> Good news for you, boinc-dev of BOINC 5.4.11-1 which was uploaded today 
> includes your header file. :-)

Great! Thanks!
But I think something is wrong with the libraries:

folkert at keetweej:~$ gcc -I/usr/include/BOINC/ -lboinc_api -lboinc -lstdc++ test.cpp
/tmp/ccltmayr.o: In function `main':
test.cpp:(.text+0x24): undefined reference to `RPC_CLIENT::RPC_CLIENT()'
test.cpp:(.text+0x34): undefined reference to `RPC_CLIENT::~RPC_CLIENT()'
collect2: ld returned 1 exit status

folkert at keetweej:~$ cat test.cpp
#include <BOINC/lib/gui_rpc_client.h>

int main(int argc, char *argv[])
{
        RPC_CLIENT      test;

        return 0;
}


Folkert van Heusden

-- 
www.vanheusden.com/multitail - multitail is tail on steroids. multiple
               windows, filtering, coloring, anything you can think of
----------------------------------------------------------------------
Phone: +31-6-41278122, PGP-key: 1F28D8AE, www.vanheusden.com



More information about the pkg-boinc-devel mailing list