← Back to team overview

yade-users team mailing list archive

Re: libboost-dev issue

 

I switched over to Kubuntu and download yade via bzr, upon compiling i
received the following message in build-bzr2120

scons: Configure: Checking for sqlite3_close(0L) in C++ library sqlite3...
/home/hobbes/build-bzr2120/.sconf_temp/conftest_9.cpp <-
  |
  |
  |#include "sqlite3.h"
  |
  |int
  |main() {
  |  sqlite3_close(0L);
  |return 0;
  |}
  |
distcc g++ -o /home/hobbes/build-bzr2120/.sconf_temp/conftest_9.o -c
-I/usr/include/wm3 -I/home/hobbes/build-bzr2120/include/yade-bzr212
/home/hobbes/build-bzr2120/.sconf_temp/conftest_9.cpp
distcc[31544] (dcc_get_hostlist) Warning: no hostlist is set; can't
distribute work
distcc[31544] (dcc_build_somewhere) Warning: failed to distribute, running
locally instead
/home/hobbes/build-bzr2120/.sconf_temp/conftest_9.cpp:3:21: error:
sqlite3.h: No such file or directory
/home/hobbes/build-bzr2120/.sconf_temp/conftest_9.cpp: In function 'int
main()':
/home/hobbes/build-bzr2120/.sconf_temp/conftest_9.cpp:7: error:
'sqlite3_close' was not declared in this scope
distcc[31544] ERROR: compile
/home/hobbes/build-bzr2120/.sconf_temp/conftest_9.cpp on localhost failed
scons: Configure: no

scons: Configure: Checking for Wm3::Math<double>::PI in C++ library
Wm3Foundation...
/home/hobbes/build-bzr2120/.sconf_temp/conftest_10.cpp <-
  |
  |
  |#include "Wm3Math.h"
  |
  |int
  |main() {
  |  Wm3::Math<double>::PI;
  |return 0;
  |}
  |
distcc g++ -o /home/hobbes/build-bzr2120/.sconf_temp/conftest_10.o -c
-I/usr/include/wm3 -I/home/hobbes/build-bzr2120/include/yade-bzr212
/home/hobbes/build-bzr2120/.sconf_temp/conftest_10.cpp
distcc[31549] (dcc_get_hostlist) Warning: no hostlist is set; can't
distribute work
distcc[31549] (dcc_build_somewhere) Warning: failed to distribute, running
locally instead
/home/hobbes/build-bzr2120/.sconf_temp/conftest_10.cpp:3:21: error:
Wm3Math.h: No such file or directory
/home/hobbes/build-bzr2120/.sconf_temp/conftest_10.cpp: In function 'int
main()':
/home/hobbes/build-bzr2120/.sconf_temp/conftest_10.cpp:7: error: 'Wm3' has
not been declared
/home/hobbes/build-bzr2120/.sconf_temp/conftest_10.cpp:7: error: expected
primary-expression before 'double'
/home/hobbes/build-bzr2120/.sconf_temp/conftest_10.cpp:7: error: expected
`;' before 'double'
distcc[31549] ERROR: compile
/home/hobbes/build-bzr2120/.sconf_temp/conftest_10.cpp on localhost failed
scons: Configure: no

It appears the headers for sqlite3.h and Wm3Math.h aren't being found or
weren't installed.

Regards,
Daryl

On Wed, Jun 18, 2008 at 10:26 AM, Daryl Begaye <dcbegaye@xxxxxxxxx> wrote:

> sad news my friend but,
>
> begaye@swt110:~$ bzr branch lp:yade
> bzr: ERROR: Not a branch: /home/begaye/lp:yade/
> begaye@swt110:~$ bzr checkout
> https://code.launchpad.net/%7Evcs-imports/yade/trunk
> bzr: ERROR: Connection error: Error retrieving
> https://code.launchpad.net/%7Evcs-imports/yade/trunk/.bzr/branch-format:
> <urlopen error (110, 'Connection timed out')> <urlopen error (110,
> 'Connection timed out')>
>
> maybe I'll try lenny.
>
>
> On Tue, Jun 17, 2008 at 3:57 PM, Václav S(milauer <eudoxos@xxxxxxxx>
> wrote:
>
>> Daryl Begaye napsal(a):
>> > through command line, would it be entered the same way as svn?
>> > bzr checkout https://code.launchpad.net/~vcs-imports/yade/trunk<https://code.launchpad.net/%7Evcs-imports/yade/trunk>
>> > <https://code.launchpad.net/%7Evcs-imports/yade/trunk>
>> Yes, or use shorter form "bzr branch lp:yade" as the page at
>> launchpad.net says. It will take a while since you will get some it with
>> history about 200 revisions back. (There are some differences between
>> checkout and branch, but they are probably not important now:
>> http://bazaar-vcs.org/CheckoutTutorial).
>>
>>
>> _______________________________________________
>> Yade-users mailing list
>> Yade-users@xxxxxxxxxxxxxxxx
>> https://lists.berlios.de/mailman/listinfo/yade-users
>>
>
>
>
> --
> Daryl Begaye
> Diné College
> http://www.dinecollege.edu
> Major(s): Computer Science and Fine Arts
>



-- 
Daryl Begaye
Diné College
http://www.dinecollege.edu
Major(s): Computer Science and Fine Arts
_______________________________________________
Yade-users mailing list
Yade-users@xxxxxxxxxxxxxxxx
https://lists.berlios.de/mailman/listinfo/yade-users

Follow ups

References