New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #33231 (new defect)

Opened 15 months ago

Last modified 15 months ago

ccaudio @1.1.1 build failure

Reported by: hanche@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.0.3
Keywords: Cc:
Port: ccaudio

Description

ccaudio fails to build. The failure starts with

 /Developer/usr/bin/clang++ -DHAVE_CONFIG_H -I. -I. -I. -DAUDIO_MODULE_PATH=\"/opt/local/lib/ccaudio1\" -I/opt/local/include -pipe -O2 -arch x86_64 -D_GNU_SOURCE -I/opt/local/include -c friends.cpp  -fno-common -DPIC -o .libs/friends.o
In file included from audiofile.cpp:45:
./audio.h:109:25: error: variable has incomplete type 'class CCXX_CLASS_EXPORT'
class CCXX_CLASS_EXPORT Audio

and goes downhill from there.

xcode 4.2.1 on osx 10.7.3.

Attachments

main.log.bz2 (4.6 KB) - added by hanche@… 15 months ago.
Log file (bzipped)

Change History

Changed 15 months ago by hanche@…

Log file (bzipped)

comment:1 follow-up: ↓ 2 Changed 15 months ago by ryandesign@…

I see you're using clang. Have you tried using a different compiler?

comment:2 in reply to: ↑ 1 Changed 15 months ago by hanche@…

Replying to ryandesign@…:

I see you're using clang. Have you tried using a different compiler?

I did try with configure.compiler=llvm-gcc-4.2, with a similar (but not identical) result.

I have not tried apple-gcc42, since I don't have it, and installing any gcc port seems to take forever and a half.

Note: See TracTickets for help on using tickets.