Opened 18 years ago

Closed 18 years ago

#5726 closed defect (fixed)

BUG: kdelibs3 fails to compile

Reported by: wojtekr@… Owned by: ben@…
Priority: High Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port:

Description

kdelibs3 fails to compile properly, gcc complains about lacking frameworks: g++-3.3 -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -Os -Os -fPIC -fno-exceptions -fno-check-new -fno-common -fno-exceptions -fno-check-new -fno- common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT - DQT_NO_TRANSLATION -o dcopidl main.o yacc.o scanner.o -Wl,-bind_at_load -L/opt/local/lib -L/usr/ X11R6/lib /opt/local/lib/libqt-mt.dylib Carbon.ltframework QuickTime.ltframework OpenGL.ltframework AGL.ltframework -lpng -lz -lm -lXext -lX11 -lSM -lICE -lpthread g++-3.3: Carbon.ltframework: No such file or directory g++-3.3: QuickTime.ltframework: No such file or directory g++-3.3: OpenGL.ltframework: No such file or directory g++-3.3: AGL.ltframework: No such file or directory

my system is: Darwin kraftbuch.local 8.3.0 Darwin Kernel Version 8.3.0: Mon Oct 3 20:04:04 PDT 2005; root:xnu-792.6.22.obj~2/RELEASE_PPC Power Macintosh powerpc

$ port info kdelibs3 kdelibs3 3.4.1, Revision 4, kde/kdelibs3 (Variants: darwin_6, darwin_8, apidox) Library Dependencies: libart_lgpl, audiofile, bzip2, openssl, expat, libflex, fontconfig, freetype, libidn, OpenEXR, gettext, jasper, jpeg, mad, libogg, pcre, libpng, poll-emulator, qt3, tiff, libusb, libvorbis, XFree86, Xft2, xrender, zlib, aspell, autoconf, cups-headers, libiconv, libxml2, libxslt, perl5.8, pkgconfig Platforms: darwin Maintainers: ben@…

Attachments (1)

eek (18.1 KB) - added by wojtekr@… 18 years ago.
port -vd output

Download all attachments as: .zip

Change History (4)

Changed 18 years ago by wojtekr@…

Attachment: eek added

port -vd output

comment:1 Changed 18 years ago by mww@…

Owner: changed from darwinports-bugs@… to ben@…
Summary: kdelibs3 fails to compileBUG: kdelibs3 fails to compile

comment:2 Changed 18 years ago by mww@…

btw. the "configure.env CXX=g++-3.3" stuff is rather bad and should be moved to a platform-variant, like:

platform darwin 7 {

configure.env-append CXX=/usr/bin/g++-3.3 CC=...

} platform darwin 8 {

configure.env-append CXX=/usr/bin/g++-4.0 CC=...

}

(at least I got a complain just today that kdelibs3 would build on tigger with gcc40 only)

comment:3 Changed 18 years ago by ben@…

Resolution: fixed
Status: newclosed

I believe the new qt-3.3.5 and kde 3.5.1 ports have resolved this. To install them, you will need to completely remove qt-3.3.5 and all kde* first.

If you still have problems, please open a new bug report with full details.

Note: See TracTickets for help on using tickets.