Opened 15 years ago

Last modified 14 years ago

#19239 closed defect

k3dsurf: doesn't compile, missing connectwidget.h — at Initial Version

Reported by: mojca (Mojca Miklavec) Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.7.1
Keywords: Cc:
Port: k3dsurf

Description

I first tried to install k3dsurf with porticus and it returned a missing zlib. Weird. So I went to command line and it stopped at this point:

---> Attempting to fetch k3dsurf-0.5.3.tar.gz from http://arn.se.distfiles.macports.org/k3dsurf ---> Verifying checksum(s) for k3dsurf ---> Extracting k3dsurf ---> Configuring k3dsurf ---> Building k3dsurf Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_math_k3dsurf/work/k3dsurf-0.5.3" && make all " returned error 2 Command output: cd src && qmake src.pro -o Makefile cd src && make -f Makefile /opt/local/bin/uic k3dsurf.ui -o k3dsurf.h /opt/local/bin/uic newwindow2.ui -o newwindow2.h c++ -c -pipe -Wall -W -Os -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_ACCESSIBILITY_SUPPORT -DQT_TABLET_SUPPORT -I/opt/local/share/qt3/mkspecs/default -I. -I/opt/local/include/qt3 -o main.o main.cpp c++ -c -pipe -Wall -W -Os -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_ACCESSIBILITY_SUPPORT -DQT_TABLET_SUPPORT -I/opt/local/share/qt3/mkspecs/default -I. -I/opt/local/include/qt3 -o panel.o panel.cpp c++ -c -pipe -Wall -W -Os -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_ACCESSIBILITY_SUPPORT -DQT_TABLET_SUPPORT -I/opt/local/share/qt3/mkspecs/default -I. -I/opt/local/include/qt3 -o Matrix3D.o Matrix3D.cpp c++ -c -pipe -Wall -W -Os -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_ACCESSIBILITY_SUPPORT -DQT_TABLET_SUPPORT -I/opt/local/share/qt3/mkspecs/default -I. -I/opt/local/include/qt3 -o Model3D.o Model3D.cpp c++ -c -pipe -Wall -W -Os -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_ACCESSIBILITY_SUPPORT -DQT_TABLET_SUPPORT -I/opt/local/share/qt3/mkspecs/default -I. -I/opt/local/include/qt3 -o fparser.o fparser/fparser.cpp c++ -c -pipe -Wall -W -Os -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_ACCESSIBILITY_SUPPORT -DQT_TABLET_SUPPORT -I/opt/local/share/qt3/mkspecs/default -I. -I/opt/local/include/qt3 -o edit.o edit.cpp c++ -c -pipe -Wall -W -Os -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_ACCESSIBILITY_SUPPORT -DQT_TABLET_SUPPORT -I/opt/local/share/qt3/mkspecs/default -I. -I/opt/local/include/qt3 -o Matrix4D.o Matrix4D.cpp c++ -c -pipe -Wall -W -Os -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_ACCESSIBILITY_SUPPORT -DQT_TABLET_SUPPORT -I/opt/local/share/qt3/mkspecs/default -I. -I/opt/local/include/qt3 -o Matrix5D.o nd/Matrix5D.cpp c++ -c -pipe -Wall -W -Os -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_ACCESSIBILITY_SUPPORT -DQT_TABLET_SUPPORT -I/opt/local/share/qt3/mkspecs/default -I. -I/opt/local/include/qt3 -o videoplayer.o videoplayer.cpp c++ -c -pipe -Wall -W -Os -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_ACCESSIBILITY_SUPPORT -DQT_TABLET_SUPPORT -I/opt/local/share/qt3/mkspecs/default -I. -I/opt/local/include/qt3 -o Matrix6D.o nd/Matrix6D.cpp /opt/local/bin/uic k3dsurf.ui -i k3dsurf.h -o k3dsurf.cpp c++ -c -pipe -Wall -W -Os -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_ACCESSIBILITY_SUPPORT -DQT_TABLET_SUPPORT -I/opt/local/share/qt3/mkspecs/default -I. -I/opt/local/include/qt3 -o k3dsurf.o k3dsurf.cpp k3dsurf.cpp:40:27: error: connectwidget.h: No such file or directory make[1]: * [k3dsurf.o] Error 1 make: * [sub-src] Error 2

Error: Status 1 encountered during processing.

There is a similar report on http://www.kde-apps.org/content/show.php?content=25049&forumpage=3&PHPSESSID=ca03e058b90, but I cannot help myself with it.

Change History (0)

Note: See TracTickets for help on using tickets.