Opened 13 years ago
Closed 5 years ago
#33231 closed defect (fixed)
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 (1)
Change History (4)
Changed 13 years ago by hanche
Attachment: | main.log.bz2 added |
---|
comment:1 follow-up: 2 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
I see you're using clang. Have you tried using a different compiler?
comment:2 Changed 13 years 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.
comment:3 Changed 5 years ago by jmroot (Joshua Root)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Log file (bzipped)