Changes between Initial Version and Version 10 of Ticket #1463


Ignore:
Timestamp:
Jun 4, 2012, 11:40:50 PM (12 years ago)
Author:
leper
Comment:

Thanks for the patch. I modified the ticket to add support for OpenBSD. I'll probably give the remaining issues a try in the next days, but if you have some other patches just add them here.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1463

    • Property Priority Should HaveNice to Have
    • Property Milestone BacklogAlpha 11
    • Property Summary error: call of overloaded 'append(const long unsigned int&)' is ambiguousAdd support for OpenBSD
  • Ticket #1463 – Description

    initial v10  
    1 When building r11863 on OpenBSD, I get the following error:
     1Make these libraries compile on OpenBSD and fix all remaining issues.
    22
    3 FCollada/FUtils/FUStringBuilder.h: In member function 'void FUStringBuilderT<Char>::set(const TYPE&) [with TYPE = long unsigned int, Char = char]':
    4 FCollada/FUtils/FUStringConversion.h:340:   instantiated from 'static fstring FUStringConversion::ToFString(const T&) [with T = size_t]'
    5 FCollada/FCDocument/FCDGeometryInstance.cpp:90:   instantiated from here
    6 FCollada/FUtils/FUStringBuilder.h:189: error: call of overloaded 'append(const long unsigned int&)' is ambiguous
    7 FCollada/FUtils/FUStringBuilder.h:96: note: candidates are: void FUStringBuilderT<Char>::append(Char) [with Char = char]
    8 FCollada/FUtils/FUStringBuilder.h:100: note:                 void FUStringBuilderT<Char>::append(const fm::stringT<CharT>&) [with Char = char] <near match>
    9 FCollada/FUtils/FUStringBuilder.h:105: note:                 void FUStringBuilderT<Char>::append(const Char*) [with Char = char] <near match>
    10 FCollada/FUtils/FUStringBuilder.h:115: note:                 void FUStringBuilderT<Char>::append(const FUStringBuilderT<Char>&) [with Char = char]
    11 FCollada/FUtils/FUStringBuilder.h:120: note:                 void FUStringBuilderT<Char>::append(int32) [with Char = char]
    12 FCollada/FUtils/FUStringBuilder.h:121: note:                 void FUStringBuilderT<Char>::append(uint32) [with Char = char]
    13 FCollada/FUtils/FUStringBuilder.h:122: note:                 void FUStringBuilderT<Char>::append(uint64) [with Char = char]
    14 FCollada/FUtils/FUStringBuilder.h:148: note:                 void FUStringBuilderT<Char>::append(float) [with Char = char]
    15 FCollada/FUtils/FUStringBuilder.h:149: note:                 void FUStringBuilderT<Char>::append(double) [with Char = char]
    16 FCollada/FUtils/FUStringBuilder.h:154: note:                 void FUStringBuilderT<Char>::append(const FMVector3&) [with Char = char] <near match>
    17 FCollada/FUtils/FUStringBuilder.h:155: note:                 void FUStringBuilderT<Char>::append(const FMVector4&) [with Char = char] <near match>
    18 FCollada/FCDocument/FCDGeometryMesh.cpp
    19 g++ -fvisibility=hidden -W -Wall -Wno-unused-parameter -Wno-unused-function -DLINUX -fpic  -fno-strict-aliasing -O0 -g -D_DEBUG -DRETAIL -IFCollada `pkg-config libxml-2.0 --cflags` -MD -MF output/debug/FCollada/FCDocument/FCDGeometryMesh.d -c FCollada/FCDocument/FCDGeometryMesh.cpp -o output/debug/FCollada/FCDocument/FCDGeometryMesh.o
     3~~FCollada~~ r11936[[BR]]
     4nvtt [https://code.google.com/p/nvidia-texture-tools/issues/detail?id=176 upstream bug report][[BR]]
     5!SpiderMonkey (probably needs --disable-tracejit)[[BR]]