Blender Git Commits

Blender Git "master" branch commits.

Page: 5563 / 5574

January 11, 2003, 22:47 (GMT)
don't try to link against ODE on Irix
January 11, 2003, 22:10 (GMT)
skip BlOde for irix
January 11, 2003, 19:14 (GMT)
Build and install ode in lib/<platform>
Only enabled for Linux now, and not even tested yet :-P (what do you
mean 'in a hurry' ;-)
January 11, 2003, 02:37 (GMT)

Revert NAN_OPENSSL to it's previous value of '/usr' on FreeBSD
Revision fc0e924 by Kent Mein
January 10, 2003, 22:45 (GMT)


I went whole hog on the definitions each platform has its own block
and there is a block at the very end for platforms not specified above.

(not all of the defintions are in the platform's for example there
is no need for export NAN_IKSOLVER ?= $(LCGDIR)/iksolver
to be repeated all over the place, all of the ones you'll probably
want to change are in the platform specific blocks though)

This allows all platforms to be overridden by env vars...

Kent
Revision 3dbf223 by Kent Mein
January 10, 2003, 16:15 (GMT)


modified the default path to python for macosX to /sw

which is where fink puts it.

Kent
Revision b6d3351 by Kent Mein
January 7, 2003, 18:16 (GMT)


Added another fink bit under the macosX instructions.

6. python22 ((addes the static lib for python) fink install python22)
You will probably want to select python22-nox-shlibs when
it asks you.

After you have done this you should install the mx lib from:
http://www.egenix.com/files/python/mxTextTools.html

Kent
January 7, 2003, 05:08 (GMT)

Linux now also uses ode from lib/
January 7, 2003, 00:18 (GMT)
added a buch of

#ifdef __APPLE__
#include <OpenGL/gl.h>
#else
#include <GL/gl.h>
#endif
(also for <GL/glu.h>)

so that people don't have to create symlinks in
/System/Library/Frameworks/OpenGL.framework on Mac OS X
(Charles Wardlaw)
January 6, 2003, 23:01 (GMT)
John Walton's changes for Irix mips3 (NaN makefiles build)
Revision 13c8ae5 by Kent Mein
January 6, 2003, 21:45 (GMT)


Ok took out the ln -s for the GL headers.
A little looking shows that MacOSX uses OpenGL/blah.h
instead of GL/blah.h

Looks like time for more ifdef's

I also added a note to fink install cvs
(fixes a bug in the cvs you get by default with empty dirs)

Kent
January 6, 2003, 21:38 (GMT)
updates because of python changes
Maarten
Revision 08c8cac by Kent Mein
January 6, 2003, 21:30 (GMT)


Ok hopefully this is the last one for macosX ;)

Added this:
Step 4:
cd /System/Library/Frameworks/OpenGL.framework/
ln -s Headers GL


Kent
Revision faa1d14 by Kent Mein
January 6, 2003, 21:09 (GMT)


added for MacOSX instructions: (This has the static lib for libcrypto)
2. openssl-dev (fink install openssl-dev)

Kent
Revision dfd2b15 by Kent Mein
January 6, 2003, 20:23 (GMT)


Updated the fink calls to libjpeg and libpng instead of just jpeg and png.

Kent
January 6, 2003, 17:27 (GMT)
Removed references to modules that do not exist. The python interface is
broken, but it should give 0 errors when building.

Michel
January 6, 2003, 17:22 (GMT)
on Mac OS X run ranlib on libfrozen.a after creating it
January 5, 2003, 17:58 (GMT)
- DEFFILE needed for linking Netscape Blender plugin now points to local
version of npB3DPlg.def
January 5, 2003, 14:28 (GMT)
cleanup.
January 5, 2003, 14:27 (GMT)
remove ssr leftovers
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021