Changes between Initial Version and Version 1 of Ticket #35243


Ignore:
Timestamp:
Jul 18, 2012, 11:41:13 PM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

It might help Dan diagnose the problem if you attached the main.log file.

It might be a compiler-specific problem, in which case you might be able to work around it by using a different compiler.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35243

    • Property Owner changed from macports-tickets@… to dan@…
    • Property Priority changed from High to Normal
    • Property Port mlt added
    • Property Summary changed from transition_composite.c compile error to mlt: transition_composite.c compile error
  • Ticket #35243 – Description

    initial v1  
    33the file "transition_composite.c" doesn't compile and the error is :
    44
     5{{{
    56/usr/bin/llvm-gcc-4.2 -O2 -I/opt/local/include -I/opt/local/include -DARCH_X86_64 -Wall -DPIC   -O2 -pipe -fno-tree-dominator-opts -fno-tree-pre -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fPIC -D__DARWIN__ -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DARCH_X86_64 -Wall -DPIC   -O2 -pipe -fno-tree-dominator-opts -fno-tree-pre -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fPIC -D__DARWIN__ -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -I../.. -DARCH_X86_64 -Wall -DPIC   -O2 -pipe -fno-tree-dominator-opts -fno-tree-pre -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fPIC -D__DARWIN__ -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE   -c -o transition_composite.o transition_composite.c
    67{standard input}:186:FATAL:Symbol loop_start already defined.
    78make[2]: *** [transition_composite.o] Error 2
     9}}}
    810
    911Please help me.