compile tuhoopu under Linux - ppc

Hi folks,
just I tried to compile tuhoopu under linux-ppc but there’s the next problem I unresolved: after the compilation, I see the next messages from make all:
****> Build 04:06:52 05-ago-2003 - 04:23:20 05-ago-2003
NAN_OPENSSL=/usr

and, where is the binary?

Then, if I try to make update, I recieve the next error:

cvs -z3 update -P -d lib/linux-glibc2.3.1-ppc
cvs [server aborted]: no such directory `lib’
make: *** [update] Error 1

It’s strange, cause the tuhoopu repository dont have any module call ‘lib’.

I dont know if runs OK and I dont found the binary on usr/local/bin like official blender’s compile. I would like to make a .deb package for the ppc-linux people :slight_smile:

Javier

I haven’t built tuhopuu in a while, but the binary is obj/linux-glibc2.3.1-i386/blenderdynamic
(replace glibc & i386 as appropriate.)

As with make update, I’ve never used it.
Use: cvs -z3 update -Pd
or: cvs -z3 update -PCd (to revert any changes you’ve made to the source.)

not found obj/linux-glibc2.3.1-i386/blenderdynamic :frowning:
I’m going to become a fool :frowning:

thanks for your feedbacks

Javier

obj/linux-<something>/debug/blenderdynamic ?

Where <something> is related to your architecture
(probably not i386 if you are on PPC).

If that doesn’t work, do

find . -name ‘blenderdynamic’

Chris

the list of directories under
/tuhoopu/blender/obj/linux-glibc2.3.1-pp
drwxr-xr-x 10 taris taris 4096 2003-08-06 00:28 .
drwxr-xr-x 3 taris taris 4096 2003-08-06 00:12 …
drwxr-xr-x 29 taris taris 4096 2003-08-06 00:22 blender
drwxr-xr-x 3 taris taris 4096 2003-08-06 00:19 creator
drwxr-xr-x 2 taris taris 4096 2003-08-06 00:19 debug
drwxr-xr-x 2 taris taris 4096 2003-08-06 00:13 extern
drwxr-xr-x 15 taris taris 4096 2003-08-06 00:29 gameengine
drwxr-xr-x 14 taris taris 4096 2003-08-06 00:19 intern
drwxr-xr-x 4 taris taris 4096 2003-08-06 00:22 kernel
drwxr-xr-x 2 taris taris 4096 2003-08-06 00:28 SoundSystem

in debug anything like blenderdynamic
nothing more :frowning:

has someone complie in these days tuhoopu and runs well?

Saludos,
Javier