Opened 12 years ago

Last modified 12 years ago

#35243 closed defect

mlt: transition_composite.c compile error — at Version 1

Reported by: mikyboum@… Owned by: dan@…
Priority: Normal Milestone:
Component: ports Version: 2.1.1
Keywords: haspatch Cc:
Port: mlt

Description (last modified by ryandesign (Ryan Carsten Schmidt))

Hi, I have a problem when i use the command "sudo port install mlt" the file "transition_composite.c" doesn't compile and the error is :

/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
{standard input}:186:FATAL:Symbol loop_start already defined.
make[2]: *** [transition_composite.o] Error 2

Please help me.

Best regards

Change History (3)

comment:1 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Owner: changed from macports-tickets@… to dan@…
Port: mlt added
Priority: HighNormal
Summary: transition_composite.c compile errormlt: transition_composite.c compile error

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.

Changed 12 years ago by jimrandomh@…

Attachment: main.log added

Changed 12 years ago by jimrandomh@…

Attachment: main.2.log added

Using clang instead of llvm

Note: See TracTickets for help on using tickets.