Problem building Revision 15721

I just got this on 64 bit Hardy 8.04 with revision 15721 - straight Blender, not Apricot.

Linking program ==> ‘blender’
Linking program ==> ‘blenderplayer’
/home/organic/build/linux2/lib/libbf_blenkernel.a(scene.o): In function set_scene_bg': scene.c:(.text+0xaec): undefined reference toclear_last_seq’
collect2: ld returned 1 exit status
scons: *** [/home/organic/build/linux2/bin/blenderplayer] Error 1
scons: building terminated because of errors.

Anyone else?

you posted this just after i posted the exact same thread!

EDIT:

you have a different error though… and on plain blender not apricot…

not the same at all really except for revision number…you’re falling over on the blender player…

Both feature undefined references though.

Cleaned and updated, but build error persists…

Linking program ==> ‘blender’
Linking program ==> ‘blenderplayer’
/home/organic/build/linux2/lib/libbf_blenkernel.a(scene.o): In function set_scene_bg': scene.c:(.text+0xaec): undefined reference toclear_last_seq’
collect2: ld returned 1 exit status
scons: *** [/home/organic/build/linux2/bin/blenderplayer] Error 1
scons: building terminated because of errors.

At revision 15726

Anyone have news? Is it the same ‘Tex(t)’ error as in the Apricot branch at the same revision?

I have the same problem on windows. Blender compile fine with everything else other than blenderplayer.

=====
C:\src\blender3d\build\win32-mingw\lib\libbf_blenkernel.a(scene.o):scene.c:(.text+0x45a): undefined reference to `_clear_last_seq’
collect2: ld returned 1 exit status

=====
scons: *** [C:\src\blender3d\build\win32-mingw\bin\blenderplayer.exe] Error 1
scons: building terminated because of errors.

…you could not build blender player 'til it’s fixed… at least that way you get the latest version of svn blender…

I’ve committed a fix to trunk that fixes this.

/Nathan

Thanks. I was worried it was my own mistake. :slight_smile:

Though I should have known how to fix that. I’ll just keep learning from what you people do and maybe some day I can contribute back. ^^

That’s the spirit! Rock on!

/Nathan

Hurrah for Devs!

Install file: “release/text/copyright.txt” as “/home/organic/install/linux2/copyright.txt”
scons: done building targets.
organic@organic-desktop:~/blender$
At revision 15763.

Thanks.