[Bf-committers] Re: New Constraint - Floor

trip bf-committers@blender.org
Fri, 28 May 2004 22:08:03 -0400


[Doritoss-Computer:~/projects/blender] ranch% patch -p0 < floorpatch.txt
patching file source/blender/blenkernel/intern/constraint.c
patching file source/blender/blenloader/intern/readfile.c
patch: **** malformed patch at line 8252: ONAT*/

[Doritoss-Computer:~/projects/blender] ranch%

trying again with new cvs

On May 28, 2004, at 5:12 PM, car wrote:

> BF OSX error Scons building the patch
>
> [filemaker:~/projects/blender] filemake% patch -p0 < floorpatch.txt
> patching file source/blender/blenkernel/intern/constraint.c
> patching file source/blender/blenloader/intern/readfile.c
> patch: **** malformed patch at line 8252: ONAT*/
>
> [filemaker:~/projects/blender] filemake% scons
> scons: Reading SConscript files ...
> Using config file: config.opts
> scons: done reading SConscript files.
> scons: Building targets ...
> gcc -pipe -fPIC -funsigned-char -ffast-math -O3 -Wall -W  
> -D_THREAD_SAFE -DMT_NDEBUG -DWITH_QUICKTIME -DGAMEBLENDER=1  
> -DUSE_SUMO_SOLID -DWITH_FREETYPE2  
> -I/Users/filemake/projects/build/darwin/source/blender/blenkernel  
> -Isource/blender/blenkernel -Isource/blender/blenkernel  
> -Iintern/guardedalloc  
> -I/Users/filemake/projects/build/darwin/source/blender/include  
> -Isource/blender/include -Isource/blender/include  
> -I/Users/filemake/projects/build/darwin/source/blender/blenlib  
> -Isource/blender/blenlib -Isource/blender/blenlib  
> -I/Users/filemake/projects/build/darwin/source/blender/makesdna  
> -Isource/blender/makesdna -Isource/blender/makesdna  
> -I/Users/filemake/projects/build/darwin/source/blender/python  
> -Isource/blender/python -Isource/blender/python  
> -I/Users/filemake/projects/build/darwin/source/blender/render/extern/ 
> include -Isource/blender/render/extern/include  
> -Isource/blender/render/extern/include  
> -I/Users/filemake/projects/build/darwin/source/blender/imbuf  
> -Isource/blender/imbuf -Isource/blender/imbuf  
> -I/Users/filemake/projects/build/darwin/source/blender/avi  
> -Isource/blender/avi -Isource/blender/avi -Iintern/iksolver/extern  
> -I/Users/filemake/projects/build/darwin/source/blender/blenloader  
> -Isource/blender/blenloader -Isource/blender/blenloader -c -o  
> /Users/filemake/projects/build/darwin/source/blender/blenkernel/ 
> intern/constraint.o source/blender/blenkernel/intern/constraint.c
> source/blender/blenkernel/intern/constraint.c: In function  
> `new_constraint_data':
> source/blender/blenkernel/intern/constraint.c:226: error:  
> `CONSTRAINT_TYPE_FLOOR' undeclared (first use in this function)
> source/blender/blenkernel/intern/constraint.c:226: error: (Each  
> undeclared identifier is reported only once
> source/blender/blenkernel/intern/constraint.c:226: error: for each  
> function it appears in.)
> source/blender/blenkernel/intern/constraint.c:228: error:  
> `bFloorConstraint' undeclared (first use in this function)
> source/blender/blenkernel/intern/constraint.c:228: error: `data'  
> undeclared (first use in this function)
> source/blender/blenkernel/intern/constraint.c:231: error: `FLOOR_X'  
> undeclared (first use in this function)
> source/blender/blenkernel/intern/constraint.c:231: error: `FLOOR_Y'  
> undeclared (first use in this function)
> source/blender/blenkernel/intern/constraint.c:231: error: `FLOOR_Z'  
> undeclared (first use in this function)
> source/blender/blenkernel/intern/constraint.c: In function  
> `get_constraint_target':
> source/blender/blenkernel/intern/constraint.c:552: error:  
> `CONSTRAINT_TYPE_FLOOR' undeclared (first use in this function)
> source/blender/blenkernel/intern/constraint.c:554: error:  
> `bFloorConstraint' undeclared (first use in this function)
> source/blender/blenkernel/intern/constraint.c:554: error: `data'  
> undeclared (first use in this function)
> source/blender/blenkernel/intern/constraint.c:554: error: parse error  
> before ')' token
> source/blender/blenkernel/intern/constraint.c: In function  
> `relink_constraints':
> source/blender/blenkernel/intern/constraint.c:743: error:  
> `CONSTRAINT_TYPE_FLOOR' undeclared (first use in this function)
> source/blender/blenkernel/intern/constraint.c:745: error:  
> `bFloorConstraint' undeclared (first use in this function)
> source/blender/blenkernel/intern/constraint.c:745: error: `data'  
> undeclared (first use in this function)
> source/blender/blenkernel/intern/constraint.c: In function  
> `copy_constraints':
> source/blender/blenkernel/intern/constraint.c:825: error:  
> `CONSTRAINT_TYPE_FLOOR' undeclared (first use in this function)
> source/blender/blenkernel/intern/constraint.c:827: error:  
> `bFloorConstraint' undeclared (first use in this function)
> source/blender/blenkernel/intern/constraint.c:827: error: `data'  
> undeclared (first use in this function)
> source/blender/blenkernel/intern/constraint.c:830: error: parse error  
> before ')' token
> source/blender/blenkernel/intern/constraint.c: In function  
> `evaluate_constraint':
> source/blender/blenkernel/intern/constraint.c:911: error:  
> `CONSTRAINT_TYPE_FLOOR' undeclared (first use in this function)
> source/blender/blenkernel/intern/constraint.c:913: error:  
> `bFloorConstraint' undeclared (first use in this function)
> source/blender/blenkernel/intern/constraint.c:913: error: `data'  
> undeclared (first use in this function)
> scons: ***  
> [/Users/filemake/projects/build/darwin/source/blender/blenkernel/ 
> intern/constraint.o] Error 1
> scons: building terminated because of errors.
> [filemaker:~/projects/blender] filemake%
>
>
> On May 28, 2004, at 11:57 AM, Roland Hess wrote:
>
>> Patch for the Floor constraint can be found at:
>> http://www.harkyman.com/floorpatch.txt
>>
>> -- 
>> Roland Hess
>> IT Manager
>> Reed & Witting Company
>> Pittsburgh, PA
>> _______________________________________________
>> Bf-committers mailing list
>> Bf-committers@blender.org
>> http://www.blender.org/mailman/listinfo/bf-committers
>>
>
> _______________________________________________
> Bf-committers mailing list
> Bf-committers@blender.org
> http://www.blender.org/mailman/listinfo/bf-committers
>