15:09.10 |
*** join/#brlcad ibot
(~ibot@rikers.org) |
15:09.10 |
*** topic/#brlcad is BRL-CAD
Open Source Solid Modeling || http://brlcad.org || logs: http://ibot.rikers.org/%23brlcad/
|| Congratulations to our 11 accepted GSoC
students!! |
17:22.48 |
*** join/#brlcad andrei
(andrei@79.119.90.68) |
18:05.49 |
elf_ |
Thanks for the info brlcad, but I had the
bullet already installed when I tried that simulate
command. |
19:15.55 |
*** join/#brlcad Stattrav
(~Stattrav@61.12.114.82) |
19:15.55 |
*** join/#brlcad Stattrav
(~Stattrav@unaffiliated/stattrav) |
20:21.08 |
brlcad |
elf_: and did cmake say that it found it or
didn't find it? |
20:21.40 |
brlcad |
having it installed isn't the requirement,
"the simulate command is only available if bullet is found when you
run cmake" |
20:22.25 |
elf_ |
It doesn't seem to have found it, I looked
also in the brlcad src/libged and the simulate folder is not there,
so it didn't found it. |
21:16.13 |
*** join/#brlcad Guest28508
(~stas@188.24.42.87) |
21:19.34 |
*** join/#brlcad ksuzee
(~ksuzee91@46.149.82.166) |
21:52.47 |
elf_ |
@brlcad this is what cmake returns, it says it
found bullet |
21:52.49 |
elf_ |
http://paste.ubuntu.com/1163450/ |
21:56.41 |
starseeker |
elf_: but the src/libged/simulate directory
isn't present? |
21:58.28 |
starseeker |
actually, come to think of it it probably
wouldn't be |
21:59.22 |
starseeker |
elf_: what to look for during the build of
libged is files named simphysics.cpp, simulate.c, etc. |
21:59.36 |
starseeker |
if it's building those, then you're at least
building the source files |
22:07.48 |
elf_ |
I know, but it is strange that it says it
finds the bullet engine, but it doesn't add the simulate folder,
trying once again. waiting for it to finish building. |
22:17.51 |
starseeker |
elf_: it won't actually add the folder - it's
adding files from that folder to the libged sources list |
22:19.08 |
elf_ |
so I should not look for the whole folder?
Cause it added the zoom folder in the same place, libged, and I
thought it would do the same with the simulate folder
too. |
22:19.33 |
*** part/#brlcad ksuzee
(~ksuzee91@46.149.82.166) |
22:19.48 |
starseeker |
hmm |
22:20.14 |
starseeker |
it's possible that somehow BULLET_FOUND isn't
being set... |
22:21.59 |
starseeker |
I don't have a bullet setup handy at the
moment - if you look in your CMakeCache.txt file in your toplevel
build directory, what BULLET variables are defined? |
22:25.49 |
elf_ |
the BULLET collision library, collision
library debug, dynamics library, dynamics debug, bullet include
dir, bullet math lib, math debug, softbody lib and softbody
debug |
22:26.59 |
*** join/#brlcad cristina
(~quassel@86.127.164.155) |
22:47.14 |
starseeker |
but the simphysics.cpp file and similar files
aren't being built? |