[Bf-committers] [BF-Committers] source/blender/blenkernel/intern/implicit.c

Daniel Genrich daniel.genrich at gmx.net
Mon Mar 3 19:38:34 CET 2008


Hello,


this should have been fixed in rev 13946 .

You can also use the revision for test build 1 and comment 1 line in
souce/blender/blenkernel/BKE_cloth.h:
#define DO_INLINE inline

just comment it and IRIX should be fine!

Thanks for your patience
Daniel

Chuck Schwalbach schrieb:
> Hello again,
>
> Just wondering if anyone has had a chance to look at this error.
>
> Thanks,
>
> Charles
>
> On Sun, Mar 2, 2008 at 9:37 AM, Chuck Schwalbach
> <charles at charlesschwalbach.com> wrote:
>   
>> Hi,
>>
>>  I am getting several errors when compiling
>>  "source/blender/blenkernel/intern/implicit.c" on Irix. I am just
>>  wondering if there is something that I should look to modify in the
>>  compile options, or if there is something in the coding that has to
>>  change. Here are the errors that I am getting:
>>
>>  cc-3580 c99: ERROR File = source/blender/blenkernel/intern/implicit.c,
>>  Line = 343
>>   an entity with internal linkage cannot be referenced within an inline function
>>           with external linkage
>>
>>         cp_fmatrix(to, ZERO);
>>                        ^
>>
>>  cc-3580 c99: ERROR File = source/blender/blenkernel/intern/implicit.c,
>>  Line = 1176
>>   an entity with internal linkage cannot be referenced within an inline function
>>           with external linkage
>>
>>         sub_fmatrix_fmatrix(to, I, temp);
>>                                 ^
>>
>>  cc-3580 c99: ERROR File = source/blender/blenkernel/intern/implicit.c,
>>  Line = 1209
>>   an entity with internal linkage cannot be referenced within an inline function
>>           with external linkage
>>
>>         sub_fmatrix_fmatrix(to, I, to);
>>                                 ^
>>
>>  cc-3580 c99: ERROR File = source/blender/blenkernel/intern/implicit.c,
>>  Line = 1211
>>   an entity with internal linkage cannot be referenced within an inline function
>>           with external linkage
>>
>>         sub_fmatrix_fmatrix(to, to, I);
>>                                     ^
>>
>>  cc-3580 c99: ERROR File = source/blender/blenkernel/intern/implicit.c,
>>  Line = 1221
>>   an entity with internal linkage cannot be referenced within an inline function
>>           with external linkage
>>
>>         sub_fmatrix_fmatrix(to, I, to);
>>                                 ^
>>
>>
>>  Thank you in advance for the help!
>>
>>  Charles
>>
>>     
> _______________________________________________
> Bf-committers mailing list
> Bf-committers at blender.org
> http://lists.blender.org/mailman/listinfo/bf-committers
>
>   



More information about the Bf-committers mailing list