Blender 2.5 build error (WinXP, 32bit)
Posted: Sun Feb 21, 2010 3:51 pm
I'm building blender on Windows XP (32bit) since a few months following this wiki page: http://wiki.blender.org/index.php/Dev:D ... .5/Windows
Since a few days the build unfortunately fails with:
Sorry, but I have the error message just in german. It complains about symbols not being found.
Does anybody know how to solve the issue?
Since a few days the build unfortunately fails with:
Code: Select all
Bibliothek "C:\BlenderSVN\build\bin\blender.lib" und Objekt "C:\BlenderSVN\build\bin\blender.exp" werden erstellt.
bf_audaspace.lib(AUD_JackDevice.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "_jack_ringbuffer_write" in Funktion ""private: void __thiscall AUD_JackDevice::updateRingBuffers(void)" (?updateRingBuffers@AUD_JackDevice@@AAEXXZ)".
bf_audaspace.lib(AUD_JackDevice.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "_jack_ringbuffer_write_space" in Funktion ""private: void __thiscall AUD_JackDevice::updateRingBuffers(void)" (?updateRingBuffers@AUD_JackDevice@@AAEXXZ)".
bf_audaspace.lib(AUD_JackDevice.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "_jack_ringbuffer_read" in Funktion ""private: static int __cdecl AUD_JackDevice::jack_mix(unsigned int,void *)" (?jack_mix@AUD_JackDevice@@CAHIPAX@Z)".
bf_audaspace.lib(AUD_JackDevice.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "_jack_ringbuffer_read_space" in Funktion ""private: staticint __cdecl AUD_JackDevice::jack_mix(unsigned int,void *)" (?jack_mix@AUD_JackDe
vice@@CAHIPAX@Z)".
bf_audaspace.lib(AUD_JackDevice.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "_jack_ringbuffer_free" in Funktion ""public: virtual __thiscall AUD_JackDevice::~AUD_JackDevice(void)" (??1AUD_JackDevice@@UAE@XZ)".
bf_audaspace.lib(AUD_JackDevice.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "_jack_ringbuffer_create" in Funktion "__catch$??0AUD_JackDevice@@QAE@UAUD_DeviceSpecs@@H@Z$0".
C:\BlenderSVN\build\bin\blender.exe : fatal error LNK1120: 6 nicht aufgelöste externe Verweise.
scons: *** [C:\BlenderSVN\build\bin\blender.exe] Error 1120
scons: building terminated because of errors.
Does anybody know how to solve the issue?