1 | version:1 |
---|
2 | :debug:main changing euid/egid - current euid: 0 - current egid: 0 |
---|
3 | :debug:main egid changed to: 501 |
---|
4 | :debug:main euid changed to: 502 |
---|
5 | :debug:main Executing org.macports.main (kdelibs3) |
---|
6 | :debug:main Privilege de-escalation not attempted as not running as root. |
---|
7 | :debug:main Skipping completed org.macports.archivefetch (kdelibs3) |
---|
8 | :debug:main Privilege de-escalation not attempted as not running as root. |
---|
9 | :debug:main Skipping completed org.macports.fetch (kdelibs3) |
---|
10 | :debug:main Privilege de-escalation not attempted as not running as root. |
---|
11 | :debug:main Skipping completed org.macports.checksum (kdelibs3) |
---|
12 | :debug:main Privilege de-escalation not attempted as not running as root. |
---|
13 | :debug:main Skipping completed org.macports.extract (kdelibs3) |
---|
14 | :debug:main Privilege de-escalation not attempted as not running as root. |
---|
15 | :debug:main Skipping completed org.macports.patch (kdelibs3) |
---|
16 | :debug:main Privilege de-escalation not attempted as not running as root. |
---|
17 | :debug:main Skipping completed org.macports.configure (kdelibs3) |
---|
18 | :debug:main Privilege de-escalation not attempted as not running as root. |
---|
19 | :debug:build build phase started at Sat Nov 2 16:30:29 CET 2013 |
---|
20 | :notice:build ---> Building kdelibs3 |
---|
21 | :debug:build Executing org.macports.build (kdelibs3) |
---|
22 | :debug:build Environment: CPATH='/opt/local/include' CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/.CC_PRINT_OPTIONS' LIBRARY_PATH='/opt/local/lib' CC_PRINT_OPTIONS='YES' MACOSX_DEPLOYMENT_TARGET='10.9' CC='/usr/bin/clang' CXX='/usr/bin/clang++' ACLOCAL='aclocal-17' AUTOMAKE='automake-17' AUTOCONF='autoconf263' MAKEFLAGS='-j2' |
---|
23 | :debug:build Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10" && ./CompileScript.sh all' |
---|
24 | :debug:build Executing command line: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10" && ./CompileScript.sh all |
---|
25 | :info:build #!/bin/sh -ev |
---|
26 | :info:build |
---|
27 | :info:build export PREFIX="/opt/local" USE_UNSERMAKE=1 |
---|
28 | :info:build . ./environment-helper.sh |
---|
29 | :info:build #!/bin/sh |
---|
30 | :info:build |
---|
31 | :info:build [ -n "$EH_PREFIX" ] && export PREFIX="$EH_PREFIX" |
---|
32 | :info:build if [ -z "$PREFIX" ]; then |
---|
33 | :info:build echo "ERROR: set \$PREFIX before sourcing this script!" |
---|
34 | :info:build exit 1 |
---|
35 | :info:build fi |
---|
36 | :info:build |
---|
37 | :info:build export LDFLAGS="" |
---|
38 | :info:build |
---|
39 | :info:build # set some basic OS stuff |
---|
40 | :info:build SW_VERSION=`sw_vers -productVersion | cut -d. -f1-2` |
---|
41 | :info:build sw_vers -productVersion | cut -d. -f1-2 |
---|
42 | :info:build case $SW_VERSION in |
---|
43 | :info:build 10.[01]) |
---|
44 | :info:build echo "unsupported OS version: $SW_VERSION" |
---|
45 | :info:build exit 1 |
---|
46 | :info:build ;; |
---|
47 | :info:build 10.2) |
---|
48 | :info:build export MACOSX_DEPLOYMENT_TARGET=10.2 |
---|
49 | :info:build FREETYPE_CONFIG=$PREFIX/bin/freetype-config |
---|
50 | :info:build ;; |
---|
51 | :info:build 10.3) |
---|
52 | :info:build export MACOSX_DEPLOYMENT_TARGET="$SW_VERSION" |
---|
53 | :info:build export LD_TWOLEVEL_NAMESPACE=true |
---|
54 | :info:build FREETYPE_CONFIG=$PREFIX/bin/freetype-config |
---|
55 | :info:build ;; |
---|
56 | :info:build 10.4) |
---|
57 | :info:build export MACOSX_DEPLOYMENT_TARGET="$SW_VERSION" |
---|
58 | :info:build export LD_TWOLEVEL_NAMESPACE=true |
---|
59 | :info:build FREETYPE_CONFIG=$PREFIX/bin/freetype-config |
---|
60 | :info:build |
---|
61 | :info:build GCCCMD="gcc" |
---|
62 | :info:build [ -n "$CC" ] && GCCCMD="$CC" |
---|
63 | :info:build |
---|
64 | :info:build if [ `$GCCCMD --version 2>&1 | grep -c ' 4.0.0 '` -gt 0 ]; then |
---|
65 | :info:build cat <<END |
---|
66 | :info:build === ERROR === ERROR === ERROR === ERROR === ERROR === ERROR === |
---|
67 | :info:build |
---|
68 | :info:build You are using GCC 4.0.0, which is known to compile KDE, but |
---|
69 | :info:build produce bad code. Please update to XCode 2.2 or higher. |
---|
70 | :info:build |
---|
71 | :info:build === ERROR === ERROR === ERROR === ERROR === ERROR === ERROR === |
---|
72 | :info:build END |
---|
73 | :info:build exit 1 |
---|
74 | :info:build fi |
---|
75 | :info:build ;; |
---|
76 | :info:build 10.5) |
---|
77 | :info:build export MACOSX_DEPLOYMENT_TARGET="$SW_VERSION" |
---|
78 | :info:build export LD_TWOLEVEL_NAMESPACE=true |
---|
79 | :info:build export LDFLAGS="-Wl,-dylib_file,/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib -Wl,-dead_strip_dylibs" |
---|
80 | :info:build FREETYPE_CONFIG=$PREFIX/bin/freetype-config |
---|
81 | :info:build ;; |
---|
82 | :info:build *) |
---|
83 | :info:build export MACOSX_DEPLOYMENT_TARGET="$SW_VERSION" |
---|
84 | :info:build export LD_TWOLEVEL_NAMESPACE=true |
---|
85 | :info:build export LDFLAGS="-Wl,-dead_strip_dylibs" |
---|
86 | :info:build FREETYPE_CONFIG=$PREFIX/bin/freetype-config |
---|
87 | :info:build ;; |
---|
88 | :info:build esac |
---|
89 | :info:build |
---|
90 | :info:build if [ -n "$USE_UNSERMAKE" ] && [ "$USE_UNSERMAKE" -gt 0 ]; then |
---|
91 | :info:build UNSERMAKEFLAGS=`perl -e '$ENV{MAKEFLAGS} =~ s/^.*?-j(\d+).*?$/-j1 --compile-jobs=$1/; print $ENV{MAKEFLAGS}'` |
---|
92 | :info:build UNSERMAKEFLAGS="$UNSERMAKEFLAGS -p" |
---|
93 | :info:build MAKEFLAGS="" |
---|
94 | :info:build fi |
---|
95 | :info:build perl -e '$ENV{MAKEFLAGS} =~ s/^.*?-j(\d+).*?$/-j1 --compile-jobs=$1/; print $ENV{MAKEFLAGS}' |
---|
96 | :info:build |
---|
97 | :info:build |
---|
98 | :info:build SEARCHDIRS="$PREFIX/lib/system-openssl $PREFIX $PREFIX/lib/flex $PREFIX/lib/doxygen1.3" |
---|
99 | :info:build |
---|
100 | :info:build for dir in $SEARCHDIRS; do |
---|
101 | :info:build if [ -d "$dir" ]; then |
---|
102 | :info:build for incdir in "$dir/include/freetype2" "$dir/include"; do |
---|
103 | :info:build if [ -d "$incdir" ]; then |
---|
104 | :info:build export CPPFLAGS="$CPPFLAGS -I$incdir" |
---|
105 | :info:build fi |
---|
106 | :info:build done |
---|
107 | :info:build [ -d "$dir/lib" ] && export LDFLAGS="-L$dir/lib $LDFLAGS" |
---|
108 | :info:build [ -d "$dir/bin" ] && export PATH="$dir/bin:$PATH" |
---|
109 | :info:build [ -d "$dir/lib/pkgconfig" ] && export PKG_CONFIG_PATH="$dir/lib/pkgconfig:$PKG_CONFIG_PATH" |
---|
110 | :info:build fi |
---|
111 | :info:build done |
---|
112 | :info:build |
---|
113 | :info:build # -fast, minus the unsafe bits |
---|
114 | :info:build if [ -d "libltdl" ]; then |
---|
115 | :info:build export ACLOCALFLAGS="$ACLOCALFLAGS -I libltdl" |
---|
116 | :info:build fi |
---|
117 | :info:build export CFLAGS="-Os -fPIC" |
---|
118 | :info:build export CXXFLAGS="$CFLAGS" |
---|
119 | :info:build export CPPFLAGS="$CPPFLAGS -fno-common -no-cpp-precomp -DMACOSX -DARTS_NO_ALARM -I$PREFIX/include" |
---|
120 | :info:build export FREETYPE_CONFIG |
---|
121 | :info:build export LIBS="$LIBS -L$PREFIX/lib" |
---|
122 | :info:build export SED="sed" |
---|
123 | :info:build export CONFIGURE_PARAMS="--includedir=$PREFIX/include --libdir=$PREFIX/lib --prefix=$PREFIX --with-extra-libs=$PREFIX/lib --with-extra-includes=$PREFIX/include --enable-mt --with-pic --enable-rpath --enable-shared=yes --enable-static=no --mandir=$PREFIX/share/man --with-xinerama --with-pam --disable-final --with-ssl-dir=$PREFIX --with-ssl --disable-dependency-tracking --enable-gcc-hidden-visibility" |
---|
124 | :info:build |
---|
125 | :info:build export ac_cv_have_x="have_x=yes ac_x_includes=$PREFIX/include ac_x_libraries=$PREFIX/lib" |
---|
126 | :info:build export kde_cv_have_x="have_x=yes kde_x_includes=$PREFIX/include kde_x_libraries=$PREFIX/lib" |
---|
127 | :info:build export x_includes="$PREFIX/include" x_libraries="$PREFIX/lib" |
---|
128 | :info:build export XMKMF="$PREFIX/bin/xmkmf" IMAKE="$PREFIX/bin/imake" |
---|
129 | :info:build |
---|
130 | :info:build # miscellaneous stuff that packages use |
---|
131 | :info:build export lt_cv_sys_max_cmd_len=65536 |
---|
132 | :info:build export HOME=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work |
---|
133 | :info:build export QTDOCDIR="$PREFIX/share/doc/qt3/html" |
---|
134 | :info:build [ -x "$PREFIX/lib/flex/bin/flex" ] && export LEX="$PREFIX/lib/flex/bin/flex" |
---|
135 | :info:build |
---|
136 | :info:build if [ -e "$PREFIX/lib/qt3/include" ]; then |
---|
137 | :info:build CONFIGURE_PARAMS="$CONFIGURE_PARAMS --with-qt-dir=$PREFIX/lib/qt3" |
---|
138 | :info:build else |
---|
139 | :info:build CONFIGURE_PARAMS="$CONFIGURE_PARAMS --with-qt-dir=$PREFIX --with-qt-includes=$PREFIX/include/qt" |
---|
140 | :info:build fi |
---|
141 | :info:build |
---|
142 | :info:build PATH=`echo $PATH | perl -p -e 'for my $entry (split(/:/, $_)) { next if ($entry =~ m,^/usr/local,); push(@path, $entry) }; $_ = join(":", @path)'` |
---|
143 | :info:build echo $PATH | perl -p -e 'for my $entry (split(/:/, $_)) { next if ($entry =~ m,^/usr/local,); push(@path, $entry) }; $_ = join(":", @path)' |
---|
144 | :info:build |
---|
145 | :info:build if [ -x "$PREFIX/lib/xmkmf/bin" ]; then |
---|
146 | :info:build export PATH="$PREFIX/lib/xmkmf/bin:$PATH" |
---|
147 | :info:build export IMAKEINCLUDE="-I$PREFIX/lib/X11/config" |
---|
148 | :info:build fi |
---|
149 | :info:build |
---|
150 | :info:build if [ `grep -r /usr/X11R6 admin 2>/dev/null | wc -l` -gt 0 ]; then |
---|
151 | :info:build echo "*** replacing /usr/X11R6 with $PREFIX in the admin/ directory ***" |
---|
152 | :info:build find admin -type f | xargs perl -pi -e "s,/usr/X11R6,$PREFIX,g" |
---|
153 | :info:build fi |
---|
154 | :info:build grep -r /usr/X11R6 admin 2>/dev/null | wc -l |
---|
155 | :info:build |
---|
156 | :info:build export ALL_LIBRARIES="$LDFLAGS $LIBS" |
---|
157 | :info:build |
---|
158 | :info:build cat <<END |
---|
159 | :info:build the following environment is being used: |
---|
160 | :info:build |
---|
161 | :info:build ACLOCALFLAGS: $ACLOCALFLAGS |
---|
162 | :info:build CFLAGS: $CFLAGS |
---|
163 | :info:build CPPFLAGS: $CPPFLAGS |
---|
164 | :info:build CXXFLAGS: $CXXFLAGS |
---|
165 | :info:build CC: $CC |
---|
166 | :info:build CXX: $CXX |
---|
167 | :info:build FREETYPE_CONFIG: $FREETYPE_CONFIG |
---|
168 | :info:build LDFLAGS: $LDFLAGS |
---|
169 | :info:build LIBS: $LIBS |
---|
170 | :info:build MACOSX_DEPLOYMENT_TARGET: $MACOSX_DEPLOYMENT_TARGET |
---|
171 | :info:build PATH: $PATH |
---|
172 | :info:build PKG_CONFIG_PATH: $PKG_CONFIG_PATH |
---|
173 | :info:build CONFIGURE_PARAMS: $CONFIGURE_PARAMS |
---|
174 | :info:build UNSERMAKEFLAGS: $UNSERMAKEFLAGS |
---|
175 | :info:build MAKEFLAGS: $MAKEFLAGS |
---|
176 | :info:build |
---|
177 | :info:build END |
---|
178 | :info:build the following environment is being used: |
---|
179 | :info:build |
---|
180 | :info:build ACLOCALFLAGS: -I libltdl |
---|
181 | :info:build CFLAGS: -Os -fPIC |
---|
182 | :info:build CPPFLAGS: -I/opt/local/include/freetype2 -I/opt/local/include -fno-common -no-cpp-precomp -DMACOSX -DARTS_NO_ALARM -I/opt/local/include |
---|
183 | :info:build CXXFLAGS: -Os -fPIC |
---|
184 | :info:build CC: /usr/bin/clang |
---|
185 | :info:build CXX: /usr/bin/clang++ |
---|
186 | :info:build FREETYPE_CONFIG: /opt/local/bin/freetype-config |
---|
187 | :info:build LDFLAGS: -L/opt/local/lib -Wl,-dead_strip_dylibs |
---|
188 | :info:build LIBS: -L/opt/local/lib |
---|
189 | :info:build MACOSX_DEPLOYMENT_TARGET: 10.9 |
---|
190 | :info:build PATH: /opt/local/bin:/opt/local/bin:/opt/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin |
---|
191 | :info:build PKG_CONFIG_PATH: /opt/local/lib/pkgconfig: |
---|
192 | :info:build CONFIGURE_PARAMS: --includedir=/opt/local/include --libdir=/opt/local/lib --prefix=/opt/local --with-extra-libs=/opt/local/lib --with-extra-includes=/opt/local/include --enable-mt --with-pic --enable-rpath --enable-shared=yes --enable-static=no --mandir=/opt/local/share/man --with-xinerama --with-pam --disable-final --with-ssl-dir=/opt/local --with-ssl --disable-dependency-tracking --enable-gcc-hidden-visibility --with-qt-dir=/opt/local/lib/qt3 |
---|
193 | :info:build UNSERMAKEFLAGS: -j1 --compile-jobs=2 -p |
---|
194 | :info:build MAKEFLAGS: |
---|
195 | :info:build |
---|
196 | :info:build |
---|
197 | :info:build case $SW_VERSION in |
---|
198 | :info:build 6*|7*) |
---|
199 | :info:build export CPPFLAGS="$CPPFLAGS -DHAVE_SYS_EXEC_H=1" |
---|
200 | :info:build ;; |
---|
201 | :info:build 10.8) |
---|
202 | :info:build export CPPFLAGS="$CPPFLAGS -D_IPP_PRIVATE_STRUCTURES=1" |
---|
203 | :info:build ;; |
---|
204 | :info:build esac |
---|
205 | :info:build |
---|
206 | :info:build export CPPFLAGS="-I/usr/include/gssapi $CPPFLAGS" |
---|
207 | :info:build |
---|
208 | :info:build ./build-helper.sh cvs kdelibs3 3.5.10 16 make -f admin/Makefile.common cvs |
---|
209 | :info:build *** YOU'RE USING UNSERMAKE. |
---|
210 | :info:build *** GOOD LUCK!! :) |
---|
211 | :info:build *** Creating acinclude.m4 |
---|
212 | :info:build make[1]: Nothing to be done for `acinclude.m4'. |
---|
213 | :info:build *** Creating list of subdirectories |
---|
214 | :info:build *** Creating Makefile.am |
---|
215 | :info:build *** Creating configure.files |
---|
216 | :info:build *** Creating configure.in |
---|
217 | :info:build *** Creating aclocal.m4 |
---|
218 | :info:build *** Creating configure |
---|
219 | :info:build configure.in:37: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works, ...): suspicious cache-id, must contain _cv_ to be cached |
---|
220 | :info:build ../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from... |
---|
221 | :info:build ../../lib/autoconf/general.m4:1994: AC_CACHE_CHECK is expanded from... |
---|
222 | :info:build aclocal.m4:6617: AC_LIBTOOL_COMPILER_OPTION is expanded from... |
---|
223 | :info:build aclocal.m4:10805: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from... |
---|
224 | :info:build aclocal.m4:8653: _LT_AC_LANG_C_CONFIG is expanded from... |
---|
225 | :info:build aclocal.m4:8652: AC_LIBTOOL_LANG_C_CONFIG is expanded from... |
---|
226 | :info:build aclocal.m4:6082: AC_LIBTOOL_SETUP is expanded from... |
---|
227 | :info:build aclocal.m4:6062: _AC_PROG_LIBTOOL is expanded from... |
---|
228 | :info:build aclocal.m4:6027: AC_PROG_LIBTOOL is expanded from... |
---|
229 | :info:build aclocal.m4:12305: AM_PROG_LIBTOOL is expanded from... |
---|
230 | :info:build aclocal.m4:3509: KDE_PROG_LIBTOOL is expanded from... |
---|
231 | :info:build configure.in:37: the top level |
---|
232 | :info:build configure.in:37: warning: AC_CACHE_VAL(lt_prog_compiler_static_works, ...): suspicious cache-id, must contain _cv_ to be cached |
---|
233 | :info:build aclocal.m4:6662: AC_LIBTOOL_LINKER_OPTION is expanded from... |
---|
234 | :info:build configure.in:37: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_CXX, ...): suspicious cache-id, must contain _cv_ to be cached |
---|
235 | :info:build aclocal.m4:8730: _LT_AC_LANG_CXX_CONFIG is expanded from... |
---|
236 | :info:build aclocal.m4:8729: AC_LIBTOOL_LANG_CXX_CONFIG is expanded from... |
---|
237 | :info:build aclocal.m4:7789: _LT_AC_TAGCONFIG is expanded from... |
---|
238 | :info:build configure.in:37: warning: AC_CACHE_VAL(lt_prog_compiler_static_works_CXX, ...): suspicious cache-id, must contain _cv_ to be cached |
---|
239 | :info:build configure.in:37: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_F77, ...): suspicious cache-id, must contain _cv_ to be cached |
---|
240 | :info:build aclocal.m4:9893: _LT_AC_LANG_F77_CONFIG is expanded from... |
---|
241 | :info:build aclocal.m4:9892: AC_LIBTOOL_LANG_F77_CONFIG is expanded from... |
---|
242 | :info:build configure.in:37: warning: AC_CACHE_VAL(lt_prog_compiler_static_works_F77, ...): suspicious cache-id, must contain _cv_ to be cached |
---|
243 | :info:build configure.in:37: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_GCJ, ...): suspicious cache-id, must contain _cv_ to be cached |
---|
244 | :info:build aclocal.m4:9995: _LT_AC_LANG_GCJ_CONFIG is expanded from... |
---|
245 | :info:build aclocal.m4:9994: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from... |
---|
246 | :info:build configure.in:37: warning: AC_CACHE_VAL(lt_prog_compiler_static_works_GCJ, ...): suspicious cache-id, must contain _cv_ to be cached |
---|
247 | :info:build configure.in:1473: warning: AC_CACHE_VAL(kde_link_libthai, ...): suspicious cache-id, must contain _cv_ to be cached |
---|
248 | :info:build configure.in:1421: KDE_CHECK_LIBTHAI is expanded from... |
---|
249 | :info:build configure.in:1473: the top level |
---|
250 | :info:build *** Creating config.h template |
---|
251 | :info:build configure.in:37: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works, ...): suspicious cache-id, must contain _cv_ to be cached |
---|
252 | :info:build ../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from... |
---|
253 | :info:build ../../lib/autoconf/general.m4:1994: AC_CACHE_CHECK is expanded from... |
---|
254 | :info:build aclocal.m4:6617: AC_LIBTOOL_COMPILER_OPTION is expanded from... |
---|
255 | :info:build aclocal.m4:10805: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from... |
---|
256 | :info:build aclocal.m4:8653: _LT_AC_LANG_C_CONFIG is expanded from... |
---|
257 | :info:build aclocal.m4:8652: AC_LIBTOOL_LANG_C_CONFIG is expanded from... |
---|
258 | :info:build aclocal.m4:6082: AC_LIBTOOL_SETUP is expanded from... |
---|
259 | :info:build aclocal.m4:6062: _AC_PROG_LIBTOOL is expanded from... |
---|
260 | :info:build aclocal.m4:6027: AC_PROG_LIBTOOL is expanded from... |
---|
261 | :info:build aclocal.m4:12305: AM_PROG_LIBTOOL is expanded from... |
---|
262 | :info:build aclocal.m4:3509: KDE_PROG_LIBTOOL is expanded from... |
---|
263 | :info:build configure.in:37: the top level |
---|
264 | :info:build configure.in:37: warning: AC_CACHE_VAL(lt_prog_compiler_static_works, ...): suspicious cache-id, must contain _cv_ to be cached |
---|
265 | :info:build aclocal.m4:6662: AC_LIBTOOL_LINKER_OPTION is expanded from... |
---|
266 | :info:build configure.in:37: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_CXX, ...): suspicious cache-id, must contain _cv_ to be cached |
---|
267 | :info:build aclocal.m4:8730: _LT_AC_LANG_CXX_CONFIG is expanded from... |
---|
268 | :info:build aclocal.m4:8729: AC_LIBTOOL_LANG_CXX_CONFIG is expanded from... |
---|
269 | :info:build aclocal.m4:7789: _LT_AC_TAGCONFIG is expanded from... |
---|
270 | :info:build configure.in:37: warning: AC_CACHE_VAL(lt_prog_compiler_static_works_CXX, ...): suspicious cache-id, must contain _cv_ to be cached |
---|
271 | :info:build configure.in:37: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_F77, ...): suspicious cache-id, must contain _cv_ to be cached |
---|
272 | :info:build aclocal.m4:9893: _LT_AC_LANG_F77_CONFIG is expanded from... |
---|
273 | :info:build aclocal.m4:9892: AC_LIBTOOL_LANG_F77_CONFIG is expanded from... |
---|
274 | :info:build configure.in:37: warning: AC_CACHE_VAL(lt_prog_compiler_static_works_F77, ...): suspicious cache-id, must contain _cv_ to be cached |
---|
275 | :info:build configure.in:37: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_GCJ, ...): suspicious cache-id, must contain _cv_ to be cached |
---|
276 | :info:build aclocal.m4:9995: _LT_AC_LANG_GCJ_CONFIG is expanded from... |
---|
277 | :info:build aclocal.m4:9994: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from... |
---|
278 | :info:build configure.in:37: warning: AC_CACHE_VAL(lt_prog_compiler_static_works_GCJ, ...): suspicious cache-id, must contain _cv_ to be cached |
---|
279 | :info:build configure.in:1473: warning: AC_CACHE_VAL(kde_link_libthai, ...): suspicious cache-id, must contain _cv_ to be cached |
---|
280 | :info:build configure.in:1421: KDE_CHECK_LIBTHAI is expanded from... |
---|
281 | :info:build configure.in:1473: the top level |
---|
282 | :info:build *** Creating Makefile templates |
---|
283 | :info:build configure.in:37: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works, ...): suspicious cache-id, must contain _cv_ to be cached |
---|
284 | :info:build ../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from... |
---|
285 | :info:build ../../lib/autoconf/general.m4:1994: AC_CACHE_CHECK is expanded from... |
---|
286 | :info:build aclocal.m4:6617: AC_LIBTOOL_COMPILER_OPTION is expanded from... |
---|
287 | :info:build aclocal.m4:10805: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from... |
---|
288 | :info:build aclocal.m4:8653: _LT_AC_LANG_C_CONFIG is expanded from... |
---|
289 | :info:build aclocal.m4:8652: AC_LIBTOOL_LANG_C_CONFIG is expanded from... |
---|
290 | :info:build aclocal.m4:6082: AC_LIBTOOL_SETUP is expanded from... |
---|
291 | :info:build aclocal.m4:6062: _AC_PROG_LIBTOOL is expanded from... |
---|
292 | :info:build aclocal.m4:6027: AC_PROG_LIBTOOL is expanded from... |
---|
293 | :info:build aclocal.m4:12305: AM_PROG_LIBTOOL is expanded from... |
---|
294 | :info:build aclocal.m4:3509: KDE_PROG_LIBTOOL is expanded from... |
---|
295 | :info:build configure.in:37: the top level |
---|
296 | :info:build configure.in:37: warning: AC_CACHE_VAL(lt_prog_compiler_static_works, ...): suspicious cache-id, must contain _cv_ to be cached |
---|
297 | :info:build aclocal.m4:6662: AC_LIBTOOL_LINKER_OPTION is expanded from... |
---|
298 | :info:build configure.in:37: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_CXX, ...): suspicious cache-id, must contain _cv_ to be cached |
---|
299 | :info:build aclocal.m4:8730: _LT_AC_LANG_CXX_CONFIG is expanded from... |
---|
300 | :info:build aclocal.m4:8729: AC_LIBTOOL_LANG_CXX_CONFIG is expanded from... |
---|
301 | :info:build aclocal.m4:7789: _LT_AC_TAGCONFIG is expanded from... |
---|
302 | :info:build configure.in:37: warning: AC_CACHE_VAL(lt_prog_compiler_static_works_CXX, ...): suspicious cache-id, must contain _cv_ to be cached |
---|
303 | :info:build configure.in:37: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_F77, ...): suspicious cache-id, must contain _cv_ to be cached |
---|
304 | :info:build aclocal.m4:9893: _LT_AC_LANG_F77_CONFIG is expanded from... |
---|
305 | :info:build aclocal.m4:9892: AC_LIBTOOL_LANG_F77_CONFIG is expanded from... |
---|
306 | :info:build configure.in:37: warning: AC_CACHE_VAL(lt_prog_compiler_static_works_F77, ...): suspicious cache-id, must contain _cv_ to be cached |
---|
307 | :info:build configure.in:37: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_GCJ, ...): suspicious cache-id, must contain _cv_ to be cached |
---|
308 | :info:build aclocal.m4:9995: _LT_AC_LANG_GCJ_CONFIG is expanded from... |
---|
309 | :info:build aclocal.m4:9994: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from... |
---|
310 | :info:build configure.in:37: warning: AC_CACHE_VAL(lt_prog_compiler_static_works_GCJ, ...): suspicious cache-id, must contain _cv_ to be cached |
---|
311 | :info:build configure.in:1473: warning: AC_CACHE_VAL(kde_link_libthai, ...): suspicious cache-id, must contain _cv_ to be cached |
---|
312 | :info:build configure.in:1421: KDE_CHECK_LIBTHAI is expanded from... |
---|
313 | :info:build configure.in:1473: the top level |
---|
314 | :info:build pics/crystalsvg/Makefile.am: unknown icon format (cr32-key_enter.png) |
---|
315 | :info:build *** Creating date/time stamp |
---|
316 | :info:build *** Finished |
---|
317 | :info:build Don't forget to run ./configure |
---|
318 | :info:build If you haven't done so in a while, run ./configure --help |
---|
319 | :info:build ./build-helper.sh configure kdelibs3 3.5.10 16 ./configure --without-lua --enable-cups --with-ldap=framework --with-gssapi=framework --with-distribution='MacPorts/Mac OS X' --without-arts $CONFIGURE_PARAMS |
---|
320 | :info:build configure: WARNING: unrecognized options: --with-ldap, --with-xinerama, --with-pam |
---|
321 | :info:build checking build system type... i686-apple-darwin13.0.0 |
---|
322 | :info:build checking host system type... i686-apple-darwin13.0.0 |
---|
323 | :info:build checking target system type... i686-apple-darwin13.0.0 |
---|
324 | :info:build checking for a BSD-compatible install... /opt/local/bin/ginstall -c |
---|
325 | :info:build checking for -p flag to install... yes |
---|
326 | :info:build checking whether build environment is sane... yes |
---|
327 | :info:build checking for gawk... no |
---|
328 | :info:build checking for mawk... no |
---|
329 | :info:build checking for nawk... no |
---|
330 | :info:build checking for awk... awk |
---|
331 | :info:build checking whether make sets $(MAKE)... yes |
---|
332 | :info:build checking for a BSD-compatible install... /opt/local/bin/ginstall -c -p |
---|
333 | :info:build checking for style of include used by make... GNU |
---|
334 | :info:build checking for gcc... /usr/bin/clang |
---|
335 | :info:build checking for C compiler default output file name... a.out |
---|
336 | :info:build checking whether the C compiler works... yes |
---|
337 | :info:build checking whether we are cross compiling... no |
---|
338 | :info:build checking for suffix of executables... |
---|
339 | :info:build checking for suffix of object files... o |
---|
340 | :info:build checking whether we are using the GNU C compiler... yes |
---|
341 | :info:build checking whether /usr/bin/clang accepts -g... yes |
---|
342 | :info:build checking for /usr/bin/clang option to accept ISO C89... none needed |
---|
343 | :info:build checking dependency style of /usr/bin/clang... none |
---|
344 | :info:build checking how to run the C preprocessor... /usr/bin/clang -E |
---|
345 | :info:build checking whether we are using the GNU C++ compiler... yes |
---|
346 | :info:build checking whether /usr/bin/clang++ accepts -g... yes |
---|
347 | :info:build checking dependency style of /usr/bin/clang++... none |
---|
348 | :info:build checking whether /usr/bin/clang is blacklisted... no |
---|
349 | :info:build checking whether /usr/bin/clang++ supports -Wundef... yes |
---|
350 | :info:build checking whether /usr/bin/clang++ supports -Wno-long-long... yes |
---|
351 | :info:build checking whether /usr/bin/clang++ supports -Wno-non-virtual-dtor... yes |
---|
352 | :info:build checking whether /usr/bin/clang++ supports -fno-reorder-blocks... yes |
---|
353 | :info:build checking whether /usr/bin/clang++ supports -fno-exceptions... yes |
---|
354 | :info:build checking whether /usr/bin/clang++ supports -fno-check-new... yes |
---|
355 | :info:build checking whether /usr/bin/clang++ supports -fno-common... yes |
---|
356 | :info:build checking whether /usr/bin/clang++ supports -fexceptions... yes |
---|
357 | :info:build checking whether system headers can cope with -Os -fno-inline... irrelevant |
---|
358 | :info:build checking how to run the C++ preprocessor... /usr/bin/clang++ -E |
---|
359 | :info:build checking whether /usr/bin/clang++ supports -O0... yes |
---|
360 | :info:build ./configure: line 8055: ldd: command not found |
---|
361 | :info:build not using lib directory suffix |
---|
362 | :info:build checking for a sed that does not truncate output... /opt/local/bin/gsed |
---|
363 | :info:build checking for grep that handles long lines and -e... /usr/bin/grep |
---|
364 | :info:build checking for egrep... /usr/bin/grep -E |
---|
365 | :info:build checking for ld used by /usr/bin/clang... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld |
---|
366 | :info:build checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no |
---|
367 | :info:build checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r |
---|
368 | :info:build checking for BSD-compatible nm... /opt/local/bin/nm |
---|
369 | :info:build checking whether ln -s works... yes |
---|
370 | :info:build checking how to recognise dependent libraries... pass_all |
---|
371 | :info:build checking for ANSI C header files... yes |
---|
372 | :info:build checking for sys/types.h... yes |
---|
373 | :info:build checking for sys/stat.h... yes |
---|
374 | :info:build checking for stdlib.h... yes |
---|
375 | :info:build checking for string.h... yes |
---|
376 | :info:build checking for memory.h... yes |
---|
377 | :info:build checking for strings.h... yes |
---|
378 | :info:build checking for inttypes.h... yes |
---|
379 | :info:build checking for stdint.h... yes |
---|
380 | :info:build checking for unistd.h... yes |
---|
381 | :info:build checking dlfcn.h usability... yes |
---|
382 | :info:build checking dlfcn.h presence... yes |
---|
383 | :info:build checking for dlfcn.h... yes |
---|
384 | :info:build checking how to run the C++ preprocessor... /usr/bin/clang++ -E |
---|
385 | :info:build checking for g77... no |
---|
386 | :info:build checking for xlf... no |
---|
387 | :info:build checking for f77... no |
---|
388 | :info:build checking for frt... no |
---|
389 | :info:build checking for pgf77... no |
---|
390 | :info:build checking for cf77... no |
---|
391 | :info:build checking for fort77... no |
---|
392 | :info:build checking for fl32... no |
---|
393 | :info:build checking for af77... no |
---|
394 | :info:build checking for xlf90... no |
---|
395 | :info:build checking for f90... no |
---|
396 | :info:build checking for pgf90... no |
---|
397 | :info:build checking for pghpf... no |
---|
398 | :info:build checking for epcf90... no |
---|
399 | :info:build checking for gfortran... no |
---|
400 | :info:build checking for g95... no |
---|
401 | :info:build checking for xlf95... no |
---|
402 | :info:build checking for f95... no |
---|
403 | :info:build checking for fort... no |
---|
404 | :info:build checking for ifort... no |
---|
405 | :info:build checking for ifc... no |
---|
406 | :info:build checking for efc... no |
---|
407 | :info:build checking for pgf95... no |
---|
408 | :info:build checking for lf95... no |
---|
409 | :info:build checking for ftn... no |
---|
410 | :info:build checking whether we are using the GNU Fortran 77 compiler... no |
---|
411 | :info:build checking whether accepts -g... no |
---|
412 | :info:build checking the maximum length of command line arguments... (cached) 65536 |
---|
413 | :info:build checking command to parse /opt/local/bin/nm output from /usr/bin/clang object... ok |
---|
414 | :info:build checking for objdir... .libs |
---|
415 | :info:build checking for ar... ar |
---|
416 | :info:build checking for ranlib... ranlib |
---|
417 | :info:build checking for strip... strip |
---|
418 | :info:build checking if /usr/bin/clang supports -fno-rtti -fno-exceptions... yes |
---|
419 | :info:build checking for /usr/bin/clang option to produce PIC... -fno-common |
---|
420 | :info:build checking if /usr/bin/clang PIC flag -fno-common works... yes |
---|
421 | :info:build checking if /usr/bin/clang static flag -static works... no |
---|
422 | :info:build checking if /usr/bin/clang supports -c -o file.o... yes |
---|
423 | :info:build checking whether the /usr/bin/clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes |
---|
424 | :info:build checking dynamic linker characteristics... darwin13.0.0 dyld |
---|
425 | :info:build checking how to hardcode library paths into programs... immediate |
---|
426 | :info:build checking whether stripping libraries is possible... yes |
---|
427 | :info:build checking for dlopen in -ldl... yes |
---|
428 | :info:build checking whether a program can dlopen itself... yes |
---|
429 | :info:build checking whether a statically linked program can dlopen itself... yes |
---|
430 | :info:build checking if libtool supports shared libraries... yes |
---|
431 | :info:build checking whether to build shared libraries... yes |
---|
432 | :info:build checking whether to build static libraries... no |
---|
433 | :info:build configure: creating libtool |
---|
434 | :info:build appending configuration tag "CXX" to libtool |
---|
435 | :info:build checking for ld used by /usr/bin/clang++... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld |
---|
436 | :info:build checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no |
---|
437 | :info:build checking whether the /usr/bin/clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes |
---|
438 | :info:build checking for /usr/bin/clang++ option to produce PIC... -fno-common |
---|
439 | :info:build checking if /usr/bin/clang++ PIC flag -fno-common works... yes |
---|
440 | :info:build checking if /usr/bin/clang++ static flag -static works... no |
---|
441 | :info:build checking if /usr/bin/clang++ supports -c -o file.o... yes |
---|
442 | :info:build checking whether the /usr/bin/clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes |
---|
443 | :info:build checking dynamic linker characteristics... darwin13.0.0 dyld |
---|
444 | :info:build checking how to hardcode library paths into programs... immediate |
---|
445 | :info:build appending configuration tag "F77" to libtool |
---|
446 | :info:build checking which extension is used for shared libraries... |
---|
447 | :info:build checking which variable specifies run-time library path... DYLD_LIBRARY_PATH |
---|
448 | :info:build checking for the default library search path... /usr/local/lib /lib /usr/lib |
---|
449 | :info:build checking for objdir... .libs |
---|
450 | :info:build checking command to parse /opt/local/bin/nm output... yes |
---|
451 | :info:build checking whether libtool supports -dlopen/-dlpreopen... yes |
---|
452 | :info:build checking for dlopen in -ldl... (cached) yes |
---|
453 | :info:build checking for shl_load... no |
---|
454 | :info:build checking for shl_load in -ldld... no |
---|
455 | :info:build checking for dld_link in -ldld... no |
---|
456 | :info:build checking for dlerror... yes |
---|
457 | :info:build checking for _ prefix in compiled symbols... (cached) yes |
---|
458 | :info:build checking whether we have to add an underscore for dlsym... no |
---|
459 | :info:build checking whether deplibs are loaded by dlopen... yes |
---|
460 | :info:build checking malloc.h usability... no |
---|
461 | :info:build checking malloc.h presence... no |
---|
462 | :info:build checking for malloc.h... no |
---|
463 | :info:build checking for memory.h... (cached) yes |
---|
464 | :info:build checking for stdlib.h... (cached) yes |
---|
465 | :info:build checking stdio.h usability... yes |
---|
466 | :info:build checking stdio.h presence... yes |
---|
467 | :info:build checking for stdio.h... yes |
---|
468 | :info:build checking ctype.h usability... yes |
---|
469 | :info:build checking ctype.h presence... yes |
---|
470 | :info:build checking for ctype.h... yes |
---|
471 | :info:build checking for dlfcn.h... (cached) yes |
---|
472 | :info:build checking dl.h usability... no |
---|
473 | :info:build checking dl.h presence... no |
---|
474 | :info:build checking for dl.h... no |
---|
475 | :info:build checking dld.h usability... no |
---|
476 | :info:build checking dld.h presence... no |
---|
477 | :info:build checking for dld.h... no |
---|
478 | :info:build checking for string.h... (cached) yes |
---|
479 | :info:build checking for strchr... yes |
---|
480 | :info:build checking for strrchr... yes |
---|
481 | :info:build checking for memcpy... yes |
---|
482 | :info:build checking for strcmp... yes |
---|
483 | :info:build checking for msgfmt... /opt/local/bin/msgfmt |
---|
484 | :info:build checking for gmsgfmt... /opt/local/bin/msgfmt |
---|
485 | :info:build checking for xgettext... /opt/local/bin/xgettext |
---|
486 | :info:build checking for ranlib... (cached) ranlib |
---|
487 | :info:build checking for off_t... yes |
---|
488 | :info:build checking for size_t... yes |
---|
489 | :info:build checking for working alloca.h... yes |
---|
490 | :info:build checking for alloca... yes |
---|
491 | :info:build checking for stdlib.h... (cached) yes |
---|
492 | :info:build checking for unistd.h... (cached) yes |
---|
493 | :info:build checking for getpagesize... yes |
---|
494 | :info:build checking for working mmap... yes |
---|
495 | :info:build checking limits.h usability... yes |
---|
496 | :info:build checking limits.h presence... yes |
---|
497 | :info:build checking for limits.h... yes |
---|
498 | :info:build checking locale.h usability... yes |
---|
499 | :info:build checking locale.h presence... yes |
---|
500 | :info:build checking for locale.h... yes |
---|
501 | :info:build checking nl_types.h usability... yes |
---|
502 | :info:build checking nl_types.h presence... yes |
---|
503 | :info:build checking for nl_types.h... yes |
---|
504 | :info:build checking for string.h... (cached) yes |
---|
505 | :info:build checking values.h usability... no |
---|
506 | :info:build checking values.h presence... no |
---|
507 | :info:build checking for values.h... no |
---|
508 | :info:build checking alloca.h usability... yes |
---|
509 | :info:build checking alloca.h presence... yes |
---|
510 | :info:build checking for alloca.h... yes |
---|
511 | :info:build checking for getcwd... yes |
---|
512 | :info:build checking for munmap... yes |
---|
513 | :info:build checking for putenv... yes |
---|
514 | :info:build checking for setlocale... yes |
---|
515 | :info:build checking for strchr... (cached) yes |
---|
516 | :info:build checking for strcasecmp... yes |
---|
517 | :info:build checking for __argz_count... no |
---|
518 | :info:build checking for __argz_stringify... no |
---|
519 | :info:build checking for __argz_next... no |
---|
520 | :info:build checking for stpcpy... yes |
---|
521 | :info:build checking for LC_MESSAGES... yes |
---|
522 | :info:build checking if C++ programs can be compiled... yes |
---|
523 | :info:build checking for dirent.h that defines DIR... yes |
---|
524 | :info:build checking for library containing opendir... none required |
---|
525 | :info:build checking for ANSI C header files... (cached) yes |
---|
526 | :info:build checking sys/param.h usability... yes |
---|
527 | :info:build checking sys/param.h presence... yes |
---|
528 | :info:build checking for sys/param.h... yes |
---|
529 | :info:build checking sys/mman.h usability... yes |
---|
530 | :info:build checking sys/mman.h presence... yes |
---|
531 | :info:build checking for sys/mman.h... yes |
---|
532 | :info:build checking sys/time.h usability... yes |
---|
533 | :info:build checking sys/time.h presence... yes |
---|
534 | :info:build checking for sys/time.h... yes |
---|
535 | :info:build checking sysent.h usability... no |
---|
536 | :info:build checking sysent.h presence... no |
---|
537 | :info:build checking for sysent.h... no |
---|
538 | :info:build checking for strings.h... (cached) yes |
---|
539 | :info:build checking for sys/stat.h... (cached) yes |
---|
540 | :info:build checking sys/select.h usability... yes |
---|
541 | :info:build checking sys/select.h presence... yes |
---|
542 | :info:build checking for sys/select.h... yes |
---|
543 | :info:build checking paths.h usability... yes |
---|
544 | :info:build checking paths.h presence... yes |
---|
545 | :info:build checking for paths.h... yes |
---|
546 | :info:build checking for malloc.h... (cached) no |
---|
547 | :info:build checking for limits.h... (cached) yes |
---|
548 | :info:build checking sys/soundcard.h usability... no |
---|
549 | :info:build checking sys/soundcard.h presence... no |
---|
550 | :info:build checking for sys/soundcard.h... no |
---|
551 | :info:build checking for dlfcn.h... (cached) yes |
---|
552 | :info:build checking termios.h usability... yes |
---|
553 | :info:build checking termios.h presence... yes |
---|
554 | :info:build checking for termios.h... yes |
---|
555 | :info:build checking sys/acl.h usability... yes |
---|
556 | :info:build checking sys/acl.h presence... yes |
---|
557 | :info:build checking for sys/acl.h... yes |
---|
558 | :info:build checking sys/xattr.h usability... yes |
---|
559 | :info:build checking sys/xattr.h presence... yes |
---|
560 | :info:build checking for sys/xattr.h... yes |
---|
561 | :info:build checking attr/libattr.h usability... no |
---|
562 | :info:build checking attr/libattr.h presence... no |
---|
563 | :info:build checking for attr/libattr.h... no |
---|
564 | :info:build checking for acl_init in -lacl... no |
---|
565 | :info:build checking acl/libacl.h usability... no |
---|
566 | :info:build checking acl/libacl.h presence... no |
---|
567 | :info:build checking for acl/libacl.h... no |
---|
568 | :info:build checking for strlcat... yes |
---|
569 | :info:build checking if strlcat needs custom prototype... no |
---|
570 | :info:build checking for strlcpy... yes |
---|
571 | :info:build checking if strlcpy needs custom prototype... no |
---|
572 | :info:build checking for main in -lutil... yes |
---|
573 | :info:build checking for main in -lcompat... no |
---|
574 | :info:build checking for crypt in -lcrypt... no |
---|
575 | :info:build checking for crypt in -lc... yes |
---|
576 | :info:build checking for socklen_t... yes |
---|
577 | :info:build checking for dnet_ntoa in -ldnet... no |
---|
578 | :info:build checking for dnet_ntoa in -ldnet_stub... no |
---|
579 | :info:build checking for inet_ntoa... yes |
---|
580 | :info:build checking for connect... yes |
---|
581 | :info:build checking for remove... yes |
---|
582 | :info:build checking for shmat... yes |
---|
583 | :info:build checking for sys/types.h... (cached) yes |
---|
584 | :info:build checking for stdint.h... (cached) yes |
---|
585 | :info:build checking sys/bitypes.h usability... no |
---|
586 | :info:build checking sys/bitypes.h presence... no |
---|
587 | :info:build checking for sys/bitypes.h... no |
---|
588 | :info:build checking for poll in -lpoll... yes |
---|
589 | :info:build checking Carbon/Carbon.h usability... yes |
---|
590 | :info:build checking Carbon/Carbon.h presence... yes |
---|
591 | :info:build checking for Carbon/Carbon.h... yes |
---|
592 | :info:build checking CoreAudio/CoreAudio.h usability... yes |
---|
593 | :info:build checking CoreAudio/CoreAudio.h presence... yes |
---|
594 | :info:build checking for CoreAudio/CoreAudio.h... yes |
---|
595 | :info:build checking if res_init needs -lresolv... yes |
---|
596 | :info:build checking for res_init... yes |
---|
597 | :info:build checking if res_init needs custom prototype... no |
---|
598 | :info:build checking for killpg in -lucb... no |
---|
599 | :info:build checking size of int... 4 |
---|
600 | :info:build checking size of short... 2 |
---|
601 | :info:build checking size of long... 8 |
---|
602 | :info:build checking size of char *... 8 |
---|
603 | :info:build checking for dlopen in -ldl... (cached) yes |
---|
604 | :info:build checking for shl_unload in -ldld... no |
---|
605 | :info:build checking size of size_t... 8 |
---|
606 | :info:build checking size of unsigned long... 8 |
---|
607 | :info:build checking sizeof size_t == sizeof unsigned long... yes |
---|
608 | :info:build checking for PIE support... yes |
---|
609 | :info:build checking if enabling -pie/fPIE support... yes |
---|
610 | :info:build checking crt_externs.h usability... yes |
---|
611 | :info:build checking crt_externs.h presence... yes |
---|
612 | :info:build checking for crt_externs.h... yes |
---|
613 | :info:build checking for _NSGetEnviron... yes |
---|
614 | :info:build checking for vsnprintf... yes |
---|
615 | :info:build checking for snprintf... yes |
---|
616 | :info:build checking for X... (cached) libraries /opt/local/lib, headers /opt/local/include |
---|
617 | :info:build checking for IceConnectionNumber in -lICE... yes |
---|
618 | :info:build checking for libXext... yes |
---|
619 | :info:build checking for pkg-config... /opt/local/bin/pkg-config |
---|
620 | :info:build checking for pthread_create in -lpthread... yes |
---|
621 | :info:build checking for extra includes... added |
---|
622 | :info:build checking for extra libs... added |
---|
623 | :info:build checking for libz... -lz |
---|
624 | :info:build checking for libpng... -lpng -lz -lm |
---|
625 | :info:build checking for libjpeg6b... no |
---|
626 | :info:build checking for libjpeg... -ljpeg |
---|
627 | :info:build checking for perl... /opt/local/bin/perl |
---|
628 | :info:build checking for Qt... libraries /opt/local/lib/qt3/lib, headers /opt/local/lib/qt3/include using -mt |
---|
629 | :info:build checking for moc... /opt/local/lib/qt3/bin/moc |
---|
630 | :info:build checking for uic... /opt/local/lib/qt3/bin/uic |
---|
631 | :info:build checking whether uic supports -L ... yes |
---|
632 | :info:build checking whether uic supports -nounload ... yes |
---|
633 | :info:build checking if Qt needs -ljpeg... no |
---|
634 | :info:build checking for rpath... yes |
---|
635 | :info:build checking for KDE... will be installed in /opt/local |
---|
636 | :info:build checking grepping for visibility push/pop in headers... no |
---|
637 | :info:build configure: WARNING: Your libstdc++ doesn't appear to be patched for |
---|
638 | :info:build visibility support. Disabling -fvisibility=hidden |
---|
639 | :info:build checking whether /usr/bin/clang++ supports -fvisibility=hidden... yes |
---|
640 | :info:build checking if Qt is patched for -fvisibility... yes |
---|
641 | :info:build checking for KDE paths... defaults |
---|
642 | :info:build checking for dcopidl... compiled |
---|
643 | :info:build checking for dcopidl2cpp... compiled |
---|
644 | :info:build checking for meinproc... compiled |
---|
645 | :info:build checking for kconfig_compiler... compiled |
---|
646 | :info:build checking for dcopidlng... compiled |
---|
647 | :info:build checking for makekdewidgets... compiled |
---|
648 | :info:build checking for xmllint... /opt/local/bin/xmllint |
---|
649 | :info:build checking for X11/extensions/shape.h... yes |
---|
650 | :info:build checking for X11/extensions/XShm.h... yes |
---|
651 | :info:build checking X11/ICE/ICElib.h usability... yes |
---|
652 | :info:build checking X11/ICE/ICElib.h presence... yes |
---|
653 | :info:build checking for X11/ICE/ICElib.h... yes |
---|
654 | :info:build checking sys/sendfile.h usability... no |
---|
655 | :info:build checking sys/sendfile.h presence... no |
---|
656 | :info:build checking for sys/sendfile.h... no |
---|
657 | :info:build checking whether time.h and sys/time.h may both be included... yes |
---|
658 | :info:build checking whether byte ordering is bigendian... no |
---|
659 | :info:build checking for setenv... yes |
---|
660 | :info:build checking if setenv needs custom prototype... no |
---|
661 | :info:build checking for unsetenv... yes |
---|
662 | :info:build checking if unsetenv needs custom prototype... no |
---|
663 | :info:build checking for random... yes |
---|
664 | :info:build checking if random needs custom prototype... no |
---|
665 | :info:build checking for srandom... yes |
---|
666 | :info:build checking if srandom needs custom prototype... no |
---|
667 | :info:build checking for mkstemps... yes |
---|
668 | :info:build checking if mkstemps needs custom prototype... no |
---|
669 | :info:build checking for mkstemp... yes |
---|
670 | :info:build checking if mkstemp needs custom prototype... no |
---|
671 | :info:build checking for mkdtemp... yes |
---|
672 | :info:build checking if mkdtemp needs custom prototype... no |
---|
673 | :info:build checking for strtoll... yes |
---|
674 | :info:build checking for socket... yes |
---|
675 | :info:build checking for seteuid... yes |
---|
676 | :info:build checking for setegid... yes |
---|
677 | :info:build checking for strfmon... yes |
---|
678 | :info:build checking for stpcpy... yes |
---|
679 | :info:build checking for gettimeofday... yes |
---|
680 | :info:build checking for readdir_r... yes |
---|
681 | :info:build checking for setpriority... yes |
---|
682 | :info:build checking for usleep... yes |
---|
683 | :info:build checking if usleep needs custom prototype... no |
---|
684 | :info:build checking for gethostname... yes |
---|
685 | :info:build checking if gethostname needs custom prototype... no |
---|
686 | :info:build checking for random... (cached) yes |
---|
687 | :info:build checking if random needs custom prototype... (cached) no |
---|
688 | :info:build checking for srandom... (cached) yes |
---|
689 | :info:build checking if srandom needs custom prototype... (cached) no |
---|
690 | :info:build checking for S_ISSOCK... yes |
---|
691 | :info:build checking for initgroups... yes |
---|
692 | :info:build checking if initgroups needs custom prototype... no |
---|
693 | :info:build checking for mount tab file... no |
---|
694 | :info:build checking if getmntinfo() uses struct statvfs... no |
---|
695 | :info:build checking if sendfile() is wanted... no |
---|
696 | :info:build checking if MIT-SHM support is wanted... yes |
---|
697 | :info:build checking for posix_fadvise... no |
---|
698 | :info:build checking for _IceTransNoListen... yes |
---|
699 | :info:build checking for Compiler version... Apple LLVM version 5.0 (clang-500.2.79) (based on LLVM 3.3svn) |
---|
700 | :info:build checking for uname... Darwin 13.0.0 x86_64 |
---|
701 | :info:build checking for distribution channel... MacPorts/Mac OS X |
---|
702 | :info:build checking for addToUtmp in -lutempter... no |
---|
703 | :info:build checking for Qt docs... /opt/local/lib/qt3/doc/html |
---|
704 | :info:build checking for dot... /opt/local/bin/dot |
---|
705 | :info:build checking for doxygen... not found |
---|
706 | :info:build checking if ld supports unversioned version maps... no |
---|
707 | :info:build checking for aRts-1.1... disabled |
---|
708 | :info:build checking for md5sum... no |
---|
709 | :info:build checking for gmd5sum... /opt/local/bin/gmd5sum |
---|
710 | :info:build checking for DNS-SD support... yes |
---|
711 | :info:build Not using Lua |
---|
712 | :info:build checking whether we can use openpty... no |
---|
713 | :info:build checking idna.h usability... yes |
---|
714 | :info:build checking idna.h presence... yes |
---|
715 | :info:build checking for idna.h... yes |
---|
716 | :info:build checking punycode.h usability... yes |
---|
717 | :info:build checking punycode.h presence... yes |
---|
718 | :info:build checking for punycode.h... yes |
---|
719 | :info:build checking stringprep.h usability... yes |
---|
720 | :info:build checking stringprep.h presence... yes |
---|
721 | :info:build checking for stringprep.h... yes |
---|
722 | :info:build checking for idna_to_ascii_4i in -lidn... yes |
---|
723 | :info:build checking for inet_ntop... yes |
---|
724 | :info:build checking for inet_pton... yes |
---|
725 | :info:build checking for getpeername... yes |
---|
726 | :info:build checking for getsockname... yes |
---|
727 | :info:build checking for getsockopt... yes |
---|
728 | :info:build checking for gethostbyname2_r... no |
---|
729 | :info:build checking for gethostbyname_r... no |
---|
730 | :info:build checking for gethostbyname2... yes |
---|
731 | :info:build checking for if_nametoindex... yes |
---|
732 | :info:build checking for getprotobyname_r... no |
---|
733 | :info:build checking for getservbyname_r... no |
---|
734 | :info:build checking for getservbyport_r... no |
---|
735 | :info:build checking for netinet/in.h... yes |
---|
736 | :info:build checking for net/if.h... yes |
---|
737 | :info:build checking sys/filio.h usability... yes |
---|
738 | :info:build checking sys/filio.h presence... yes |
---|
739 | :info:build checking for sys/filio.h... yes |
---|
740 | :info:build checking for usleep... yes |
---|
741 | :info:build checking for poll... yes |
---|
742 | :info:build checking for madvise... yes |
---|
743 | :info:build checking for struct addrinfo... yes |
---|
744 | :info:build checking for getaddrinfo... yes |
---|
745 | :info:build checking for freeaddrinfo... yes |
---|
746 | :info:build checking for getnameinfo... yes |
---|
747 | :info:build checking for gai_strerror... yes |
---|
748 | :info:build checking if getaddrinfo works using numeric service with null host... yes |
---|
749 | :info:build checking for struct sockaddr.sa_len... yes |
---|
750 | :info:build checking for struct sockaddr_in6... yes |
---|
751 | :info:build checking for struct sockaddr_in6.sin6_scope_id... yes |
---|
752 | :info:build checking for GLIBC function backtrace... yes |
---|
753 | :info:build checking sys/mount.h usability... yes |
---|
754 | :info:build checking sys/mount.h presence... yes |
---|
755 | :info:build checking for sys/mount.h... yes |
---|
756 | :info:build checking for libart2-config... /opt/local/bin/libart2-config |
---|
757 | :info:build checking sys/stropts.h usability... no |
---|
758 | :info:build checking sys/stropts.h presence... no |
---|
759 | :info:build checking for sys/stropts.h... no |
---|
760 | :info:build checking for sys/select.h... (cached) yes |
---|
761 | :info:build checking libutil.h usability... no |
---|
762 | :info:build checking libutil.h presence... no |
---|
763 | :info:build checking for libutil.h... no |
---|
764 | :info:build checking util.h usability... yes |
---|
765 | :info:build checking util.h presence... yes |
---|
766 | :info:build checking for util.h... yes |
---|
767 | :info:build checking for termios.h... (cached) yes |
---|
768 | :info:build checking pty.h usability... no |
---|
769 | :info:build checking pty.h presence... no |
---|
770 | :info:build checking for pty.h... no |
---|
771 | :info:build checking termio.h usability... no |
---|
772 | :info:build checking termio.h presence... no |
---|
773 | :info:build checking for termio.h... no |
---|
774 | :info:build checking for revoke(tty) in unistd.h... yes |
---|
775 | :info:build checking whether to enable fast malloc... no |
---|
776 | :info:build checking whether /usr/bin/clang++ supports -finline-limit=100000... yes |
---|
777 | :info:build checking X11/extensions/Xrender.h usability... yes |
---|
778 | :info:build checking X11/extensions/Xrender.h presence... yes |
---|
779 | :info:build checking for X11/extensions/Xrender.h... yes |
---|
780 | :info:build checking for XRenderComposite in -lXrender... yes |
---|
781 | :info:build checking for assembler support for IA32 extensions... MMX yes, SSE yes, SSE2 yes, 3DNOW yes |
---|
782 | :info:build checking for cups-config... /usr/bin/cups-config |
---|
783 | :info:build checking for cupsServer in -lcups... yes |
---|
784 | :info:build checking cups/cups.h usability... yes |
---|
785 | :info:build checking cups/cups.h presence... yes |
---|
786 | :info:build checking for cups/cups.h... yes |
---|
787 | :info:build checking CUPS version >= 1.0109... yes |
---|
788 | :info:build checking CUPS version >= 1.0121... yes |
---|
789 | :info:build checking installation of PS driver needed... yes |
---|
790 | :info:build checking for su... /usr/bin/su |
---|
791 | :info:build checking for sudo... /usr/bin/sudo |
---|
792 | :info:build checking POSIX.1b scheduling... no |
---|
793 | :info:build checking for initgroups... yes |
---|
794 | :info:build checking for libutil.h... (cached) no |
---|
795 | :info:build checking for util.h... (cached) yes |
---|
796 | :info:build checking for pty.h... (cached) no |
---|
797 | :info:build checking for openpty in -lutil... yes |
---|
798 | :info:build checking for openpty... yes |
---|
799 | :info:build checking for initgroups... (cached) yes |
---|
800 | :info:build checking for setgroups... yes |
---|
801 | :info:build checking for getgroups... yes |
---|
802 | :info:build checking for grantpt... yes |
---|
803 | :info:build checking for setpriority... (cached) yes |
---|
804 | :info:build checking for getpt... no |
---|
805 | :info:build checking for unlockpt... yes |
---|
806 | :info:build checking for ptsname... yes |
---|
807 | :info:build checking for _getpty... no |
---|
808 | :info:build checking for struct ucred... no |
---|
809 | :info:build checking for getpeereid... yes |
---|
810 | :info:build checking for xml2-config... /opt/local/bin/xml2-config |
---|
811 | :info:build checking for xmllint... /opt/local/bin/xmllint |
---|
812 | :info:build checking for xslt-config... /opt/local/bin/xslt-config |
---|
813 | :info:build checking for bzDecompress in libbz2... no |
---|
814 | :info:build checking whether /usr/bin/clang++ supports -shared... yes |
---|
815 | :info:build checking whether /usr/bin/clang++ supports -fPIC... yes |
---|
816 | :info:build checking for BZ2_bzDecompress in (shared) libbz2... -lbz2 |
---|
817 | :info:build checking for present bzip2 support... ok |
---|
818 | :info:build checking if libthai should be compiled in... no |
---|
819 | :info:build checking valgrind/memcheck.h usability... no |
---|
820 | :info:build checking valgrind/memcheck.h presence... no |
---|
821 | :info:build checking for valgrind/memcheck.h... no |
---|
822 | :info:build checking for libtiff tiff... yes |
---|
823 | :info:build checking for libjpeg6b... (cached) no |
---|
824 | :info:build checking for libjpeg... (cached) -ljpeg |
---|
825 | :info:build checking for libpng... (cached) -lpng -lz -lm |
---|
826 | :info:build checking for jasper... -ljasper -ljpeg -lm |
---|
827 | :info:build checking for OpenEXR libraries... no |
---|
828 | :info:build checking for XftInit in -lqt-mt... no |
---|
829 | :info:build checking for fontconfig-config... not found |
---|
830 | :info:build checking for pkg-config... /opt/local/bin/pkg-config |
---|
831 | :info:build checking for freetype-config... /opt/local/bin/freetype-config |
---|
832 | :info:build checking X11/Xft/Xft.h usability... yes |
---|
833 | :info:build checking X11/Xft/Xft.h presence... yes |
---|
834 | :info:build checking for X11/Xft/Xft.h... yes |
---|
835 | :info:build checking whether to make kdeinit setuid root in order to protect it from bad Linux OOM-killer... no |
---|
836 | :info:build checking for FAMOpen in -lfam... no |
---|
837 | :info:build checking for libz... (cached) -lz |
---|
838 | :info:build checking sys/mnttab.h usability... no |
---|
839 | :info:build checking sys/mnttab.h presence... no |
---|
840 | :info:build checking for sys/mnttab.h... no |
---|
841 | :info:build checking sys/mntent.h usability... no |
---|
842 | :info:build checking sys/mntent.h presence... no |
---|
843 | :info:build checking for sys/mntent.h... no |
---|
844 | :info:build checking mntent.h usability... no |
---|
845 | :info:build checking mntent.h presence... no |
---|
846 | :info:build checking for mntent.h... no |
---|
847 | :info:build checking fstab.h usability... yes |
---|
848 | :info:build checking fstab.h presence... yes |
---|
849 | :info:build checking for fstab.h... yes |
---|
850 | :info:build checking sys/ucred.h usability... yes |
---|
851 | :info:build checking sys/ucred.h presence... yes |
---|
852 | :info:build checking for sys/ucred.h... yes |
---|
853 | :info:build checking for sys/mount.h... (cached) yes |
---|
854 | :info:build checking for setmntent... no |
---|
855 | :info:build checking for getmntinfo... yes |
---|
856 | :info:build checking for volmgt_running in -lvolmgt... no |
---|
857 | :info:build checking if you need GNU extensions... no |
---|
858 | :info:build checking if you need GNU extensions... (cached) no |
---|
859 | :info:build checking for Linux Inotify Notification... no |
---|
860 | :info:build checking for OpenSSL... libraries /opt/local/lib, headers /opt/local/include |
---|
861 | :info:build checking whether OpenSSL uses rsaref... no |
---|
862 | :info:build checking for easter eggs... none found |
---|
863 | :info:build checking for OpenSSL version... ok |
---|
864 | :info:build checking for setgroups with short argument... no |
---|
865 | :info:build checking arpa/nameser8_compat.h usability... no |
---|
866 | :info:build checking arpa/nameser8_compat.h presence... no |
---|
867 | :info:build checking for arpa/nameser8_compat.h... no |
---|
868 | :info:build checking arpa/nameser_compat.h usability... yes |
---|
869 | :info:build checking arpa/nameser_compat.h presence... yes |
---|
870 | :info:build checking for arpa/nameser_compat.h... yes |
---|
871 | :info:build checking for sys/param.h... (cached) yes |
---|
872 | :info:build checking for setfsent... yes |
---|
873 | :info:build checking whether to enable GSSAPI support... Apple framework |
---|
874 | :info:build checking ieeefp.h usability... no |
---|
875 | :info:build checking ieeefp.h presence... no |
---|
876 | :info:build checking for ieeefp.h... no |
---|
877 | :info:build checking float.h usability... yes |
---|
878 | :info:build checking float.h presence... yes |
---|
879 | :info:build checking for float.h... yes |
---|
880 | :info:build checking for finite in -lm... yes |
---|
881 | :info:build checking for _finite in -lm... no |
---|
882 | :info:build checking for isnan with <math.h>... yes |
---|
883 | :info:build checking for isinf with <math.h>... yes |
---|
884 | :info:build checking for pcre-config... /opt/local/bin/pcre-config |
---|
885 | :info:build checking for new_aspell_config in -laspell... yes |
---|
886 | :info:build checking aspell.h usability... yes |
---|
887 | :info:build checking aspell.h presence... yes |
---|
888 | :info:build checking for aspell.h... yes |
---|
889 | :info:build checking for hspell_check_word in -lhspell... no |
---|
890 | :info:build checking hspell.h usability... no |
---|
891 | :info:build checking hspell.h presence... no |
---|
892 | :info:build checking for hspell.h... no |
---|
893 | :info:build checking for sys/soundcard.h... (cached) no |
---|
894 | :info:build checking machine/soundcard.h usability... no |
---|
895 | :info:build checking machine/soundcard.h presence... no |
---|
896 | :info:build checking for machine/soundcard.h... no |
---|
897 | :info:build checking linux/awe_voice.h usability... no |
---|
898 | :info:build checking linux/awe_voice.h presence... no |
---|
899 | :info:build checking for linux/awe_voice.h... no |
---|
900 | :info:build checking awe_voice.h usability... no |
---|
901 | :info:build checking awe_voice.h presence... no |
---|
902 | :info:build checking for awe_voice.h... no |
---|
903 | :info:build checking /usr/src/sys/i386/isa/sound/awe_voice.h usability... no |
---|
904 | :info:build checking /usr/src/sys/i386/isa/sound/awe_voice.h presence... no |
---|
905 | :info:build checking for /usr/src/sys/i386/isa/sound/awe_voice.h... no |
---|
906 | :info:build checking /usr/src/sys/gnu/i386/isa/sound/awe_voice.h usability... no |
---|
907 | :info:build checking /usr/src/sys/gnu/i386/isa/sound/awe_voice.h presence... no |
---|
908 | :info:build checking for /usr/src/sys/gnu/i386/isa/sound/awe_voice.h... no |
---|
909 | :info:build checking sys/asoundlib.h usability... no |
---|
910 | :info:build checking sys/asoundlib.h presence... no |
---|
911 | :info:build checking for sys/asoundlib.h... no |
---|
912 | :info:build checking alsa/asoundlib.h usability... no |
---|
913 | :info:build checking alsa/asoundlib.h presence... no |
---|
914 | :info:build checking for alsa/asoundlib.h... no |
---|
915 | :info:build checking if dcop should be compiled... yes |
---|
916 | :info:build checking if libltdl should be compiled... yes |
---|
917 | :info:build checking if kdefx should be compiled... yes |
---|
918 | :info:build checking if kdecore should be compiled... yes |
---|
919 | :info:build checking if kunittest should be compiled... yes |
---|
920 | :info:build checking if kdeui should be compiled... yes |
---|
921 | :info:build checking if kdesu should be compiled... yes |
---|
922 | :info:build checking if kjs should be compiled... yes |
---|
923 | :info:build checking if kwallet should be compiled... yes |
---|
924 | :info:build checking if kio should be compiled... yes |
---|
925 | :info:build checking if pics should be compiled... yes |
---|
926 | :info:build checking if mimetypes should be compiled... yes |
---|
927 | :info:build checking if licenses should be compiled... yes |
---|
928 | :info:build checking if libkscreensaver should be compiled... yes |
---|
929 | :info:build checking if libkmid should be compiled... yes |
---|
930 | :info:build checking if kstyles should be compiled... yes |
---|
931 | :info:build checking if kparts should be compiled... yes |
---|
932 | :info:build checking if knewstuff should be compiled... yes |
---|
933 | :info:build checking if kioslave should be compiled... yes |
---|
934 | :info:build checking if kinit should be compiled... yes |
---|
935 | :info:build checking if kimgio should be compiled... yes |
---|
936 | :info:build checking if kdeprint should be compiled... yes |
---|
937 | :info:build checking if kded should be compiled... yes |
---|
938 | :info:build checking if kconf_update should be compiled... yes |
---|
939 | :info:build checking if kcert should be compiled... yes |
---|
940 | :info:build checking if kutils should be compiled... yes |
---|
941 | :info:build checking if kresources should be compiled... yes |
---|
942 | :info:build checking if kab should be compiled... yes |
---|
943 | :info:build checking if kabc should be compiled... yes |
---|
944 | :info:build checking if kdoctools should be compiled... yes |
---|
945 | :info:build checking if dnssd should be compiled... yes |
---|
946 | :info:build checking if arts should be compiled... yes |
---|
947 | :info:build checking if kspell2 should be compiled... yes |
---|
948 | :info:build checking if kmdi should be compiled... yes |
---|
949 | :info:build checking if khtml should be compiled... yes |
---|
950 | :info:build checking if kcmshell should be compiled... yes |
---|
951 | :info:build checking if interfaces should be compiled... yes |
---|
952 | :info:build checking if doc should be compiled... yes |
---|
953 | :info:build checking if kdewidgets should be compiled... yes |
---|
954 | :info:build checking if kate should be compiled... yes |
---|
955 | :info:build configure: creating ./config.status |
---|
956 | :info:build wrong input (flag != 4) at admin/conf.change.pl line 117, <> line 1949. |
---|
957 | :info:build config.status: creating Makefile |
---|
958 | :info:build config.status: creating arts/Makefile |
---|
959 | :info:build config.status: creating arts/kde/Makefile |
---|
960 | :info:build config.status: creating arts/kde/mcop-dcop/Makefile |
---|
961 | :info:build config.status: creating arts/knotify/Makefile |
---|
962 | :info:build config.status: creating arts/message/Makefile |
---|
963 | :info:build config.status: creating dcop/Makefile |
---|
964 | :info:build config.status: creating dcop/KDE-ICE/Makefile |
---|
965 | :info:build config.status: creating dcop/client/Makefile |
---|
966 | :info:build config.status: creating dcop/dcopidl/Makefile |
---|
967 | :info:build config.status: creating dcop/dcopidl2cpp/Makefile |
---|
968 | :info:build config.status: creating dcop/dcopidlng/Makefile |
---|
969 | :info:build config.status: creating dcop/tests/Makefile |
---|
970 | :info:build config.status: creating dnssd/Makefile |
---|
971 | :info:build config.status: creating doc/Makefile |
---|
972 | :info:build config.status: creating doc/common/Makefile |
---|
973 | :info:build config.status: creating doc/kdelibs/Makefile |
---|
974 | :info:build config.status: creating doc/kspell/Makefile |
---|
975 | :info:build config.status: creating interfaces/Makefile |
---|
976 | :info:build config.status: creating interfaces/khexedit/Makefile |
---|
977 | :info:build config.status: creating interfaces/kimproxy/Makefile |
---|
978 | :info:build config.status: creating interfaces/kimproxy/interface/Makefile |
---|
979 | :info:build config.status: creating interfaces/kimproxy/library/Makefile |
---|
980 | :info:build config.status: creating interfaces/kimproxy/library/icons/Makefile |
---|
981 | :info:build config.status: creating interfaces/kio/Makefile |
---|
982 | :info:build config.status: creating interfaces/kmediaplayer/Makefile |
---|
983 | :info:build config.status: creating interfaces/kmediaplayer/kfileaudiopreview/Makefile |
---|
984 | :info:build config.status: creating interfaces/kregexpeditor/Makefile |
---|
985 | :info:build config.status: creating interfaces/kscript/Makefile |
---|
986 | :info:build config.status: creating interfaces/kscript/sample/Makefile |
---|
987 | :info:build config.status: creating interfaces/kspeech/Makefile |
---|
988 | :info:build config.status: creating interfaces/ktexteditor/Makefile |
---|
989 | :info:build config.status: creating interfaces/terminal/Makefile |
---|
990 | :info:build config.status: creating interfaces/terminal/test/Makefile |
---|
991 | :info:build config.status: creating kab/Makefile |
---|
992 | :info:build config.status: creating kabc/Makefile |
---|
993 | :info:build config.status: creating kabc/formats/Makefile |
---|
994 | :info:build config.status: creating kabc/plugins/Makefile |
---|
995 | :info:build config.status: creating kabc/plugins/dir/Makefile |
---|
996 | :info:build config.status: creating kabc/plugins/evolution/Makefile |
---|
997 | :info:build config.status: creating kabc/plugins/file/Makefile |
---|
998 | :info:build config.status: creating kabc/plugins/ldapkio/Makefile |
---|
999 | :info:build config.status: creating kabc/plugins/net/Makefile |
---|
1000 | :info:build config.status: creating kabc/plugins/sql/Makefile |
---|
1001 | :info:build config.status: creating kabc/scripts/Makefile |
---|
1002 | :info:build config.status: creating kabc/tests/Makefile |
---|
1003 | :info:build config.status: creating kabc/vcard/Makefile |
---|
1004 | :info:build config.status: creating kabc/vcardparser/Makefile |
---|
1005 | :info:build config.status: creating kate/Makefile |
---|
1006 | :info:build config.status: creating kate/data/Makefile |
---|
1007 | :info:build config.status: creating kate/interfaces/Makefile |
---|
1008 | :info:build config.status: creating kate/part/Makefile |
---|
1009 | :info:build config.status: creating kate/plugins/Makefile |
---|
1010 | :info:build config.status: creating kate/plugins/autobookmarker/Makefile |
---|
1011 | :info:build config.status: creating kate/plugins/insertfile/Makefile |
---|
1012 | :info:build config.status: creating kate/plugins/isearch/Makefile |
---|
1013 | :info:build config.status: creating kate/plugins/kdatatool/Makefile |
---|
1014 | :info:build config.status: creating kate/plugins/wordcompletion/Makefile |
---|
1015 | :info:build config.status: creating kate/scripts/Makefile |
---|
1016 | :info:build config.status: creating kcert/Makefile |
---|
1017 | :info:build config.status: creating kcmshell/Makefile |
---|
1018 | :info:build config.status: creating kconf_update/Makefile |
---|
1019 | :info:build config.status: creating kdecore/Makefile |
---|
1020 | :info:build config.status: creating kdecore/kconfig_compiler/Makefile |
---|
1021 | :info:build config.status: creating kdecore/kconfig_compiler/example/Makefile |
---|
1022 | :info:build config.status: creating kdecore/kconfig_compiler/tests/Makefile |
---|
1023 | :info:build config.status: creating kdecore/malloc/Makefile |
---|
1024 | :info:build config.status: creating kdecore/network/Makefile |
---|
1025 | :info:build config.status: creating kdecore/svgicons/Makefile |
---|
1026 | :info:build config.status: creating kdecore/tests/Makefile |
---|
1027 | :info:build config.status: creating kded/Makefile |
---|
1028 | :info:build config.status: creating kded/test/Makefile |
---|
1029 | :info:build config.status: creating kdefx/Makefile |
---|
1030 | :info:build config.status: creating kdeprint/Makefile |
---|
1031 | :info:build config.status: creating kdeprint/cups/Makefile |
---|
1032 | :info:build config.status: creating kdeprint/cups/cupsdconf2/Makefile |
---|
1033 | :info:build config.status: creating kdeprint/ext/Makefile |
---|
1034 | :info:build config.status: creating kdeprint/filters/Makefile |
---|
1035 | :info:build config.status: creating kdeprint/foomatic/Makefile |
---|
1036 | :info:build config.status: creating kdeprint/kdeprint/Makefile |
---|
1037 | :info:build config.status: creating kdeprint/lpd/Makefile |
---|
1038 | :info:build config.status: creating kdeprint/lpdunix/Makefile |
---|
1039 | :info:build config.status: creating kdeprint/lpr/Makefile |
---|
1040 | :info:build config.status: creating kdeprint/management/Makefile |
---|
1041 | :info:build config.status: creating kdeprint/pics/Makefile |
---|
1042 | :info:build config.status: creating kdeprint/rlpr/Makefile |
---|
1043 | :info:build config.status: creating kdeprint/tests/Makefile |
---|
1044 | :info:build config.status: creating kdeprint/tools/Makefile |
---|
1045 | :info:build config.status: creating kdeprint/tools/escputil/Makefile |
---|
1046 | :info:build config.status: creating kdesu/Makefile |
---|
1047 | :info:build config.status: creating kdeui/Makefile |
---|
1048 | :info:build config.status: creating kdeui/about/Makefile |
---|
1049 | :info:build config.status: creating kdeui/colors/Makefile |
---|
1050 | :info:build config.status: creating kdeui/kdetrayproxy/Makefile |
---|
1051 | :info:build config.status: creating kdeui/tests/Makefile |
---|
1052 | :info:build config.status: creating kdewidgets/Makefile |
---|
1053 | :info:build config.status: creating kdewidgets/pics/Makefile |
---|
1054 | :info:build config.status: creating kdewidgets/tests/Makefile |
---|
1055 | :info:build config.status: creating kdoctools/Makefile |
---|
1056 | :info:build config.status: creating khtml/Makefile |
---|
1057 | :info:build config.status: creating khtml/css/Makefile |
---|
1058 | :info:build config.status: creating khtml/dom/Makefile |
---|
1059 | :info:build config.status: creating khtml/ecma/Makefile |
---|
1060 | :info:build config.status: creating khtml/html/Makefile |
---|
1061 | :info:build config.status: creating khtml/java/Makefile |
---|
1062 | :info:build config.status: creating khtml/java/dummy/Makefile |
---|
1063 | :info:build config.status: creating khtml/java/tests/Makefile |
---|
1064 | :info:build config.status: creating khtml/kmultipart/Makefile |
---|
1065 | :info:build config.status: creating khtml/misc/Makefile |
---|
1066 | :info:build config.status: creating khtml/pics/Makefile |
---|
1067 | :info:build config.status: creating khtml/rendering/Makefile |
---|
1068 | :info:build config.status: creating khtml/xml/Makefile |
---|
1069 | :info:build config.status: creating kimgio/Makefile |
---|
1070 | :info:build config.status: creating kinit/Makefile |
---|
1071 | :info:build config.status: creating kinit/tests/Makefile |
---|
1072 | :info:build config.status: creating kio/Makefile |
---|
1073 | :info:build config.status: creating kio/bookmarks/Makefile |
---|
1074 | :info:build config.status: creating kio/httpfilter/Makefile |
---|
1075 | :info:build config.status: creating kio/kfile/Makefile |
---|
1076 | :info:build config.status: creating kio/kfile/tests/Makefile |
---|
1077 | :info:build config.status: creating kio/kio/Makefile |
---|
1078 | :info:build config.status: creating kio/kioexec/Makefile |
---|
1079 | :info:build config.status: creating kio/kpasswdserver/Makefile |
---|
1080 | :info:build config.status: creating kio/kssl/Makefile |
---|
1081 | :info:build config.status: creating kio/kssl/kssl/Makefile |
---|
1082 | :info:build config.status: creating kio/kssl/kssl/caroot/Makefile |
---|
1083 | :info:build config.status: creating kio/misc/Makefile |
---|
1084 | :info:build config.status: creating kio/misc/kdesasl/Makefile |
---|
1085 | :info:build config.status: creating kio/misc/kfile/Makefile |
---|
1086 | :info:build config.status: creating kio/misc/kntlm/Makefile |
---|
1087 | :info:build config.status: creating kio/misc/kpac/Makefile |
---|
1088 | :info:build config.status: creating kio/misc/ksendbugmail/Makefile |
---|
1089 | :info:build config.status: creating kio/misc/kssld/Makefile |
---|
1090 | :info:build config.status: creating kio/misc/kwalletd/Makefile |
---|
1091 | :info:build config.status: creating kio/pics/Makefile |
---|
1092 | :info:build config.status: creating kio/tests/Makefile |
---|
1093 | :info:build config.status: creating kioslave/Makefile |
---|
1094 | :info:build config.status: creating kioslave/bzip2/Makefile |
---|
1095 | :info:build config.status: creating kioslave/file/Makefile |
---|
1096 | :info:build config.status: creating kioslave/ftp/Makefile |
---|
1097 | :info:build config.status: creating kioslave/gzip/Makefile |
---|
1098 | :info:build config.status: creating kioslave/http/Makefile |
---|
1099 | :info:build config.status: creating kioslave/http/kcookiejar/Makefile |
---|
1100 | :info:build config.status: creating kioslave/http/kcookiejar/tests/Makefile |
---|
1101 | :info:build config.status: creating kioslave/metainfo/Makefile |
---|
1102 | :info:build config.status: creating kjs/Makefile |
---|
1103 | :info:build config.status: creating kmdi/Makefile |
---|
1104 | :info:build config.status: creating kmdi/kmdi/Makefile |
---|
1105 | :info:build config.status: creating kmdi/test/Makefile |
---|
1106 | :info:build config.status: creating knewstuff/Makefile |
---|
1107 | :info:build config.status: creating kparts/Makefile |
---|
1108 | :info:build config.status: creating kparts/tests/Makefile |
---|
1109 | :info:build config.status: creating kresources/Makefile |
---|
1110 | :info:build config.status: creating kspell2/Makefile |
---|
1111 | :info:build config.status: creating kspell2/plugins/Makefile |
---|
1112 | :info:build config.status: creating kspell2/plugins/aspell/Makefile |
---|
1113 | :info:build config.status: creating kspell2/plugins/hspell/Makefile |
---|
1114 | :info:build config.status: creating kspell2/plugins/ispell/Makefile |
---|
1115 | :info:build config.status: creating kspell2/tests/Makefile |
---|
1116 | :info:build config.status: creating kspell2/ui/Makefile |
---|
1117 | :info:build config.status: creating kstyles/Makefile |
---|
1118 | :info:build config.status: creating kstyles/highcolor/Makefile |
---|
1119 | :info:build config.status: creating kstyles/highcontrast/Makefile |
---|
1120 | :info:build config.status: creating kstyles/highcontrast/config/Makefile |
---|
1121 | :info:build config.status: creating kstyles/keramik/Makefile |
---|
1122 | :info:build config.status: creating kstyles/klegacy/Makefile |
---|
1123 | :info:build config.status: creating kstyles/kthemestyle/Makefile |
---|
1124 | :info:build config.status: creating kstyles/light/Makefile |
---|
1125 | :info:build config.status: creating kstyles/plastik/Makefile |
---|
1126 | :info:build config.status: creating kstyles/plastik/config/Makefile |
---|
1127 | :info:build config.status: creating kstyles/riscos/Makefile |
---|
1128 | :info:build config.status: creating kstyles/themes/Makefile |
---|
1129 | :info:build config.status: creating kstyles/utils/Makefile |
---|
1130 | :info:build config.status: creating kstyles/utils/installtheme/Makefile |
---|
1131 | :info:build config.status: creating kstyles/web/Makefile |
---|
1132 | :info:build config.status: creating kunittest/Makefile |
---|
1133 | :info:build config.status: creating kutils/Makefile |
---|
1134 | :info:build config.status: creating kutils/ksettings/Makefile |
---|
1135 | :info:build config.status: creating kutils/tests/Makefile |
---|
1136 | :info:build config.status: creating kwallet/Makefile |
---|
1137 | :info:build config.status: creating kwallet/backend/Makefile |
---|
1138 | :info:build config.status: creating kwallet/backend/tests/Makefile |
---|
1139 | :info:build config.status: creating kwallet/client/Makefile |
---|
1140 | :info:build config.status: creating kwallet/tests/Makefile |
---|
1141 | :info:build config.status: creating libkmid/Makefile |
---|
1142 | :info:build config.status: creating libkmid/tests/Makefile |
---|
1143 | :info:build config.status: creating libkscreensaver/Makefile |
---|
1144 | :info:build config.status: creating libltdl/Makefile |
---|
1145 | :info:build config.status: creating licenses/Makefile |
---|
1146 | :info:build config.status: creating mimetypes/Makefile |
---|
1147 | :info:build config.status: creating mimetypes/application/Makefile |
---|
1148 | :info:build config.status: creating mimetypes/audio/Makefile |
---|
1149 | :info:build config.status: creating mimetypes/image/Makefile |
---|
1150 | :info:build config.status: creating mimetypes/inode/Makefile |
---|
1151 | :info:build config.status: creating mimetypes/message/Makefile |
---|
1152 | :info:build config.status: creating mimetypes/model/Makefile |
---|
1153 | :info:build config.status: creating mimetypes/multipart/Makefile |
---|
1154 | :info:build config.status: creating mimetypes/text/Makefile |
---|
1155 | :info:build config.status: creating mimetypes/uri/Makefile |
---|
1156 | :info:build config.status: creating mimetypes/video/Makefile |
---|
1157 | :info:build config.status: creating pics/Makefile |
---|
1158 | :info:build config.status: creating pics/crystalsvg/Makefile |
---|
1159 | :info:build config.status: creating pics/emoticons/Makefile |
---|
1160 | :info:build config.status: creating pics/hicolor/Makefile |
---|
1161 | :info:build config.status: creating kdecore/kde-config.cpp |
---|
1162 | :info:build config.status: WARNING: 'kdecore/kde-config.cpp.in' seems to ignore the --datarootdir setting |
---|
1163 | :info:build config.status: creating kdoctools/checkXML |
---|
1164 | :info:build config.status: creating khtml/java/kjava.policy |
---|
1165 | :info:build config.status: creating config.h |
---|
1166 | :info:build config.status: config.h is unchanged |
---|
1167 | :info:build config.status: creating dcop/dcop-path.h |
---|
1168 | :info:build config.status: dcop/dcop-path.h is unchanged |
---|
1169 | :info:build config.status: creating kdecore/kdemacros.h |
---|
1170 | :info:build config.status: kdecore/kdemacros.h is unchanged |
---|
1171 | :info:build config.status: creating kio/kssl/ksslconfig.h |
---|
1172 | :info:build config.status: kio/kssl/ksslconfig.h is unchanged |
---|
1173 | :info:build config.status: creating kjs/global.h |
---|
1174 | :info:build config.status: kjs/global.h is unchanged |
---|
1175 | :info:build config.status: executing depfiles commands |
---|
1176 | :info:build configure: WARNING: unrecognized options: --with-ldap, --with-xinerama, --with-pam |
---|
1177 | :info:build |
---|
1178 | :info:build The development package of Hspell is not installed, I couldn't find hspell.h. |
---|
1179 | :info:build Spell-checking Hebrew with libhspell will not be available. |
---|
1180 | :info:build If you need it, install hspell >= 0.9 from sources |
---|
1181 | :info:build see http://www.ivrix.org.il/projects/spell-checker/ |
---|
1182 | :info:build or from packages your distribution provides. |
---|
1183 | :info:build |
---|
1184 | :info:build |
---|
1185 | :info:build Your ld doesn't support unversioned version scripts. |
---|
1186 | :info:build KDE will continue to build and run just fine, but you might |
---|
1187 | :info:build experience a small performance penality. |
---|
1188 | :info:build |
---|
1189 | :info:build If you're running Linux, your binutils are probably too old. |
---|
1190 | :info:build If you're running non-linux your platform might simply not support it. |
---|
1191 | :info:build |
---|
1192 | :info:build |
---|
1193 | :info:build libacl was not found. Without that library, you will not be able |
---|
1194 | :info:build to manage access control lists on file systems that support them, |
---|
1195 | :info:build such as ext3 or reiserfs. |
---|
1196 | :info:build You can download it from ftp://oss.sgi.com/projects/xfs/cmd_tars/ |
---|
1197 | :info:build (you will need attr too) |
---|
1198 | :info:build |
---|
1199 | :info:build |
---|
1200 | :info:build perl -pi -e 's/-Xlinker -framework -Xlinker /-Wl,-framework,/g' Makefile |
---|
1201 | :info:build perl -pi -e 's/-framework /-Wl,-framework,/g' Makefile |
---|
1202 | :info:build perl -pi -e 's/-weak_framework /-Wl,-weak_framework,/g' Makefile |
---|
1203 | :info:build |
---|
1204 | :info:build ./build-helper.sh make kdelibs3 3.5.10 16 unsermake $UNSERMAKEFLAGS |
---|
1205 | :info:build 01% 01% 01% compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kunittest/runner.cpp |
---|
1206 | :info:build compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kunittest/tester.cpp |
---|
1207 | :info:build mkdir: ./kunittest/.libs: File exists |
---|
1208 | :info:build 01% 01% 01% 01% 01% linking ./kdeprint/libdriverparse.a |
---|
1209 | :info:build 64% compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kabc/plugins/file/resourcefile.cpp |
---|
1210 | :info:build clang: warning: argument unused during compilation: '-fno-check-new' |
---|
1211 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kabc/plugins/file/resourcefile.cpp:40: |
---|
1212 | :info:build In file included from ./kabc/formatfactory.h:30: |
---|
1213 | :info:build In file included from ./kabc/formatplugin.h:27: |
---|
1214 | :info:build In file included from ./kabc/resource.h:26: |
---|
1215 | :info:build In file included from ./kabc/addressbook.h:29: |
---|
1216 | :info:build In file included from ./kabc/addressee.h:38: |
---|
1217 | :info:build In file included from ./kabc/picture.h:24: |
---|
1218 | :info:build /opt/local/lib/qt3/include/qimage.h:58:45: warning: '&&' within '||' [-Wlogical-op-parentheses] |
---|
1219 | :info:build { return key < other.key || key==other.key && lang < other.lang; } |
---|
1220 | :info:build ~~ ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ |
---|
1221 | :info:build /opt/local/lib/qt3/include/qimage.h:58:45: note: place parentheses around the '&&' expression to silence this warning |
---|
1222 | :info:build { return key < other.key || key==other.key && lang < other.lang; } |
---|
1223 | :info:build ^ |
---|
1224 | :info:build ( ) |
---|
1225 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kabc/plugins/file/resourcefile.cpp:40: |
---|
1226 | :info:build In file included from ./kabc/formatfactory.h:30: |
---|
1227 | :info:build In file included from ./kabc/formatplugin.h:27: |
---|
1228 | :info:build In file included from ./kabc/resource.h:26: |
---|
1229 | :info:build In file included from ./kabc/addressbook.h:27: |
---|
1230 | :info:build In file included from ./kresources/manager.h:31: |
---|
1231 | :info:build In file included from ./kresources/factory.h:32: |
---|
1232 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kio/kio/ktrader.h:23: |
---|
1233 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kio/kio/kservice.h:26: |
---|
1234 | :info:build ./kdecore/kicontheme.h:175:19: warning: private field 'd' is not used [-Wunused-private-field] |
---|
1235 | :info:build KIconPrivate *d; |
---|
1236 | :info:build ^ |
---|
1237 | :info:build 2 warnings generated. |
---|
1238 | :info:build 64% compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kabc/plugins/file/resourcefileconfig.cpp |
---|
1239 | :info:build clang: warning: argument unused during compilation: '-fno-check-new' |
---|
1240 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kunittest/tester.cpp:31: |
---|
1241 | :info:build ./kunittest/tester.h:695:22: warning: 'KUnitTest::SlotTester::results' hides overloaded virtual function [-Woverloaded-virtual] |
---|
1242 | :info:build TestResults *results(const char *sl); |
---|
1243 | :info:build ^ |
---|
1244 | :info:build ./kunittest/tester.h:539:30: note: hidden overloaded virtual function 'KUnitTest::Tester::results' declared here |
---|
1245 | :info:build virtual TestResults *results() { return m_results; } |
---|
1246 | :info:build ^ |
---|
1247 | :info:build 1 warning generated. |
---|
1248 | :info:build clang: warning: argument unused during compilation: '-fno-check-new' |
---|
1249 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kunittest/runner.cpp:41: |
---|
1250 | :info:build In file included from ./kunittest/runner.h:45: |
---|
1251 | :info:build ./kunittest/tester.h:695:22: warning: 'KUnitTest::SlotTester::results' hides overloaded virtual function [-Woverloaded-virtual] |
---|
1252 | :info:build TestResults *results(const char *sl); |
---|
1253 | :info:build ^ |
---|
1254 | :info:build ./kunittest/tester.h:539:30: note: hidden overloaded virtual function 'KUnitTest::Tester::results' declared here |
---|
1255 | :info:build virtual TestResults *results() { return m_results; } |
---|
1256 | :info:build ^ |
---|
1257 | :info:build 1 warning generated. |
---|
1258 | :info:build 64% compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kabc/plugins/dir/resourcedir.cpp |
---|
1259 | :info:build 64% linking ./kunittest/libkunittest.la |
---|
1260 | :info:build clang: warning: argument unused during compilation: '-fno-check-new' |
---|
1261 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kabc/plugins/file/resourcefileconfig.cpp:31: |
---|
1262 | :info:build In file included from ./kabc/formatfactory.h:30: |
---|
1263 | :info:build In file included from ./kabc/formatplugin.h:27: |
---|
1264 | :info:build In file included from ./kabc/resource.h:26: |
---|
1265 | :info:build In file included from ./kabc/addressbook.h:29: |
---|
1266 | :info:build In file included from ./kabc/addressee.h:38: |
---|
1267 | :info:build In file included from ./kabc/picture.h:24: |
---|
1268 | :info:build /opt/local/lib/qt3/include/qimage.h:58:45: warning: '&&' within '||' [-Wlogical-op-parentheses] |
---|
1269 | :info:build { return key < other.key || key==other.key && lang < other.lang; } |
---|
1270 | :info:build ~~ ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ |
---|
1271 | :info:build /opt/local/lib/qt3/include/qimage.h:58:45: note: place parentheses around the '&&' expression to silence this warning |
---|
1272 | :info:build { return key < other.key || key==other.key && lang < other.lang; } |
---|
1273 | :info:build ^ |
---|
1274 | :info:build ( ) |
---|
1275 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kabc/plugins/file/resourcefileconfig.cpp:31: |
---|
1276 | :info:build In file included from ./kabc/formatfactory.h:30: |
---|
1277 | :info:build In file included from ./kabc/formatplugin.h:27: |
---|
1278 | :info:build In file included from ./kabc/resource.h:26: |
---|
1279 | :info:build In file included from ./kabc/addressbook.h:27: |
---|
1280 | :info:build In file included from ./kresources/manager.h:31: |
---|
1281 | :info:build In file included from ./kresources/factory.h:32: |
---|
1282 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kio/kio/ktrader.h:23: |
---|
1283 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kio/kio/kservice.h:26: |
---|
1284 | :info:build ./kdecore/kicontheme.h:175:19: warning: private field 'd' is not used [-Wunused-private-field] |
---|
1285 | :info:build KIconPrivate *d; |
---|
1286 | :info:build ^ |
---|
1287 | :info:build 2 warnings generated. |
---|
1288 | :info:build 64% compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kabc/plugins/dir/resourcedirconfig.cpp |
---|
1289 | :info:build clang: warning: argument unused during compilation: '-fno-check-new' |
---|
1290 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kabc/plugins/dir/resourcedir.cpp:40: |
---|
1291 | :info:build In file included from ./kabc/addressbook.h:29: |
---|
1292 | :info:build In file included from ./kabc/addressee.h:38: |
---|
1293 | :info:build In file included from ./kabc/picture.h:24: |
---|
1294 | :info:build /opt/local/lib/qt3/include/qimage.h:58:45: warning: '&&' within '||' [-Wlogical-op-parentheses] |
---|
1295 | :info:build { return key < other.key || key==other.key && lang < other.lang; } |
---|
1296 | :info:build ~~ ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ |
---|
1297 | :info:build /opt/local/lib/qt3/include/qimage.h:58:45: note: place parentheses around the '&&' expression to silence this warning |
---|
1298 | :info:build { return key < other.key || key==other.key && lang < other.lang; } |
---|
1299 | :info:build ^ |
---|
1300 | :info:build ( ) |
---|
1301 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kabc/plugins/dir/resourcedir.cpp:38: |
---|
1302 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kio/kfile/kurlrequester.h:27: |
---|
1303 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/kpushbutton.h:25: |
---|
1304 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/kguiitem.h:29: |
---|
1305 | :info:build ./kdecore/kicontheme.h:175:19: warning: private field 'd' is not used [-Wunused-private-field] |
---|
1306 | :info:build KIconPrivate *d; |
---|
1307 | :info:build ^ |
---|
1308 | :info:build 2 warnings generated. |
---|
1309 | :info:build 64% compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kabc/plugins/ldapkio/resourceldapkio.cpp |
---|
1310 | :info:build clang: warning: argument unused during compilation: '-fno-check-new' |
---|
1311 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kabc/plugins/dir/resourcedirconfig.cpp:29: |
---|
1312 | :info:build In file included from ./kabc/formatfactory.h:30: |
---|
1313 | :info:build In file included from ./kabc/formatplugin.h:27: |
---|
1314 | :info:build In file included from ./kabc/resource.h:26: |
---|
1315 | :info:build In file included from ./kabc/addressbook.h:29: |
---|
1316 | :info:build In file included from ./kabc/addressee.h:38: |
---|
1317 | :info:build In file included from ./kabc/picture.h:24: |
---|
1318 | :info:build /opt/local/lib/qt3/include/qimage.h:58:45: warning: '&&' within '||' [-Wlogical-op-parentheses] |
---|
1319 | :info:build { return key < other.key || key==other.key && lang < other.lang; } |
---|
1320 | :info:build ~~ ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ |
---|
1321 | :info:build /opt/local/lib/qt3/include/qimage.h:58:45: note: place parentheses around the '&&' expression to silence this warning |
---|
1322 | :info:build { return key < other.key || key==other.key && lang < other.lang; } |
---|
1323 | :info:build ^ |
---|
1324 | :info:build ( ) |
---|
1325 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kabc/plugins/dir/resourcedirconfig.cpp:29: |
---|
1326 | :info:build In file included from ./kabc/formatfactory.h:30: |
---|
1327 | :info:build In file included from ./kabc/formatplugin.h:27: |
---|
1328 | :info:build In file included from ./kabc/resource.h:26: |
---|
1329 | :info:build In file included from ./kabc/addressbook.h:27: |
---|
1330 | :info:build In file included from ./kresources/manager.h:31: |
---|
1331 | :info:build In file included from ./kresources/factory.h:32: |
---|
1332 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kio/kio/ktrader.h:23: |
---|
1333 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kio/kio/kservice.h:26: |
---|
1334 | :info:build ./kdecore/kicontheme.h:175:19: warning: private field 'd' is not used [-Wunused-private-field] |
---|
1335 | :info:build KIconPrivate *d; |
---|
1336 | :info:build ^ |
---|
1337 | :info:build 2 warnings generated. |
---|
1338 | :info:build 64% compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kabc/plugins/ldapkio/resourceldapkioconfig.cpp |
---|
1339 | :info:build /usr/bin/clang++ -r -keep_private_externs -nostdlib -o ./kunittest/.libs/libkunittest.1.0.0.dylib-master.o ./kunittest/.libs/runner.o ./kunittest/.libs/tester.o |
---|
1340 | :info:build /usr/bin/clang++ -dynamiclib ${wl}-undefined ${wl}dynamic_lookup -o ./kunittest/.libs/libkunittest.1.0.0.dylib ./kunittest/.libs/libkunittest.1.0.0.dylib-master.o -L/opt/local/lib -L/opt/local/lib/qt3/lib ./kdecore/.libs/libkdecore.dylib /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/dcop/.libs/libDCOP.dylib /opt/local/lib/libart_lgpl_2.dylib /opt/local/lib/libidn.dylib /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdefx/.libs/libkdefx.dylib /opt/local/lib/libqt-mt.dylib /opt/local/lib/libpng.dylib /opt/local/lib/libXext.dylib /opt/local/lib/libX11.dylib /opt/local/lib/libSM.dylib /opt/local/lib/libICE.dylib /opt/local/lib/libXrender.dylib /opt/local/lib/libz.dylib -Wl,-dead_strip_dylibs -install_name /opt/local/lib/libkunittest.1.dylib -Wl,-compatibility_version -Wl,2 -Wl,-current_version -Wl,2.0 |
---|
1341 | :info:build (cd ./kunittest/.libs && rm -f libkunittest.1.dylib && ln -s libkunittest.1.0.0.dylib libkunittest.1.dylib) |
---|
1342 | :info:build (cd ./kunittest/.libs && rm -f libkunittest.dylib && ln -s libkunittest.1.0.0.dylib libkunittest.dylib) |
---|
1343 | :info:build creating ./kunittest/libkunittest.la |
---|
1344 | :info:build (cd ./kunittest/.libs && rm -f libkunittest.la && ln -s ../libkunittest.la libkunittest.la) |
---|
1345 | :info:build 64% linking ./kabc/plugins/file/libkabc_file.la |
---|
1346 | :info:build clang: warning: argument unused during compilation: '-fno-check-new' |
---|
1347 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kabc/plugins/ldapkio/resourceldapkioconfig.cpp:41: |
---|
1348 | :info:build In file included from ./kabc/plugins/ldapkio/resourceldapkio.h:25: |
---|
1349 | :info:build In file included from ./kabc/resource.h:26: |
---|
1350 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kabc/addressbook.h:29: |
---|
1351 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kabc/addressee.h:38: |
---|
1352 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kabc/picture.h:24: |
---|
1353 | :info:build /opt/local/lib/qt3/include/qimage.h:58:45: warning: '&&' within '||' [-Wlogical-op-parentheses] |
---|
1354 | :info:build { return key < other.key || key==other.key && lang < other.lang; } |
---|
1355 | :info:build ~~ ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ |
---|
1356 | :info:build /opt/local/lib/qt3/include/qimage.h:58:45: note: place parentheses around the '&&' expression to silence this warning |
---|
1357 | :info:build { return key < other.key || key==other.key && lang < other.lang; } |
---|
1358 | :info:build ^ |
---|
1359 | :info:build ( ) |
---|
1360 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kabc/plugins/ldapkio/resourceldapkioconfig.cpp:43: |
---|
1361 | :info:build In file included from ./kabc/plugins/ldapkio/resourceldapkioconfig.h:32: |
---|
1362 | :info:build In file included from ./kabc/ldapconfigwidget.h:28: |
---|
1363 | :info:build ./kabc/ldapurl.h:51:5: warning: typedef requires a name [-Wmissing-declarations] |
---|
1364 | :info:build typedef enum Scope { Base, One, Sub }; |
---|
1365 | :info:build ^~~~~~~ |
---|
1366 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kabc/plugins/ldapkio/resourceldapkioconfig.cpp:35: |
---|
1367 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/kdialogbase.h:28: |
---|
1368 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/kguiitem.h:29: |
---|
1369 | :info:build ./kdecore/kicontheme.h:175:19: warning: private field 'd' is not used [-Wunused-private-field] |
---|
1370 | :info:build KIconPrivate *d; |
---|
1371 | :info:build ^ |
---|
1372 | :info:build 3 warnings generated. |
---|
1373 | :info:build 64% compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kcmshell/main.cpp |
---|
1374 | :info:build clang: warning: argument unused during compilation: '-fno-check-new' |
---|
1375 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kabc/plugins/ldapkio/resourceldapkio.cpp:39: |
---|
1376 | :info:build ./kabc/ldapurl.h:51:5: warning: typedef requires a name [-Wmissing-declarations] |
---|
1377 | :info:build typedef enum Scope { Base, One, Sub }; |
---|
1378 | :info:build ^~~~~~~ |
---|
1379 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kabc/plugins/ldapkio/resourceldapkio.cpp:41: |
---|
1380 | :info:build In file included from ./kabc/plugins/ldapkio/resourceldapkio.h:25: |
---|
1381 | :info:build In file included from ./kabc/resource.h:26: |
---|
1382 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kabc/addressbook.h:29: |
---|
1383 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kabc/addressee.h:38: |
---|
1384 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kabc/picture.h:24: |
---|
1385 | :info:build /opt/local/lib/qt3/include/qimage.h:58:45: warning: '&&' within '||' [-Wlogical-op-parentheses] |
---|
1386 | :info:build { return key < other.key || key==other.key && lang < other.lang; } |
---|
1387 | :info:build ~~ ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ |
---|
1388 | :info:build /opt/local/lib/qt3/include/qimage.h:58:45: note: place parentheses around the '&&' expression to silence this warning |
---|
1389 | :info:build { return key < other.key || key==other.key && lang < other.lang; } |
---|
1390 | :info:build ^ |
---|
1391 | :info:build ( ) |
---|
1392 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kabc/plugins/ldapkio/resourceldapkio.cpp:41: |
---|
1393 | :info:build In file included from ./kabc/plugins/ldapkio/resourceldapkio.h:25: |
---|
1394 | :info:build In file included from ./kabc/resource.h:26: |
---|
1395 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kabc/addressbook.h:27: |
---|
1396 | :info:build In file included from ./kresources/manager.h:31: |
---|
1397 | :info:build In file included from ./kresources/factory.h:32: |
---|
1398 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kio/kio/ktrader.h:23: |
---|
1399 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kio/kio/kservice.h:26: |
---|
1400 | :info:build ./kdecore/kicontheme.h:175:19: warning: private field 'd' is not used [-Wunused-private-field] |
---|
1401 | :info:build KIconPrivate *d; |
---|
1402 | :info:build ^ |
---|
1403 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kabc/plugins/ldapkio/resourceldapkio.cpp:41: |
---|
1404 | :info:build ./kabc/plugins/ldapkio/resourceldapkio.h:151:9: warning: private field 'mGetCounter' is not used [-Wunused-private-field] |
---|
1405 | :info:build int mGetCounter; //KDE 4: remove |
---|
1406 | :info:build ^ |
---|
1407 | :info:build ./kabc/plugins/ldapkio/resourceldapkio.h:152:10: warning: private field 'mErrorOccured' is not used [-Wunused-private-field] |
---|
1408 | :info:build bool mErrorOccured; //KDE 4: remove |
---|
1409 | :info:build ^ |
---|
1410 | :info:build 5 warnings generated. |
---|
1411 | :info:build 64% compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katesearch.cpp |
---|
1412 | :info:build /usr/bin/clang++ -r -keep_private_externs -nostdlib -o ./kabc/plugins/file/.libs/libkabc_file.1.0.0.dylib-master.o ./kabc/plugins/file/.libs/resourcefile.o ./kabc/plugins/file/.libs/resourcefileconfig.o |
---|
1413 | :info:build /usr/bin/clang++ -dynamiclib -o ./kabc/plugins/file/.libs/libkabc_file.1.0.0.dylib ./kabc/plugins/file/.libs/libkabc_file.1.0.0.dylib-master.o -L/opt/local/lib -L/opt/local/lib/qt3/lib ./kabc/.libs/libkabc.dylib /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kabc/vcard/.libs/libvcard.dylib /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kresources/.libs/libkresources.dylib /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kio/.libs/libkio.dylib /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/.libs/libkdeui.dylib /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdesu/.libs/libkdesu.dylib /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kwallet/client/.libs/libkwalletclient.dylib /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdecore/.libs/libkdecore.dylib /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/dcop/.libs/libDCOP.dylib /opt/local/lib/libart_lgpl_2.dylib /opt/local/lib/libidn.dylib /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdefx/.libs/libkdefx.dylib /opt/local/lib/libqt-mt.dylib /opt/local/lib/libpng.dylib /opt/local/lib/libXext.dylib /opt/local/lib/libX11.dylib /opt/local/lib/libSM.dylib /opt/local/lib/libICE.dylib /opt/local/lib/libXrender.dylib /opt/local/lib/libz.dylib -Wl,-dead_strip_dylibs -install_name /opt/local/lib/libkabc_file.1.dylib -Wl,-compatibility_version -Wl,2 -Wl,-current_version -Wl,2.0 |
---|
1414 | :info:build (cd ./kabc/plugins/file/.libs && rm -f libkabc_file.1.dylib && ln -s libkabc_file.1.0.0.dylib libkabc_file.1.dylib) |
---|
1415 | :info:build (cd ./kabc/plugins/file/.libs && rm -f libkabc_file.dylib && ln -s libkabc_file.1.0.0.dylib libkabc_file.dylib) |
---|
1416 | :info:build creating ./kabc/plugins/file/libkabc_file.la |
---|
1417 | :info:build (cd ./kabc/plugins/file/.libs && rm -f libkabc_file.la && ln -s ../libkabc_file.la libkabc_file.la) |
---|
1418 | :info:build 64% linking ./kabc/plugins/dir/libkabc_dir.la |
---|
1419 | :info:build clang: warning: argument unused during compilation: '-fno-check-new' |
---|
1420 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kcmshell/main.cpp:30: |
---|
1421 | :info:build In file included from ./kdecore/kaboutdata.h:24: |
---|
1422 | :info:build /opt/local/lib/qt3/include/qimage.h:58:45: warning: '&&' within '||' [-Wlogical-op-parentheses] |
---|
1423 | :info:build { return key < other.key || key==other.key && lang < other.lang; } |
---|
1424 | :info:build ~~ ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ |
---|
1425 | :info:build /opt/local/lib/qt3/include/qimage.h:58:45: note: place parentheses around the '&&' expression to silence this warning |
---|
1426 | :info:build { return key < other.key || key==other.key && lang < other.lang; } |
---|
1427 | :info:build ^ |
---|
1428 | :info:build ( ) |
---|
1429 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kcmshell/main.cpp:33: |
---|
1430 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kutils/kcmoduleinfo.h:27: |
---|
1431 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kio/kio/kservice.h:26: |
---|
1432 | :info:build ./kdecore/kicontheme.h:175:19: warning: private field 'd' is not used [-Wunused-private-field] |
---|
1433 | :info:build KIconPrivate *d; |
---|
1434 | :info:build ^ |
---|
1435 | :info:build 2 warnings generated. |
---|
1436 | :info:build clang: warning: argument unused during compilation: '-fno-check-new' |
---|
1437 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katesearch.cpp:24: |
---|
1438 | :info:build In file included from ./kate/part/katesearch.h:26: |
---|
1439 | :info:build In file included from ./kate/part/katecursor.h:25: |
---|
1440 | :info:build In file included from ./kate/part/../interfaces/document.h:41: |
---|
1441 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/kaction.h:674: |
---|
1442 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/kactionclasses.h:696:48: warning: 'KListAction' is deprecated [-Wdeprecated-declarations] |
---|
1443 | :info:build class KDEUI_EXPORT KRecentFilesAction : public KListAction // TODO public KSelectAction |
---|
1444 | :info:build ^ |
---|
1445 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/kactionclasses.h:581:31: note: 'KListAction' declared here |
---|
1446 | :info:build class KDEUI_EXPORT_DEPRECATED KListAction : public KSelectAction |
---|
1447 | :info:build ^ |
---|
1448 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katesearch.cpp:27: |
---|
1449 | :info:build In file included from ./kate/part/kateview.h:25: |
---|
1450 | :info:build In file included from ./kate/part/katedocument.h:25: |
---|
1451 | :info:build ./kate/part/katetextline.h:286:12: warning: 'const' type qualifier on return type has no effect [-Wignored-qualifiers] |
---|
1452 | :info:build inline const bool noIndentBasedFolding() const { return m_flags & KateTextLine::flagNoIndentationBasedFolding; }; |
---|
1453 | :info:build ^~~~~~ |
---|
1454 | :info:build ./kate/part/katetextline.h:287:12: warning: 'const' type qualifier on return type has no effect [-Wignored-qualifiers] |
---|
1455 | :info:build inline const bool noIndentBasedFoldingAtStart() const { return m_flags & KateTextLine::flagNoIndentationBasedFoldingAtStart; }; |
---|
1456 | :info:build ^~~~~~ |
---|
1457 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katesearch.cpp:27: |
---|
1458 | :info:build ./kate/part/kateview.h:560:10: warning: 'KateView::imComposeEvent' hides overloaded virtual function [-Woverloaded-virtual] |
---|
1459 | :info:build bool imComposeEvent () const { return m_imComposeEvent; } |
---|
1460 | :info:build ^ |
---|
1461 | :info:build /opt/local/lib/qt3/include/qwidget.h:505:18: note: hidden overloaded virtual function 'QWidget::imComposeEvent' declared here |
---|
1462 | :info:build virtual void imComposeEvent( QIMEvent * ); |
---|
1463 | :info:build ^ |
---|
1464 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katesearch.cpp:671:30: warning: '&&' within '||' [-Wlogical-op-parentheses] |
---|
1465 | :info:build if ( !s.flags.backward && KateTextCursor( foundLine, foundCol ) >= end |
---|
1466 | :info:build ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
---|
1467 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katesearch.cpp:671:30: note: place parentheses around the '&&' expression to silence this warning |
---|
1468 | :info:build if ( !s.flags.backward && KateTextCursor( foundLine, foundCol ) >= end |
---|
1469 | :info:build ^ |
---|
1470 | :info:build ( ) |
---|
1471 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katesearch.cpp:672:30: warning: '&&' within '||' [-Wlogical-op-parentheses] |
---|
1472 | :info:build || s.flags.backward && KateTextCursor( foundLine, foundCol ) < start ) |
---|
1473 | :info:build ~~ ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
---|
1474 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katesearch.cpp:672:30: note: place parentheses around the '&&' expression to silence this warning |
---|
1475 | :info:build || s.flags.backward && KateTextCursor( foundLine, foundCol ) < start ) |
---|
1476 | :info:build ^ |
---|
1477 | :info:build ( ) |
---|
1478 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katesearch.cpp:631:45: warning: comparison of integers of different signs: 'unsigned int' and 'int' [-Wsign-compare] |
---|
1479 | :info:build ( foundCol + matchLen == doc()->lineLength( foundLine ) || |
---|
1480 | :info:build ~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
---|
1481 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katesearch.cpp:24: |
---|
1482 | :info:build In file included from ./kate/part/katesearch.h:26: |
---|
1483 | :info:build In file included from ./kate/part/katecursor.h:25: |
---|
1484 | :info:build In file included from ./kate/part/../interfaces/document.h:22: |
---|
1485 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/interfaces/ktexteditor/document.h:22: |
---|
1486 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/interfaces/ktexteditor/editor.h:22: |
---|
1487 | :info:build In file included from ./kparts/part.h:28: |
---|
1488 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/kxmlguiclient.h:23: |
---|
1489 | :info:build /opt/local/lib/qt3/include/qptrlist.h:150:21: warning: deleting pointer to incomplete type 'KateUndo' may cause undefined behavior [-Wdelete-incomplete] |
---|
1490 | :info:build if ( del_item ) delete (type *)d; |
---|
1491 | :info:build ^ ~~~~~~~~~ |
---|
1492 | :info:build /opt/local/lib/qt3/include/qptrlist.h:78:45: note: in instantiation of member function 'QPtrList<KateUndo>::deleteItem' requested here |
---|
1493 | :info:build bool isEmpty() const { return QGList::count() == 0; } |
---|
1494 | :info:build ^ |
---|
1495 | :info:build ./kate/part/kateundo.h:100:44: note: in instantiation of member function 'QPtrList<KateUndo>::isEmpty' requested here |
---|
1496 | :info:build bool isEmpty () const { return m_items.isEmpty(); } |
---|
1497 | :info:build ^ |
---|
1498 | :info:build ./kate/part/kateundo.h:28:7: note: forward declaration of 'KateUndo' |
---|
1499 | :info:build class KateUndo; |
---|
1500 | :info:build ^ |
---|
1501 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katesearch.cpp:24: |
---|
1502 | :info:build In file included from ./kate/part/katesearch.h:26: |
---|
1503 | :info:build In file included from ./kate/part/katecursor.h:25: |
---|
1504 | :info:build In file included from ./kate/part/../interfaces/document.h:34: |
---|
1505 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/interfaces/ktexteditor/configinterfaceextension.h:24: |
---|
1506 | :info:build ./kdecore/kicontheme.h:175:19: warning: private field 'd' is not used [-Wunused-private-field] |
---|
1507 | :info:build KIconPrivate *d; |
---|
1508 | :info:build ^ |
---|
1509 | :info:build 9 warnings generated. |
---|
1510 | :info:build 64% compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katebuffer.cpp |
---|
1511 | :info:build 65% compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katedialogs.cpp |
---|
1512 | :info:build /usr/bin/clang++ -r -keep_private_externs -nostdlib -o ./kabc/plugins/dir/.libs/libkabc_dir.1.0.0.dylib-master.o ./kabc/plugins/dir/.libs/resourcedir.o ./kabc/plugins/dir/.libs/resourcedirconfig.o |
---|
1513 | :info:build /usr/bin/clang++ -dynamiclib -o ./kabc/plugins/dir/.libs/libkabc_dir.1.0.0.dylib ./kabc/plugins/dir/.libs/libkabc_dir.1.0.0.dylib-master.o -L/opt/local/lib -L/opt/local/lib/qt3/lib ./kabc/.libs/libkabc.dylib /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kabc/vcard/.libs/libvcard.dylib /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kresources/.libs/libkresources.dylib /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kio/.libs/libkio.dylib /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/.libs/libkdeui.dylib /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdesu/.libs/libkdesu.dylib /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kwallet/client/.libs/libkwalletclient.dylib /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdecore/.libs/libkdecore.dylib /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/dcop/.libs/libDCOP.dylib /opt/local/lib/libart_lgpl_2.dylib /opt/local/lib/libidn.dylib /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdefx/.libs/libkdefx.dylib /opt/local/lib/libqt-mt.dylib /opt/local/lib/libpng.dylib /opt/local/lib/libXext.dylib /opt/local/lib/libX11.dylib /opt/local/lib/libSM.dylib /opt/local/lib/libICE.dylib /opt/local/lib/libXrender.dylib /opt/local/lib/libz.dylib -Wl,-dead_strip_dylibs -install_name /opt/local/lib/libkabc_dir.1.dylib -Wl,-compatibility_version -Wl,2 -Wl,-current_version -Wl,2.0 |
---|
1514 | :info:build (cd ./kabc/plugins/dir/.libs && rm -f libkabc_dir.1.dylib && ln -s libkabc_dir.1.0.0.dylib libkabc_dir.1.dylib) |
---|
1515 | :info:build (cd ./kabc/plugins/dir/.libs && rm -f libkabc_dir.dylib && ln -s libkabc_dir.1.0.0.dylib libkabc_dir.dylib) |
---|
1516 | :info:build creating ./kabc/plugins/dir/libkabc_dir.la |
---|
1517 | :info:build (cd ./kabc/plugins/dir/.libs && rm -f libkabc_dir.la && ln -s ../libkabc_dir.la libkabc_dir.la) |
---|
1518 | :info:build 65% linking ./kabc/plugins/ldapkio/libkabc_ldapkio.la |
---|
1519 | :info:build clang: warning: argument unused during compilation: '-fno-check-new' |
---|
1520 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katebuffer.cpp:24: |
---|
1521 | :info:build In file included from ./kate/part/katebuffer.h:23: |
---|
1522 | :info:build ./kate/part/katetextline.h:286:12: warning: 'const' type qualifier on return type has no effect [-Wignored-qualifiers] |
---|
1523 | :info:build inline const bool noIndentBasedFolding() const { return m_flags & KateTextLine::flagNoIndentationBasedFolding; }; |
---|
1524 | :info:build ^~~~~~ |
---|
1525 | :info:build ./kate/part/katetextline.h:287:12: warning: 'const' type qualifier on return type has no effect [-Wignored-qualifiers] |
---|
1526 | :info:build inline const bool noIndentBasedFoldingAtStart() const { return m_flags & KateTextLine::flagNoIndentationBasedFoldingAtStart; }; |
---|
1527 | :info:build ^~~~~~ |
---|
1528 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katebuffer.cpp:27: |
---|
1529 | :info:build In file included from ./kate/part/katedocument.h:24: |
---|
1530 | :info:build In file included from ./kate/part/katesupercursor.h:22: |
---|
1531 | :info:build In file included from ./kate/part/katecursor.h:25: |
---|
1532 | :info:build In file included from ./kate/part/../interfaces/document.h:41: |
---|
1533 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/kaction.h:674: |
---|
1534 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/kactionclasses.h:696:48: warning: 'KListAction' is deprecated [-Wdeprecated-declarations] |
---|
1535 | :info:build class KDEUI_EXPORT KRecentFilesAction : public KListAction // TODO public KSelectAction |
---|
1536 | :info:build ^ |
---|
1537 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/kactionclasses.h:581:31: note: 'KListAction' declared here |
---|
1538 | :info:build class KDEUI_EXPORT_DEPRECATED KListAction : public KSelectAction |
---|
1539 | :info:build ^ |
---|
1540 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katebuffer.cpp:30: |
---|
1541 | :info:build In file included from ./kate/part/katefactory.h:27: |
---|
1542 | :info:build In file included from ./kdecore/kaboutdata.h:24: |
---|
1543 | :info:build /opt/local/lib/qt3/include/qimage.h:58:45: warning: '&&' within '||' [-Wlogical-op-parentheses] |
---|
1544 | :info:build { return key < other.key || key==other.key && lang < other.lang; } |
---|
1545 | :info:build ~~ ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ |
---|
1546 | :info:build /opt/local/lib/qt3/include/qimage.h:58:45: note: place parentheses around the '&&' expression to silence this warning |
---|
1547 | :info:build { return key < other.key || key==other.key && lang < other.lang; } |
---|
1548 | :info:build ^ |
---|
1549 | :info:build ( ) |
---|
1550 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katebuffer.cpp:24: |
---|
1551 | :info:build In file included from ./kate/part/katebuffer.h:24: |
---|
1552 | :info:build In file included from ./kate/part/katecodefoldinghelpers.h:23: |
---|
1553 | :info:build /opt/local/lib/qt3/include/qptrlist.h:150:21: warning: deleting pointer to incomplete type 'KateUndo' may cause undefined behavior [-Wdelete-incomplete] |
---|
1554 | :info:build if ( del_item ) delete (type *)d; |
---|
1555 | :info:build ^ ~~~~~~~~~ |
---|
1556 | :info:build /opt/local/lib/qt3/include/qptrlist.h:78:45: note: in instantiation of member function 'QPtrList<KateUndo>::deleteItem' requested here |
---|
1557 | :info:build bool isEmpty() const { return QGList::count() == 0; } |
---|
1558 | :info:build ^ |
---|
1559 | :info:build ./kate/part/kateundo.h:100:44: note: in instantiation of member function 'QPtrList<KateUndo>::isEmpty' requested here |
---|
1560 | :info:build bool isEmpty () const { return m_items.isEmpty(); } |
---|
1561 | :info:build ^ |
---|
1562 | :info:build ./kate/part/kateundo.h:28:7: note: forward declaration of 'KateUndo' |
---|
1563 | :info:build class KateUndo; |
---|
1564 | :info:build ^ |
---|
1565 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katebuffer.cpp:27: |
---|
1566 | :info:build In file included from ./kate/part/katedocument.h:24: |
---|
1567 | :info:build In file included from ./kate/part/katesupercursor.h:22: |
---|
1568 | :info:build In file included from ./kate/part/katecursor.h:25: |
---|
1569 | :info:build In file included from ./kate/part/../interfaces/document.h:34: |
---|
1570 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/interfaces/ktexteditor/configinterfaceextension.h:24: |
---|
1571 | :info:build ./kdecore/kicontheme.h:175:19: warning: private field 'd' is not used [-Wunused-private-field] |
---|
1572 | :info:build KIconPrivate *d; |
---|
1573 | :info:build ^ |
---|
1574 | :info:build 6 warnings generated. |
---|
1575 | :info:build 65% compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katedocument.cpp |
---|
1576 | :info:build clang: warning: argument unused during compilation: '-fno-check-new' |
---|
1577 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katedialogs.cpp:25: |
---|
1578 | :info:build In file included from ./kate/part/katedialogs.h:27: |
---|
1579 | :info:build In file included from ./kate/part/katehighlight.h:24: |
---|
1580 | :info:build ./kate/part/katetextline.h:286:12: warning: 'const' type qualifier on return type has no effect [-Wignored-qualifiers] |
---|
1581 | :info:build inline const bool noIndentBasedFolding() const { return m_flags & KateTextLine::flagNoIndentationBasedFolding; }; |
---|
1582 | :info:build ^~~~~~ |
---|
1583 | :info:build ./kate/part/katetextline.h:287:12: warning: 'const' type qualifier on return type has no effect [-Wignored-qualifiers] |
---|
1584 | :info:build inline const bool noIndentBasedFoldingAtStart() const { return m_flags & KateTextLine::flagNoIndentationBasedFoldingAtStart; }; |
---|
1585 | :info:build ^~~~~~ |
---|
1586 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katedialogs.cpp:25: |
---|
1587 | :info:build In file included from ./kate/part/katedialogs.h:27: |
---|
1588 | :info:build In file included from ./kate/part/katehighlight.h:27: |
---|
1589 | :info:build In file included from ./kate/part/../interfaces/document.h:41: |
---|
1590 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/kaction.h:674: |
---|
1591 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/kactionclasses.h:696:48: warning: 'KListAction' is deprecated [-Wdeprecated-declarations] |
---|
1592 | :info:build class KDEUI_EXPORT KRecentFilesAction : public KListAction // TODO public KSelectAction |
---|
1593 | :info:build ^ |
---|
1594 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/kactionclasses.h:581:31: note: 'KListAction' declared here |
---|
1595 | :info:build class KDEUI_EXPORT_DEPRECATED KListAction : public KSelectAction |
---|
1596 | :info:build ^ |
---|
1597 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katedialogs.cpp:32: |
---|
1598 | :info:build In file included from ./kate/part/katefactory.h:27: |
---|
1599 | :info:build In file included from ./kdecore/kaboutdata.h:24: |
---|
1600 | :info:build /opt/local/lib/qt3/include/qimage.h:58:45: warning: '&&' within '||' [-Wlogical-op-parentheses] |
---|
1601 | :info:build { return key < other.key || key==other.key && lang < other.lang; } |
---|
1602 | :info:build ~~ ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ |
---|
1603 | :info:build /opt/local/lib/qt3/include/qimage.h:58:45: note: place parentheses around the '&&' expression to silence this warning |
---|
1604 | :info:build { return key < other.key || key==other.key && lang < other.lang; } |
---|
1605 | :info:build ^ |
---|
1606 | :info:build ( ) |
---|
1607 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katedialogs.cpp:35: |
---|
1608 | :info:build ./kate/part/kateview.h:560:10: warning: 'KateView::imComposeEvent' hides overloaded virtual function [-Woverloaded-virtual] |
---|
1609 | :info:build bool imComposeEvent () const { return m_imComposeEvent; } |
---|
1610 | :info:build ^ |
---|
1611 | :info:build /opt/local/lib/qt3/include/qwidget.h:505:18: note: hidden overloaded virtual function 'QWidget::imComposeEvent' declared here |
---|
1612 | :info:build virtual void imComposeEvent( QIMEvent * ); |
---|
1613 | :info:build ^ |
---|
1614 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katedialogs.cpp:55: |
---|
1615 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/kfontdialog.h:139:8: warning: 'KFontChooser::setFont' hides overloaded virtual function [-Woverloaded-virtual] |
---|
1616 | :info:build void setFont( const QFont &font, bool onlyFixed = false ); |
---|
1617 | :info:build ^ |
---|
1618 | :info:build /opt/local/lib/qt3/include/qwidget.h:252:18: note: hidden overloaded virtual function 'QWidget::setFont' declared here |
---|
1619 | :info:build virtual void setFont( const QFont & ); |
---|
1620 | :info:build ^ |
---|
1621 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katedialogs.cpp:55: |
---|
1622 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/kfontdialog.h:378:8: warning: 'KFontDialog::setFont' hides overloaded virtual function [-Woverloaded-virtual] |
---|
1623 | :info:build void setFont( const QFont &font, bool onlyFixed = false ) |
---|
1624 | :info:build ^ |
---|
1625 | :info:build /opt/local/lib/qt3/include/qwidget.h:252:18: note: hidden overloaded virtual function 'QWidget::setFont' declared here |
---|
1626 | :info:build virtual void setFont( const QFont & ); |
---|
1627 | :info:build ^ |
---|
1628 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katedialogs.cpp:66: |
---|
1629 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/knuminput.h:937:16: warning: 'KDoubleSpinBox::setValue' hides overloaded virtual function [-Woverloaded-virtual] |
---|
1630 | :info:build virtual void setValue( double value ); |
---|
1631 | :info:build ^ |
---|
1632 | :info:build /opt/local/lib/qt3/include/qspinbox.h:108:18: note: hidden overloaded virtual function 'QSpinBox::setValue' declared here |
---|
1633 | :info:build virtual void setValue( int value ); |
---|
1634 | :info:build ^ |
---|
1635 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katedialogs.cpp:70: |
---|
1636 | :info:build ./kdecore/kprocio.h:88:8: warning: 'KProcIO::start' hides overloaded virtual function [-Woverloaded-virtual] |
---|
1637 | :info:build bool start (RunMode runmode = NotifyOnExit, bool includeStderr = false); |
---|
1638 | :info:build ^ |
---|
1639 | :info:build ./kdecore/kprocess.h:285:16: note: hidden overloaded virtual function 'KProcess::start' declared here |
---|
1640 | :info:build virtual bool start(RunMode runmode = NotifyOnExit, |
---|
1641 | :info:build ^ |
---|
1642 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katedialogs.cpp:25: |
---|
1643 | :info:build In file included from ./kate/part/katedialogs.h:27: |
---|
1644 | :info:build In file included from ./kate/part/katehighlight.h:25: |
---|
1645 | :info:build In file included from ./kate/part/kateattribute.h:24: |
---|
1646 | :info:build In file included from /opt/local/lib/qt3/include/qcolor.h:43: |
---|
1647 | :info:build In file included from /opt/local/lib/qt3/include/qstringlist.h:44: |
---|
1648 | :info:build In file included from /opt/local/lib/qt3/include/qstrlist.h:43: |
---|
1649 | :info:build /opt/local/lib/qt3/include/qptrlist.h:150:21: warning: deleting pointer to incomplete type 'KateUndo' may cause undefined behavior [-Wdelete-incomplete] |
---|
1650 | :info:build if ( del_item ) delete (type *)d; |
---|
1651 | :info:build ^ ~~~~~~~~~ |
---|
1652 | :info:build /opt/local/lib/qt3/include/qptrlist.h:78:45: note: in instantiation of member function 'QPtrList<KateUndo>::deleteItem' requested here |
---|
1653 | :info:build bool isEmpty() const { return QGList::count() == 0; } |
---|
1654 | :info:build ^ |
---|
1655 | :info:build ./kate/part/kateundo.h:100:44: note: in instantiation of member function 'QPtrList<KateUndo>::isEmpty' requested here |
---|
1656 | :info:build bool isEmpty () const { return m_items.isEmpty(); } |
---|
1657 | :info:build ^ |
---|
1658 | :info:build ./kate/part/kateundo.h:28:7: note: forward declaration of 'KateUndo' |
---|
1659 | :info:build class KateUndo; |
---|
1660 | :info:build ^ |
---|
1661 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katedialogs.cpp:25: |
---|
1662 | :info:build In file included from ./kate/part/katedialogs.h:27: |
---|
1663 | :info:build In file included from ./kate/part/katehighlight.h:27: |
---|
1664 | :info:build In file included from ./kate/part/../interfaces/document.h:34: |
---|
1665 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/interfaces/ktexteditor/configinterfaceextension.h:24: |
---|
1666 | :info:build ./kdecore/kicontheme.h:175:19: warning: private field 'd' is not used [-Wunused-private-field] |
---|
1667 | :info:build KIconPrivate *d; |
---|
1668 | :info:build ^ |
---|
1669 | :info:build 11 warnings generated. |
---|
1670 | :info:build 65% compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katehighlight.cpp |
---|
1671 | :info:build /usr/bin/clang++ -r -keep_private_externs -nostdlib -o ./kabc/plugins/ldapkio/.libs/libkabc_ldapkio.1.0.0.dylib-master.o ./kabc/plugins/ldapkio/.libs/resourceldapkio.o ./kabc/plugins/ldapkio/.libs/resourceldapkioconfig.o |
---|
1672 | :info:build /usr/bin/clang++ -dynamiclib -o ./kabc/plugins/ldapkio/.libs/libkabc_ldapkio.1.0.0.dylib ./kabc/plugins/ldapkio/.libs/libkabc_ldapkio.1.0.0.dylib-master.o -L/opt/local/lib -L/opt/local/lib/qt3/lib ./kabc/.libs/libkabc.dylib /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kabc/vcard/.libs/libvcard.dylib /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kresources/.libs/libkresources.dylib /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kio/.libs/libkio.dylib /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/.libs/libkdeui.dylib /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdesu/.libs/libkdesu.dylib /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kwallet/client/.libs/libkwalletclient.dylib /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdecore/.libs/libkdecore.dylib /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/dcop/.libs/libDCOP.dylib /opt/local/lib/libart_lgpl_2.dylib /opt/local/lib/libidn.dylib /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdefx/.libs/libkdefx.dylib /opt/local/lib/libqt-mt.dylib /opt/local/lib/libpng.dylib /opt/local/lib/libXext.dylib /opt/local/lib/libX11.dylib /opt/local/lib/libSM.dylib /opt/local/lib/libICE.dylib /opt/local/lib/libXrender.dylib /opt/local/lib/libz.dylib ./kio/.libs/libkio.dylib -Wl,-dead_strip_dylibs -install_name /opt/local/lib/libkabc_ldapkio.1.dylib -Wl,-compatibility_version -Wl,2 -Wl,-current_version -Wl,2.0 |
---|
1673 | :info:build (cd ./kabc/plugins/ldapkio/.libs && rm -f libkabc_ldapkio.1.dylib && ln -s libkabc_ldapkio.1.0.0.dylib libkabc_ldapkio.1.dylib) |
---|
1674 | :info:build (cd ./kabc/plugins/ldapkio/.libs && rm -f libkabc_ldapkio.dylib && ln -s libkabc_ldapkio.1.0.0.dylib libkabc_ldapkio.dylib) |
---|
1675 | :info:build creating ./kabc/plugins/ldapkio/libkabc_ldapkio.la |
---|
1676 | :info:build (cd ./kabc/plugins/ldapkio/.libs && rm -f libkabc_ldapkio.la && ln -s ../libkabc_ldapkio.la libkabc_ldapkio.la) |
---|
1677 | :info:build 65% compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/kateview.cpp |
---|
1678 | :info:build clang: warning: argument unused during compilation: '-fno-check-new' |
---|
1679 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katedocument.cpp:22: |
---|
1680 | :info:build In file included from ./kate/part/katedocument.h:24: |
---|
1681 | :info:build In file included from ./kate/part/katesupercursor.h:22: |
---|
1682 | :info:build In file included from ./kate/part/katecursor.h:25: |
---|
1683 | :info:build In file included from ./kate/part/../interfaces/document.h:41: |
---|
1684 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/kaction.h:674: |
---|
1685 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/kactionclasses.h:696:48: warning: 'KListAction' is deprecated [-Wdeprecated-declarations] |
---|
1686 | :info:build class KDEUI_EXPORT KRecentFilesAction : public KListAction // TODO public KSelectAction |
---|
1687 | :info:build ^ |
---|
1688 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/kactionclasses.h:581:31: note: 'KListAction' declared here |
---|
1689 | :info:build class KDEUI_EXPORT_DEPRECATED KListAction : public KSelectAction |
---|
1690 | :info:build ^ |
---|
1691 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katedocument.cpp:22: |
---|
1692 | :info:build In file included from ./kate/part/katedocument.h:25: |
---|
1693 | :info:build ./kate/part/katetextline.h:286:12: warning: 'const' type qualifier on return type has no effect [-Wignored-qualifiers] |
---|
1694 | :info:build inline const bool noIndentBasedFolding() const { return m_flags & KateTextLine::flagNoIndentationBasedFolding; }; |
---|
1695 | :info:build ^~~~~~ |
---|
1696 | :info:build ./kate/part/katetextline.h:287:12: warning: 'const' type qualifier on return type has no effect [-Wignored-qualifiers] |
---|
1697 | :info:build inline const bool noIndentBasedFoldingAtStart() const { return m_flags & KateTextLine::flagNoIndentationBasedFoldingAtStart; }; |
---|
1698 | :info:build ^~~~~~ |
---|
1699 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katedocument.cpp:25: |
---|
1700 | :info:build In file included from ./kate/part/katefactory.h:27: |
---|
1701 | :info:build In file included from ./kdecore/kaboutdata.h:24: |
---|
1702 | :info:build /opt/local/lib/qt3/include/qimage.h:58:45: warning: '&&' within '||' [-Wlogical-op-parentheses] |
---|
1703 | :info:build { return key < other.key || key==other.key && lang < other.lang; } |
---|
1704 | :info:build ~~ ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ |
---|
1705 | :info:build /opt/local/lib/qt3/include/qimage.h:58:45: note: place parentheses around the '&&' expression to silence this warning |
---|
1706 | :info:build { return key < other.key || key==other.key && lang < other.lang; } |
---|
1707 | :info:build ^ |
---|
1708 | :info:build ( ) |
---|
1709 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katedocument.cpp:28: |
---|
1710 | :info:build ./kate/part/kateview.h:560:10: warning: 'KateView::imComposeEvent' hides overloaded virtual function [-Woverloaded-virtual] |
---|
1711 | :info:build bool imComposeEvent () const { return m_imComposeEvent; } |
---|
1712 | :info:build ^ |
---|
1713 | :info:build /opt/local/lib/qt3/include/qwidget.h:505:18: note: hidden overloaded virtual function 'QWidget::imComposeEvent' declared here |
---|
1714 | :info:build virtual void imComposeEvent( QIMEvent * ); |
---|
1715 | :info:build ^ |
---|
1716 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katedocument.cpp:47: |
---|
1717 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kio/kio/kfileitem.h:31: |
---|
1718 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kio/kio/kfilemetainfo.h:1237:19: warning: 'const' type qualifier on return type has no effect [-Wignored-qualifiers] |
---|
1719 | :info:build KFilePlugin * const plugin() const; |
---|
1720 | :info:build ^~~~~~ |
---|
1721 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katedocument.cpp:1467:35: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] |
---|
1722 | :info:build else if ( (it.current()->line == line) ) |
---|
1723 | :info:build ~~~~~~~~~~~~~~~~~~~^~~~~~~ |
---|
1724 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katedocument.cpp:1467:35: note: remove extraneous parentheses around the comparison to silence this warning |
---|
1725 | :info:build else if ( (it.current()->line == line) ) |
---|
1726 | :info:build ~ ^ ~ |
---|
1727 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katedocument.cpp:1467:35: note: use '=' to turn this equality comparison into an assignment |
---|
1728 | :info:build else if ( (it.current()->line == line) ) |
---|
1729 | :info:build ^~ |
---|
1730 | :info:build = |
---|
1731 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katedocument.cpp:3583:2: warning: "that's a bad idea, can lead to stray endings, FIXME" [-W#warnings] |
---|
1732 | :info:build #warning "that's a bad idea, can lead to stray endings, FIXME" |
---|
1733 | :info:build ^ |
---|
1734 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katedocument.cpp:22: |
---|
1735 | :info:build In file included from ./kate/part/katedocument.h:24: |
---|
1736 | :info:build In file included from ./kate/part/katesupercursor.h:22: |
---|
1737 | :info:build In file included from ./kate/part/katecursor.h:25: |
---|
1738 | :info:build In file included from ./kate/part/../interfaces/document.h:22: |
---|
1739 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/interfaces/ktexteditor/document.h:22: |
---|
1740 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/interfaces/ktexteditor/editor.h:22: |
---|
1741 | :info:build In file included from ./kparts/part.h:28: |
---|
1742 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/kxmlguiclient.h:23: |
---|
1743 | :info:build /opt/local/lib/qt3/include/qptrlist.h:150:21: warning: deleting pointer to incomplete type 'KateUndo' may cause undefined behavior [-Wdelete-incomplete] |
---|
1744 | :info:build if ( del_item ) delete (type *)d; |
---|
1745 | :info:build ^ ~~~~~~~~~ |
---|
1746 | :info:build /opt/local/lib/qt3/include/qptrlist.h:78:45: note: in instantiation of member function 'QPtrList<KateUndo>::deleteItem' requested here |
---|
1747 | :info:build bool isEmpty() const { return QGList::count() == 0; } |
---|
1748 | :info:build ^ |
---|
1749 | :info:build ./kate/part/kateundo.h:100:44: note: in instantiation of member function 'QPtrList<KateUndo>::isEmpty' requested here |
---|
1750 | :info:build bool isEmpty () const { return m_items.isEmpty(); } |
---|
1751 | :info:build ^ |
---|
1752 | :info:build ./kate/part/kateundo.h:28:7: note: forward declaration of 'KateUndo' |
---|
1753 | :info:build class KateUndo; |
---|
1754 | :info:build ^ |
---|
1755 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katedocument.cpp:22: |
---|
1756 | :info:build In file included from ./kate/part/katedocument.h:24: |
---|
1757 | :info:build In file included from ./kate/part/katesupercursor.h:22: |
---|
1758 | :info:build In file included from ./kate/part/katecursor.h:25: |
---|
1759 | :info:build In file included from ./kate/part/../interfaces/document.h:22: |
---|
1760 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/interfaces/ktexteditor/document.h:22: |
---|
1761 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/interfaces/ktexteditor/editor.h:22: |
---|
1762 | :info:build In file included from ./kparts/part.h:28: |
---|
1763 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/kxmlguiclient.h:23: |
---|
1764 | :info:build /opt/local/lib/qt3/include/qptrlist.h:150:21: warning: delete called on 'KTextEditor::Cursor' that is abstract but has non-virtual destructor [-Wdelete-non-virtual-dtor] |
---|
1765 | :info:build if ( del_item ) delete (type *)d; |
---|
1766 | :info:build ^ |
---|
1767 | :info:build ./kate/part/katedocument.moc:1115:14: note: in instantiation of member function 'QPtrList<KTextEditor::Cursor>::deleteItem' requested here |
---|
1768 | :info:build case 38: cursors(); break; |
---|
1769 | :info:build ^ |
---|
1770 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katedocument.cpp:22: |
---|
1771 | :info:build In file included from ./kate/part/katedocument.h:24: |
---|
1772 | :info:build In file included from ./kate/part/katesupercursor.h:22: |
---|
1773 | :info:build In file included from ./kate/part/katecursor.h:25: |
---|
1774 | :info:build In file included from ./kate/part/../interfaces/document.h:34: |
---|
1775 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/interfaces/ktexteditor/configinterfaceextension.h:24: |
---|
1776 | :info:build ./kdecore/kicontheme.h:175:19: warning: private field 'd' is not used [-Wunused-private-field] |
---|
1777 | :info:build KIconPrivate *d; |
---|
1778 | :info:build ^ |
---|
1779 | :info:build 11 warnings generated. |
---|
1780 | :info:build 65% compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/kateviewhelpers.cpp |
---|
1781 | :info:build clang: warning: argument unused during compilation: '-fno-check-new' |
---|
1782 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katehighlight.cpp:24: |
---|
1783 | :info:build In file included from ./kate/part/katehighlight.h:24: |
---|
1784 | :info:build ./kate/part/katetextline.h:286:12: warning: 'const' type qualifier on return type has no effect [-Wignored-qualifiers] |
---|
1785 | :info:build inline const bool noIndentBasedFolding() const { return m_flags & KateTextLine::flagNoIndentationBasedFolding; }; |
---|
1786 | :info:build ^~~~~~ |
---|
1787 | :info:build ./kate/part/katetextline.h:287:12: warning: 'const' type qualifier on return type has no effect [-Wignored-qualifiers] |
---|
1788 | :info:build inline const bool noIndentBasedFoldingAtStart() const { return m_flags & KateTextLine::flagNoIndentationBasedFoldingAtStart; }; |
---|
1789 | :info:build ^~~~~~ |
---|
1790 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katehighlight.cpp:24: |
---|
1791 | :info:build In file included from ./kate/part/katehighlight.h:27: |
---|
1792 | :info:build In file included from ./kate/part/../interfaces/document.h:41: |
---|
1793 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/kaction.h:674: |
---|
1794 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/kactionclasses.h:696:48: warning: 'KListAction' is deprecated [-Wdeprecated-declarations] |
---|
1795 | :info:build class KDEUI_EXPORT KRecentFilesAction : public KListAction // TODO public KSelectAction |
---|
1796 | :info:build ^ |
---|
1797 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/kactionclasses.h:581:31: note: 'KListAction' declared here |
---|
1798 | :info:build class KDEUI_EXPORT_DEPRECATED KListAction : public KSelectAction |
---|
1799 | :info:build ^ |
---|
1800 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katehighlight.cpp:31: |
---|
1801 | :info:build In file included from ./kate/part/katefactory.h:27: |
---|
1802 | :info:build In file included from ./kdecore/kaboutdata.h:24: |
---|
1803 | :info:build /opt/local/lib/qt3/include/qimage.h:58:45: warning: '&&' within '||' [-Wlogical-op-parentheses] |
---|
1804 | :info:build { return key < other.key || key==other.key && lang < other.lang; } |
---|
1805 | :info:build ~~ ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ |
---|
1806 | :info:build /opt/local/lib/qt3/include/qimage.h:58:45: note: place parentheses around the '&&' expression to silence this warning |
---|
1807 | :info:build { return key < other.key || key==other.key && lang < other.lang; } |
---|
1808 | :info:build ^ |
---|
1809 | :info:build ( ) |
---|
1810 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katehighlight.cpp:1041:66: warning: '&&' within '||' [-Wlogical-op-parentheses] |
---|
1811 | :info:build for (i = 0; (len > 0) && (i < 2) && (text[offset] >= '0' && text[offset] <= '9' || (text[offset] & 0xdf) >= 'A' && (text[offset] & 0xdf) <= 'F'); i++) |
---|
1812 | :info:build ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ~~ |
---|
1813 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katehighlight.cpp:1041:66: note: place parentheses around the '&&' expression to silence this warning |
---|
1814 | :info:build for (i = 0; (len > 0) && (i < 2) && (text[offset] >= '0' && text[offset] <= '9' || (text[offset] & 0xdf) >= 'A' && (text[offset] & 0xdf) <= 'F'); i++) |
---|
1815 | :info:build ^ |
---|
1816 | :info:build ( ) |
---|
1817 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katehighlight.cpp:1041:121: warning: '&&' within '||' [-Wlogical-op-parentheses] |
---|
1818 | :info:build for (i = 0; (len > 0) && (i < 2) && (text[offset] >= '0' && text[offset] <= '9' || (text[offset] & 0xdf) >= 'A' && (text[offset] & 0xdf) <= 'F'); i++) |
---|
1819 | :info:build ~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
---|
1820 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katehighlight.cpp:1041:121: note: place parentheses around the '&&' expression to silence this warning |
---|
1821 | :info:build for (i = 0; (len > 0) && (i < 2) && (text[offset] >= '0' && text[offset] <= '9' || (text[offset] & 0xdf) >= 'A' && (text[offset] & 0xdf) <= 'F'); i++) |
---|
1822 | :info:build ^ |
---|
1823 | :info:build ( ) |
---|
1824 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katehighlight.cpp:1463:103: warning: comparison of integers of different signs: 'unsigned int' and 'int' [-Wsign-compare] |
---|
1825 | :info:build if ( !foldingList->isEmpty() && ((item->region2 < 0) && (*foldingList)[foldingList->size()-2] == -item->region2 ) ) |
---|
1826 | :info:build ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~ |
---|
1827 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katehighlight.cpp:2829:20: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] |
---|
1828 | :info:build if (tmpbool=KateHlManager::self()->syntax->nextItem(datasub)) |
---|
1829 | :info:build ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
---|
1830 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katehighlight.cpp:2829:20: note: place parentheses around the assignment to silence this warning |
---|
1831 | :info:build if (tmpbool=KateHlManager::self()->syntax->nextItem(datasub)) |
---|
1832 | :info:build ^ |
---|
1833 | :info:build ( ) |
---|
1834 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katehighlight.cpp:2829:20: note: use '==' to turn this assignment into an equality comparison |
---|
1835 | :info:build if (tmpbool=KateHlManager::self()->syntax->nextItem(datasub)) |
---|
1836 | :info:build ^ |
---|
1837 | :info:build == |
---|
1838 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katehighlight.cpp:24: |
---|
1839 | :info:build In file included from ./kate/part/katehighlight.h:25: |
---|
1840 | :info:build In file included from ./kate/part/kateattribute.h:24: |
---|
1841 | :info:build In file included from /opt/local/lib/qt3/include/qcolor.h:43: |
---|
1842 | :info:build In file included from /opt/local/lib/qt3/include/qstringlist.h:44: |
---|
1843 | :info:build In file included from /opt/local/lib/qt3/include/qstrlist.h:43: |
---|
1844 | :info:build /opt/local/lib/qt3/include/qptrlist.h:150:21: warning: deleting pointer to incomplete type 'KateUndo' may cause undefined behavior [-Wdelete-incomplete] |
---|
1845 | :info:build if ( del_item ) delete (type *)d; |
---|
1846 | :info:build ^ ~~~~~~~~~ |
---|
1847 | :info:build /opt/local/lib/qt3/include/qptrlist.h:78:45: note: in instantiation of member function 'QPtrList<KateUndo>::deleteItem' requested here |
---|
1848 | :info:build bool isEmpty() const { return QGList::count() == 0; } |
---|
1849 | :info:build ^ |
---|
1850 | :info:build ./kate/part/kateundo.h:100:44: note: in instantiation of member function 'QPtrList<KateUndo>::isEmpty' requested here |
---|
1851 | :info:build bool isEmpty () const { return m_items.isEmpty(); } |
---|
1852 | :info:build ^ |
---|
1853 | :info:build ./kate/part/kateundo.h:28:7: note: forward declaration of 'KateUndo' |
---|
1854 | :info:build class KateUndo; |
---|
1855 | :info:build ^ |
---|
1856 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katehighlight.cpp:24: |
---|
1857 | :info:build In file included from ./kate/part/katehighlight.h:27: |
---|
1858 | :info:build In file included from ./kate/part/../interfaces/document.h:34: |
---|
1859 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/interfaces/ktexteditor/configinterfaceextension.h:24: |
---|
1860 | :info:build ./kdecore/kicontheme.h:175:19: warning: private field 'd' is not used [-Wunused-private-field] |
---|
1861 | :info:build KIconPrivate *d; |
---|
1862 | :info:build ^ |
---|
1863 | :info:build 10 warnings generated. |
---|
1864 | :info:build 65% compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katecodecompletion.cpp |
---|
1865 | :info:build clang: warning: argument unused during compilation: '-fno-check-new' |
---|
1866 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/kateview.cpp:26: |
---|
1867 | :info:build In file included from ./kate/part/kateview.h:25: |
---|
1868 | :info:build In file included from ./kate/part/katedocument.h:24: |
---|
1869 | :info:build In file included from ./kate/part/katesupercursor.h:22: |
---|
1870 | :info:build In file included from ./kate/part/katecursor.h:25: |
---|
1871 | :info:build In file included from ./kate/part/../interfaces/document.h:41: |
---|
1872 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/kaction.h:674: |
---|
1873 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/kactionclasses.h:696:48: warning: 'KListAction' is deprecated [-Wdeprecated-declarations] |
---|
1874 | :info:build class KDEUI_EXPORT KRecentFilesAction : public KListAction // TODO public KSelectAction |
---|
1875 | :info:build ^ |
---|
1876 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/kactionclasses.h:581:31: note: 'KListAction' declared here |
---|
1877 | :info:build class KDEUI_EXPORT_DEPRECATED KListAction : public KSelectAction |
---|
1878 | :info:build ^ |
---|
1879 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/kateview.cpp:26: |
---|
1880 | :info:build In file included from ./kate/part/kateview.h:25: |
---|
1881 | :info:build In file included from ./kate/part/katedocument.h:25: |
---|
1882 | :info:build ./kate/part/katetextline.h:286:12: warning: 'const' type qualifier on return type has no effect [-Wignored-qualifiers] |
---|
1883 | :info:build inline const bool noIndentBasedFolding() const { return m_flags & KateTextLine::flagNoIndentationBasedFolding; }; |
---|
1884 | :info:build ^~~~~~ |
---|
1885 | :info:build ./kate/part/katetextline.h:287:12: warning: 'const' type qualifier on return type has no effect [-Wignored-qualifiers] |
---|
1886 | :info:build inline const bool noIndentBasedFoldingAtStart() const { return m_flags & KateTextLine::flagNoIndentationBasedFoldingAtStart; }; |
---|
1887 | :info:build ^~~~~~ |
---|
1888 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/kateview.cpp:26: |
---|
1889 | :info:build ./kate/part/kateview.h:560:10: warning: 'KateView::imComposeEvent' hides overloaded virtual function [-Woverloaded-virtual] |
---|
1890 | :info:build bool imComposeEvent () const { return m_imComposeEvent; } |
---|
1891 | :info:build ^ |
---|
1892 | :info:build /opt/local/lib/qt3/include/qwidget.h:505:18: note: hidden overloaded virtual function 'QWidget::imComposeEvent' declared here |
---|
1893 | :info:build virtual void imComposeEvent( QIMEvent * ); |
---|
1894 | :info:build ^ |
---|
1895 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/kateview.cpp:34: |
---|
1896 | :info:build In file included from ./kate/part/katefactory.h:27: |
---|
1897 | :info:build In file included from ./kdecore/kaboutdata.h:24: |
---|
1898 | :info:build /opt/local/lib/qt3/include/qimage.h:58:45: warning: '&&' within '||' [-Wlogical-op-parentheses] |
---|
1899 | :info:build { return key < other.key || key==other.key && lang < other.lang; } |
---|
1900 | :info:build ~~ ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ |
---|
1901 | :info:build /opt/local/lib/qt3/include/qimage.h:58:45: note: place parentheses around the '&&' expression to silence this warning |
---|
1902 | :info:build { return key < other.key || key==other.key && lang < other.lang; } |
---|
1903 | :info:build ^ |
---|
1904 | :info:build ( ) |
---|
1905 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/kateview.cpp:681:18: warning: 'accel' is deprecated [-Wdeprecated-declarations] |
---|
1906 | :info:build m_editActions->accel()->setEnabled( true ); |
---|
1907 | :info:build ^ |
---|
1908 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/kactioncollection.h:146:19: note: 'accel' declared here |
---|
1909 | :info:build virtual KAccel* accel() KDE_DEPRECATED; |
---|
1910 | :info:build ^ |
---|
1911 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/kateview.cpp:688:18: warning: 'accel' is deprecated [-Wdeprecated-declarations] |
---|
1912 | :info:build m_editActions->accel()->setEnabled( false ); |
---|
1913 | :info:build ^ |
---|
1914 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/kactioncollection.h:146:19: note: 'accel' declared here |
---|
1915 | :info:build virtual KAccel* accel() KDE_DEPRECATED; |
---|
1916 | :info:build ^ |
---|
1917 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/kateview.cpp:1573:23: warning: comparison of integers of different signs: 'int' and 'uint' (aka 'unsigned int') [-Wsign-compare] |
---|
1918 | :info:build if (cursor.line()+1 >= m_doc->numLines()) |
---|
1919 | :info:build ~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~ |
---|
1920 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/kateview.cpp:1738:84: warning: '&&' within '||' [-Wlogical-op-parentheses] |
---|
1921 | :info:build if ( curPos == 0 || line->attribute( curPos ) != line->attribute( curPos - 1 ) && |
---|
1922 | :info:build ~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ |
---|
1923 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/kateview.cpp:1738:84: note: place parentheses around the '&&' expression to silence this warning |
---|
1924 | :info:build if ( curPos == 0 || line->attribute( curPos ) != line->attribute( curPos - 1 ) && |
---|
1925 | :info:build ^ |
---|
1926 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/kateview.cpp:26: |
---|
1927 | :info:build In file included from ./kate/part/kateview.h:25: |
---|
1928 | :info:build In file included from ./kate/part/katedocument.h:24: |
---|
1929 | :info:build In file included from ./kate/part/katesupercursor.h:22: |
---|
1930 | :info:build In file included from ./kate/part/katecursor.h:25: |
---|
1931 | :info:build In file included from ./kate/part/../interfaces/document.h:22: |
---|
1932 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/interfaces/ktexteditor/document.h:22: |
---|
1933 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/interfaces/ktexteditor/editor.h:22: |
---|
1934 | :info:build In file included from ./kparts/part.h:28: |
---|
1935 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/kxmlguiclient.h:23: |
---|
1936 | :info:build /opt/local/lib/qt3/include/qptrlist.h:150:21: warning: deleting pointer to incomplete type 'KateUndo' may cause undefined behavior [-Wdelete-incomplete] |
---|
1937 | :info:build if ( del_item ) delete (type *)d; |
---|
1938 | :info:build ^ ~~~~~~~~~ |
---|
1939 | :info:build /opt/local/lib/qt3/include/qptrlist.h:78:45: note: in instantiation of member function 'QPtrList<KateUndo>::deleteItem' requested here |
---|
1940 | :info:build bool isEmpty() const { return QGList::count() == 0; } |
---|
1941 | :info:build ^ |
---|
1942 | :info:build ./kate/part/kateundo.h:100:44: note: in instantiation of member function 'QPtrList<KateUndo>::isEmpty' requested here |
---|
1943 | :info:build bool isEmpty () const { return m_items.isEmpty(); } |
---|
1944 | :info:build ^ |
---|
1945 | :info:build ./kate/part/kateundo.h:28:7: note: forward declaration of 'KateUndo' |
---|
1946 | :info:build class KateUndo; |
---|
1947 | :info:build ^ |
---|
1948 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/kateview.cpp:26: |
---|
1949 | :info:build In file included from ./kate/part/kateview.h:25: |
---|
1950 | :info:build In file included from ./kate/part/katedocument.h:24: |
---|
1951 | :info:build In file included from ./kate/part/katesupercursor.h:22: |
---|
1952 | :info:build In file included from ./kate/part/katecursor.h:25: |
---|
1953 | :info:build In file included from ./kate/part/../interfaces/document.h:34: |
---|
1954 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/interfaces/ktexteditor/configinterfaceextension.h:24: |
---|
1955 | :info:build ./kdecore/kicontheme.h:175:19: warning: private field 'd' is not used [-Wunused-private-field] |
---|
1956 | :info:build KIconPrivate *d; |
---|
1957 | :info:build ^ |
---|
1958 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/kateview.cpp:76: |
---|
1959 | :info:build /opt/local/lib/qt3/include/qstyle.h:107:10: warning: private field 'b1' is not used [-Wunused-private-field] |
---|
1960 | :info:build bool b1,b2,b3; // reserved |
---|
1961 | :info:build ^ |
---|
1962 | :info:build /opt/local/lib/qt3/include/qstyle.h:107:13: warning: private field 'b2' is not used [-Wunused-private-field] |
---|
1963 | :info:build bool b1,b2,b3; // reserved |
---|
1964 | :info:build ^ |
---|
1965 | :info:build /opt/local/lib/qt3/include/qstyle.h:107:16: warning: private field 'b3' is not used [-Wunused-private-field] |
---|
1966 | :info:build bool b1,b2,b3; // reserved |
---|
1967 | :info:build ^ |
---|
1968 | :info:build /opt/local/lib/qt3/include/qstyle.h:113:9: warning: private field 'i5' is not used [-Wunused-private-field] |
---|
1969 | :info:build int i5, i6; // reserved |
---|
1970 | :info:build ^ |
---|
1971 | :info:build /opt/local/lib/qt3/include/qstyle.h:113:13: warning: private field 'i6' is not used [-Wunused-private-field] |
---|
1972 | :info:build int i5, i6; // reserved |
---|
1973 | :info:build ^ |
---|
1974 | :info:build /opt/local/lib/qt3/include/qstyle.h:115:16: warning: private field 'p2' is not used [-Wunused-private-field] |
---|
1975 | :info:build void *p1, *p2, *p3, *p4; // reserved |
---|
1976 | :info:build ^ |
---|
1977 | :info:build /opt/local/lib/qt3/include/qstyle.h:115:21: warning: private field 'p3' is not used [-Wunused-private-field] |
---|
1978 | :info:build void *p1, *p2, *p3, *p4; // reserved |
---|
1979 | :info:build ^ |
---|
1980 | :info:build /opt/local/lib/qt3/include/qstyle.h:115:26: warning: private field 'p4' is not used [-Wunused-private-field] |
---|
1981 | :info:build void *p1, *p2, *p3, *p4; // reserved |
---|
1982 | :info:build ^ |
---|
1983 | :info:build 19 warnings generated. |
---|
1984 | :info:build 65% compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katedocumenthelpers.cpp |
---|
1985 | :info:build clang: warning: argument unused during compilation: '-fno-check-new' |
---|
1986 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katedocumenthelpers.cpp:21: |
---|
1987 | :info:build In file included from ./kate/part/katedocumenthelpers.h:24: |
---|
1988 | :info:build In file included from ./kate/part/../interfaces/document.h:41: |
---|
1989 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/kaction.h:674: |
---|
1990 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/kactionclasses.h:696:48: warning: 'KListAction' is deprecated [-Wdeprecated-declarations] |
---|
1991 | :info:build class KDEUI_EXPORT KRecentFilesAction : public KListAction // TODO public KSelectAction |
---|
1992 | :info:build ^ |
---|
1993 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/kactionclasses.h:581:31: note: 'KListAction' declared here |
---|
1994 | :info:build class KDEUI_EXPORT_DEPRECATED KListAction : public KSelectAction |
---|
1995 | :info:build ^ |
---|
1996 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katedocumenthelpers.cpp:24: |
---|
1997 | :info:build In file included from ./kate/part/katedocument.h:25: |
---|
1998 | :info:build ./kate/part/katetextline.h:286:12: warning: 'const' type qualifier on return type has no effect [-Wignored-qualifiers] |
---|
1999 | :info:build inline const bool noIndentBasedFolding() const { return m_flags & KateTextLine::flagNoIndentationBasedFolding; }; |
---|
2000 | :info:build ^~~~~~ |
---|
2001 | :info:build ./kate/part/katetextline.h:287:12: warning: 'const' type qualifier on return type has no effect [-Wignored-qualifiers] |
---|
2002 | :info:build inline const bool noIndentBasedFoldingAtStart() const { return m_flags & KateTextLine::flagNoIndentationBasedFoldingAtStart; }; |
---|
2003 | :info:build ^~~~~~ |
---|
2004 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katedocumenthelpers.cpp:25: |
---|
2005 | :info:build ./kate/part/kateview.h:560:10: warning: 'KateView::imComposeEvent' hides overloaded virtual function [-Woverloaded-virtual] |
---|
2006 | :info:build bool imComposeEvent () const { return m_imComposeEvent; } |
---|
2007 | :info:build ^ |
---|
2008 | :info:build /opt/local/lib/qt3/include/qwidget.h:505:18: note: hidden overloaded virtual function 'QWidget::imComposeEvent' declared here |
---|
2009 | :info:build virtual void imComposeEvent( QIMEvent * ); |
---|
2010 | :info:build ^ |
---|
2011 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katedocumenthelpers.cpp:21: |
---|
2012 | :info:build In file included from ./kate/part/katedocumenthelpers.h:24: |
---|
2013 | :info:build In file included from ./kate/part/../interfaces/document.h:22: |
---|
2014 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/interfaces/ktexteditor/document.h:22: |
---|
2015 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/interfaces/ktexteditor/editor.h:22: |
---|
2016 | :info:build In file included from ./kparts/part.h:28: |
---|
2017 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/kxmlguiclient.h:23: |
---|
2018 | :info:build /opt/local/lib/qt3/include/qptrlist.h:150:21: warning: deleting pointer to incomplete type 'KateUndo' may cause undefined behavior [-Wdelete-incomplete] |
---|
2019 | :info:build if ( del_item ) delete (type *)d; |
---|
2020 | :info:build ^ ~~~~~~~~~ |
---|
2021 | :info:build /opt/local/lib/qt3/include/qptrlist.h:78:45: note: in instantiation of member function 'QPtrList<KateUndo>::deleteItem' requested here |
---|
2022 | :info:build bool isEmpty() const { return QGList::count() == 0; } |
---|
2023 | :info:build ^ |
---|
2024 | :info:build ./kate/part/kateundo.h:100:44: note: in instantiation of member function 'QPtrList<KateUndo>::isEmpty' requested here |
---|
2025 | :info:build bool isEmpty () const { return m_items.isEmpty(); } |
---|
2026 | :info:build ^ |
---|
2027 | :info:build ./kate/part/kateundo.h:28:7: note: forward declaration of 'KateUndo' |
---|
2028 | :info:build class KateUndo; |
---|
2029 | :info:build ^ |
---|
2030 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katedocumenthelpers.cpp:21: |
---|
2031 | :info:build In file included from ./kate/part/katedocumenthelpers.h:24: |
---|
2032 | :info:build In file included from ./kate/part/../interfaces/document.h:34: |
---|
2033 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/interfaces/ktexteditor/configinterfaceextension.h:24: |
---|
2034 | :info:build ./kdecore/kicontheme.h:175:19: warning: private field 'd' is not used [-Wunused-private-field] |
---|
2035 | :info:build KIconPrivate *d; |
---|
2036 | :info:build ^ |
---|
2037 | :info:build 6 warnings generated. |
---|
2038 | :info:build 65% compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katecodefoldinghelpers.cpp |
---|
2039 | :info:build clang: warning: argument unused during compilation: '-fno-check-new' |
---|
2040 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/kateviewhelpers.cpp:21: |
---|
2041 | :info:build In file included from ./kate/part/kateviewhelpers.h:24: |
---|
2042 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/kaction.h:674: |
---|
2043 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/kactionclasses.h:696:48: warning: 'KListAction' is deprecated [-Wdeprecated-declarations] |
---|
2044 | :info:build class KDEUI_EXPORT KRecentFilesAction : public KListAction // TODO public KSelectAction |
---|
2045 | :info:build ^ |
---|
2046 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/kactionclasses.h:581:31: note: 'KListAction' declared here |
---|
2047 | :info:build class KDEUI_EXPORT_DEPRECATED KListAction : public KSelectAction |
---|
2048 | :info:build ^ |
---|
2049 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/kateviewhelpers.cpp:29: |
---|
2050 | :info:build In file included from ./kate/part/katedocument.h:25: |
---|
2051 | :info:build ./kate/part/katetextline.h:286:12: warning: 'const' type qualifier on return type has no effect [-Wignored-qualifiers] |
---|
2052 | :info:build inline const bool noIndentBasedFolding() const { return m_flags & KateTextLine::flagNoIndentationBasedFolding; }; |
---|
2053 | :info:build ^~~~~~ |
---|
2054 | :info:build ./kate/part/katetextline.h:287:12: warning: 'const' type qualifier on return type has no effect [-Wignored-qualifiers] |
---|
2055 | :info:build inline const bool noIndentBasedFoldingAtStart() const { return m_flags & KateTextLine::flagNoIndentationBasedFoldingAtStart; }; |
---|
2056 | :info:build ^~~~~~ |
---|
2057 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/kateviewhelpers.cpp:30: |
---|
2058 | :info:build In file included from ./kate/part/katefactory.h:27: |
---|
2059 | :info:build In file included from ./kdecore/kaboutdata.h:24: |
---|
2060 | :info:build /opt/local/lib/qt3/include/qimage.h:58:45: warning: '&&' within '||' [-Wlogical-op-parentheses] |
---|
2061 | :info:build { return key < other.key || key==other.key && lang < other.lang; } |
---|
2062 | :info:build ~~ ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ |
---|
2063 | :info:build /opt/local/lib/qt3/include/qimage.h:58:45: note: place parentheses around the '&&' expression to silence this warning |
---|
2064 | :info:build { return key < other.key || key==other.key && lang < other.lang; } |
---|
2065 | :info:build ^ |
---|
2066 | :info:build ( ) |
---|
2067 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/kateviewhelpers.cpp:32: |
---|
2068 | :info:build ./kate/part/kateview.h:560:10: warning: 'KateView::imComposeEvent' hides overloaded virtual function [-Woverloaded-virtual] |
---|
2069 | :info:build bool imComposeEvent () const { return m_imComposeEvent; } |
---|
2070 | :info:build ^ |
---|
2071 | :info:build /opt/local/lib/qt3/include/qwidget.h:505:18: note: hidden overloaded virtual function 'QWidget::imComposeEvent' declared here |
---|
2072 | :info:build virtual void imComposeEvent( QIMEvent * ); |
---|
2073 | :info:build ^ |
---|
2074 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/kateviewhelpers.cpp:280:45: warning: unused parameter 'string' [-Wunused-parameter] |
---|
2075 | :info:build QString makeCompletion( const QString & string ) |
---|
2076 | :info:build ^ |
---|
2077 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/kateviewhelpers.cpp:957:11: warning: add explicit braces to avoid dangling else [-Wdangling-else] |
---|
2078 | :info:build } else if (m_view->dynWordWrap() && m_dynWrapIndicatorsOn) { |
---|
2079 | :info:build ^ |
---|
2080 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/kateviewhelpers.cpp:21: |
---|
2081 | :info:build In file included from ./kate/part/kateviewhelpers.h:24: |
---|
2082 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/kaction.h:33: |
---|
2083 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/kguiitem.h:26: |
---|
2084 | :info:build In file included from /opt/local/lib/qt3/include/qiconset.h:43: |
---|
2085 | :info:build In file included from /opt/local/lib/qt3/include/qpixmap.h:43: |
---|
2086 | :info:build In file included from /opt/local/lib/qt3/include/qcolor.h:43: |
---|
2087 | :info:build In file included from /opt/local/lib/qt3/include/qstringlist.h:44: |
---|
2088 | :info:build In file included from /opt/local/lib/qt3/include/qstrlist.h:43: |
---|
2089 | :info:build /opt/local/lib/qt3/include/qptrlist.h:150:21: warning: deleting pointer to incomplete type 'KateUndo' may cause undefined behavior [-Wdelete-incomplete] |
---|
2090 | :info:build if ( del_item ) delete (type *)d; |
---|
2091 | :info:build ^ ~~~~~~~~~ |
---|
2092 | :info:build /opt/local/lib/qt3/include/qptrlist.h:78:45: note: in instantiation of member function 'QPtrList<KateUndo>::deleteItem' requested here |
---|
2093 | :info:build bool isEmpty() const { return QGList::count() == 0; } |
---|
2094 | :info:build ^ |
---|
2095 | :info:build ./kate/part/kateundo.h:100:44: note: in instantiation of member function 'QPtrList<KateUndo>::isEmpty' requested here |
---|
2096 | :info:build bool isEmpty () const { return m_items.isEmpty(); } |
---|
2097 | :info:build ^ |
---|
2098 | :info:build ./kate/part/kateundo.h:28:7: note: forward declaration of 'KateUndo' |
---|
2099 | :info:build class KateUndo; |
---|
2100 | :info:build ^ |
---|
2101 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/kateviewhelpers.cpp:21: |
---|
2102 | :info:build In file included from ./kate/part/kateviewhelpers.h:24: |
---|
2103 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/kaction.h:33: |
---|
2104 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/kguiitem.h:29: |
---|
2105 | :info:build ./kdecore/kicontheme.h:175:19: warning: private field 'd' is not used [-Wunused-private-field] |
---|
2106 | :info:build KIconPrivate *d; |
---|
2107 | :info:build ^ |
---|
2108 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/kateviewhelpers.cpp:21: |
---|
2109 | :info:build ./kate/part/kateviewhelpers.h:82:15: warning: private field 'm_view' is not used [-Wunused-private-field] |
---|
2110 | :info:build KateView *m_view; |
---|
2111 | :info:build ^ |
---|
2112 | :info:build ./kate/part/kateviewhelpers.h:84:29: warning: private field 'm_viewInternal' is not used [-Wunused-private-field] |
---|
2113 | :info:build class KateViewInternal *m_viewInternal; |
---|
2114 | :info:build ^ |
---|
2115 | :info:build ./kate/part/kateviewhelpers.h:196:15: warning: private field 'view' is not used [-Wunused-private-field] |
---|
2116 | :info:build KateView *view; |
---|
2117 | :info:build ^ |
---|
2118 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/kateviewhelpers.cpp:46: |
---|
2119 | :info:build /opt/local/lib/qt3/include/qstyle.h:107:10: warning: private field 'b1' is not used [-Wunused-private-field] |
---|
2120 | :info:build bool b1,b2,b3; // reserved |
---|
2121 | :info:build ^ |
---|
2122 | :info:build /opt/local/lib/qt3/include/qstyle.h:107:13: warning: private field 'b2' is not used [-Wunused-private-field] |
---|
2123 | :info:build bool b1,b2,b3; // reserved |
---|
2124 | :info:build ^ |
---|
2125 | :info:build /opt/local/lib/qt3/include/qstyle.h:107:16: warning: private field 'b3' is not used [-Wunused-private-field] |
---|
2126 | :info:build bool b1,b2,b3; // reserved |
---|
2127 | :info:build ^ |
---|
2128 | :info:build /opt/local/lib/qt3/include/qstyle.h:113:9: warning: private field 'i5' is not used [-Wunused-private-field] |
---|
2129 | :info:build int i5, i6; // reserved |
---|
2130 | :info:build ^ |
---|
2131 | :info:build /opt/local/lib/qt3/include/qstyle.h:113:13: warning: private field 'i6' is not used [-Wunused-private-field] |
---|
2132 | :info:build int i5, i6; // reserved |
---|
2133 | :info:build ^ |
---|
2134 | :info:build /opt/local/lib/qt3/include/qstyle.h:115:16: warning: private field 'p2' is not used [-Wunused-private-field] |
---|
2135 | :info:build void *p1, *p2, *p3, *p4; // reserved |
---|
2136 | :info:build ^ |
---|
2137 | :info:build /opt/local/lib/qt3/include/qstyle.h:115:21: warning: private field 'p3' is not used [-Wunused-private-field] |
---|
2138 | :info:build void *p1, *p2, *p3, *p4; // reserved |
---|
2139 | :info:build ^ |
---|
2140 | :info:build /opt/local/lib/qt3/include/qstyle.h:115:26: warning: private field 'p4' is not used [-Wunused-private-field] |
---|
2141 | :info:build void *p1, *p2, *p3, *p4; // reserved |
---|
2142 | :info:build ^ |
---|
2143 | :info:build 20 warnings generated. |
---|
2144 | :info:build clang: warning: argument unused during compilation: '-fno-check-new' |
---|
2145 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katecodecompletion.cpp:29: |
---|
2146 | :info:build In file included from ./kate/part/katedocument.h:24: |
---|
2147 | :info:build In file included from ./kate/part/katesupercursor.h:22: |
---|
2148 | :info:build In file included from ./kate/part/katecursor.h:25: |
---|
2149 | :info:build In file included from ./kate/part/../interfaces/document.h:41: |
---|
2150 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/kaction.h:674: |
---|
2151 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/kactionclasses.h:696:48: warning: 'KListAction' is deprecated [-Wdeprecated-declarations] |
---|
2152 | :info:build class KDEUI_EXPORT KRecentFilesAction : public KListAction // TODO public KSelectAction |
---|
2153 | :info:build ^ |
---|
2154 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/kactionclasses.h:581:31: note: 'KListAction' declared here |
---|
2155 | :info:build class KDEUI_EXPORT_DEPRECATED KListAction : public KSelectAction |
---|
2156 | :info:build ^ |
---|
2157 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katecodecompletion.cpp:29: |
---|
2158 | :info:build In file included from ./kate/part/katedocument.h:25: |
---|
2159 | :info:build ./kate/part/katetextline.h:286:12: warning: 'const' type qualifier on return type has no effect [-Wignored-qualifiers] |
---|
2160 | :info:build inline const bool noIndentBasedFolding() const { return m_flags & KateTextLine::flagNoIndentationBasedFolding; }; |
---|
2161 | :info:build ^~~~~~ |
---|
2162 | :info:build ./kate/part/katetextline.h:287:12: warning: 'const' type qualifier on return type has no effect [-Wignored-qualifiers] |
---|
2163 | :info:build inline const bool noIndentBasedFoldingAtStart() const { return m_flags & KateTextLine::flagNoIndentationBasedFoldingAtStart; }; |
---|
2164 | :info:build ^~~~~~ |
---|
2165 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katecodecompletion.cpp:30: |
---|
2166 | :info:build ./kate/part/kateview.h:560:10: warning: 'KateView::imComposeEvent' hides overloaded virtual function [-Woverloaded-virtual] |
---|
2167 | :info:build bool imComposeEvent () const { return m_imComposeEvent; } |
---|
2168 | :info:build ^ |
---|
2169 | :info:build /opt/local/lib/qt3/include/qwidget.h:505:18: note: hidden overloaded virtual function 'QWidget::imComposeEvent' declared here |
---|
2170 | :info:build virtual void imComposeEvent( QIMEvent * ); |
---|
2171 | :info:build ^ |
---|
2172 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katecodecompletion.cpp:73:13: warning: add explicit braces to avoid dangling else [-Wdangling-else] |
---|
2173 | :info:build else { |
---|
2174 | :info:build ^ |
---|
2175 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katecodecompletion.cpp:26: |
---|
2176 | :info:build In file included from ./kate/part/katecodecompletion.h:31: |
---|
2177 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/interfaces/ktexteditor/codecompletioninterface.h:23: |
---|
2178 | :info:build In file included from /opt/local/lib/qt3/include/qstringlist.h:44: |
---|
2179 | :info:build In file included from /opt/local/lib/qt3/include/qstrlist.h:43: |
---|
2180 | :info:build /opt/local/lib/qt3/include/qptrlist.h:150:21: warning: deleting pointer to incomplete type 'KateUndo' may cause undefined behavior [-Wdelete-incomplete] |
---|
2181 | :info:build if ( del_item ) delete (type *)d; |
---|
2182 | :info:build ^ ~~~~~~~~~ |
---|
2183 | :info:build /opt/local/lib/qt3/include/qptrlist.h:78:45: note: in instantiation of member function 'QPtrList<KateUndo>::deleteItem' requested here |
---|
2184 | :info:build bool isEmpty() const { return QGList::count() == 0; } |
---|
2185 | :info:build ^ |
---|
2186 | :info:build ./kate/part/kateundo.h:100:44: note: in instantiation of member function 'QPtrList<KateUndo>::isEmpty' requested here |
---|
2187 | :info:build bool isEmpty () const { return m_items.isEmpty(); } |
---|
2188 | :info:build ^ |
---|
2189 | :info:build ./kate/part/kateundo.h:28:7: note: forward declaration of 'KateUndo' |
---|
2190 | :info:build class KateUndo; |
---|
2191 | :info:build ^ |
---|
2192 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katecodecompletion.cpp:29: |
---|
2193 | :info:build In file included from ./kate/part/katedocument.h:24: |
---|
2194 | :info:build In file included from ./kate/part/katesupercursor.h:22: |
---|
2195 | :info:build In file included from ./kate/part/katecursor.h:25: |
---|
2196 | :info:build In file included from ./kate/part/../interfaces/document.h:34: |
---|
2197 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/interfaces/ktexteditor/configinterfaceextension.h:24: |
---|
2198 | :info:build ./kdecore/kicontheme.h:175:19: warning: private field 'd' is not used [-Wunused-private-field] |
---|
2199 | :info:build KIconPrivate *d; |
---|
2200 | :info:build ^ |
---|
2201 | :info:build 7 warnings generated. |
---|
2202 | :info:build 65% compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/kateviewinternal.cpp |
---|
2203 | :info:build 65% compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katebookmarks.cpp |
---|
2204 | :info:build clang: warning: argument unused during compilation: '-fno-check-new' |
---|
2205 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katecodefoldinghelpers.cpp:22: |
---|
2206 | :info:build In file included from ./kate/part/katebuffer.h:23: |
---|
2207 | :info:build ./kate/part/katetextline.h:286:12: warning: 'const' type qualifier on return type has no effect [-Wignored-qualifiers] |
---|
2208 | :info:build inline const bool noIndentBasedFolding() const { return m_flags & KateTextLine::flagNoIndentationBasedFolding; }; |
---|
2209 | :info:build ^~~~~~ |
---|
2210 | :info:build ./kate/part/katetextline.h:287:12: warning: 'const' type qualifier on return type has no effect [-Wignored-qualifiers] |
---|
2211 | :info:build inline const bool noIndentBasedFoldingAtStart() const { return m_flags & KateTextLine::flagNoIndentationBasedFoldingAtStart; }; |
---|
2212 | :info:build ^~~~~~ |
---|
2213 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katecodefoldinghelpers.cpp:23: |
---|
2214 | :info:build In file included from ./kate/part/katecursor.h:25: |
---|
2215 | :info:build In file included from ./kate/part/../interfaces/document.h:41: |
---|
2216 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/kaction.h:674: |
---|
2217 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/kactionclasses.h:696:48: warning: 'KListAction' is deprecated [-Wdeprecated-declarations] |
---|
2218 | :info:build class KDEUI_EXPORT KRecentFilesAction : public KListAction // TODO public KSelectAction |
---|
2219 | :info:build ^ |
---|
2220 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/kactionclasses.h:581:31: note: 'KListAction' declared here |
---|
2221 | :info:build class KDEUI_EXPORT_DEPRECATED KListAction : public KSelectAction |
---|
2222 | :info:build ^ |
---|
2223 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katecodefoldinghelpers.cpp:830:2: warning: "FIXME: why does this seem to work?" [-W#warnings] |
---|
2224 | :info:build #warning "FIXME: why does this seem to work?" |
---|
2225 | :info:build ^ |
---|
2226 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katecodefoldinghelpers.cpp:952:77: warning: unused parameter 'charPos' [-Wunused-parameter] |
---|
2227 | :info:build list,unsigned int line,int current, unsigned int startLine,unsigned int charPos) |
---|
2228 | :info:build ^ |
---|
2229 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katecodefoldinghelpers.cpp:1154:2: warning: "FIXME: make this multiple region changes per line save"; [-W#warnings] |
---|
2230 | :info:build #warning "FIXME: make this multiple region changes per line save"; |
---|
2231 | :info:build ^ |
---|
2232 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katecodefoldinghelpers.cpp:1179:2: warning: "FIXME: make this multiple region changes per line save"; [-W#warnings] |
---|
2233 | :info:build #warning "FIXME: make this multiple region changes per line save"; |
---|
2234 | :info:build ^ |
---|
2235 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katecodefoldinghelpers.cpp:23: |
---|
2236 | :info:build In file included from ./kate/part/katecursor.h:25: |
---|
2237 | :info:build In file included from ./kate/part/../interfaces/document.h:34: |
---|
2238 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/interfaces/ktexteditor/configinterfaceextension.h:24: |
---|
2239 | :info:build ./kdecore/kicontheme.h:175:19: warning: private field 'd' is not used [-Wunused-private-field] |
---|
2240 | :info:build KIconPrivate *d; |
---|
2241 | :info:build ^ |
---|
2242 | :info:build 8 warnings generated. |
---|
2243 | :info:build 65% compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/kateprinter.cpp |
---|
2244 | :info:build clang: warning: argument unused during compilation: '-fno-check-new' |
---|
2245 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katebookmarks.cpp:23: |
---|
2246 | :info:build In file included from ./kate/part/katedocument.h:24: |
---|
2247 | :info:build In file included from ./kate/part/katesupercursor.h:22: |
---|
2248 | :info:build In file included from ./kate/part/katecursor.h:25: |
---|
2249 | :info:build In file included from ./kate/part/../interfaces/document.h:41: |
---|
2250 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/kaction.h:674: |
---|
2251 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/kactionclasses.h:696:48: warning: 'KListAction' is deprecated [-Wdeprecated-declarations] |
---|
2252 | :info:build class KDEUI_EXPORT KRecentFilesAction : public KListAction // TODO public KSelectAction |
---|
2253 | :info:build ^ |
---|
2254 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/kactionclasses.h:581:31: note: 'KListAction' declared here |
---|
2255 | :info:build class KDEUI_EXPORT_DEPRECATED KListAction : public KSelectAction |
---|
2256 | :info:build ^ |
---|
2257 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katebookmarks.cpp:23: |
---|
2258 | :info:build In file included from ./kate/part/katedocument.h:25: |
---|
2259 | :info:build ./kate/part/katetextline.h:286:12: warning: 'const' type qualifier on return type has no effect [-Wignored-qualifiers] |
---|
2260 | :info:build inline const bool noIndentBasedFolding() const { return m_flags & KateTextLine::flagNoIndentationBasedFolding; }; |
---|
2261 | :info:build ^~~~~~ |
---|
2262 | :info:build ./kate/part/katetextline.h:287:12: warning: 'const' type qualifier on return type has no effect [-Wignored-qualifiers] |
---|
2263 | :info:build inline const bool noIndentBasedFoldingAtStart() const { return m_flags & KateTextLine::flagNoIndentationBasedFoldingAtStart; }; |
---|
2264 | :info:build ^~~~~~ |
---|
2265 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katebookmarks.cpp:24: |
---|
2266 | :info:build ./kate/part/kateview.h:560:10: warning: 'KateView::imComposeEvent' hides overloaded virtual function [-Woverloaded-virtual] |
---|
2267 | :info:build bool imComposeEvent () const { return m_imComposeEvent; } |
---|
2268 | :info:build ^ |
---|
2269 | :info:build /opt/local/lib/qt3/include/qwidget.h:505:18: note: hidden overloaded virtual function 'QWidget::imComposeEvent' declared here |
---|
2270 | :info:build virtual void imComposeEvent( QIMEvent * ); |
---|
2271 | :info:build ^ |
---|
2272 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katebookmarks.cpp:20: |
---|
2273 | :info:build In file included from ./kate/part/katebookmarks.h:24: |
---|
2274 | :info:build /opt/local/lib/qt3/include/qptrlist.h:150:21: warning: deleting pointer to incomplete type 'KateUndo' may cause undefined behavior [-Wdelete-incomplete] |
---|
2275 | :info:build if ( del_item ) delete (type *)d; |
---|
2276 | :info:build ^ ~~~~~~~~~ |
---|
2277 | :info:build /opt/local/lib/qt3/include/qptrlist.h:78:45: note: in instantiation of member function 'QPtrList<KateUndo>::deleteItem' requested here |
---|
2278 | :info:build bool isEmpty() const { return QGList::count() == 0; } |
---|
2279 | :info:build ^ |
---|
2280 | :info:build ./kate/part/kateundo.h:100:44: note: in instantiation of member function 'QPtrList<KateUndo>::isEmpty' requested here |
---|
2281 | :info:build bool isEmpty () const { return m_items.isEmpty(); } |
---|
2282 | :info:build ^ |
---|
2283 | :info:build ./kate/part/kateundo.h:28:7: note: forward declaration of 'KateUndo' |
---|
2284 | :info:build class KateUndo; |
---|
2285 | :info:build ^ |
---|
2286 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katebookmarks.cpp:23: |
---|
2287 | :info:build In file included from ./kate/part/katedocument.h:24: |
---|
2288 | :info:build In file included from ./kate/part/katesupercursor.h:22: |
---|
2289 | :info:build In file included from ./kate/part/katecursor.h:25: |
---|
2290 | :info:build In file included from ./kate/part/../interfaces/document.h:34: |
---|
2291 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/interfaces/ktexteditor/configinterfaceextension.h:24: |
---|
2292 | :info:build ./kdecore/kicontheme.h:175:19: warning: private field 'd' is not used [-Wunused-private-field] |
---|
2293 | :info:build KIconPrivate *d; |
---|
2294 | :info:build ^ |
---|
2295 | :info:build 6 warnings generated. |
---|
2296 | :info:build 65% compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katesupercursor.cpp |
---|
2297 | :info:build clang: warning: argument unused during compilation: '-fno-check-new' |
---|
2298 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katesupercursor.cpp:19: |
---|
2299 | :info:build In file included from ./kate/part/katesupercursor.h:22: |
---|
2300 | :info:build In file included from ./kate/part/katecursor.h:25: |
---|
2301 | :info:build In file included from ./kate/part/../interfaces/document.h:41: |
---|
2302 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/kaction.h:674: |
---|
2303 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/kactionclasses.h:696:48: warning: 'KListAction' is deprecated [-Wdeprecated-declarations] |
---|
2304 | :info:build class KDEUI_EXPORT KRecentFilesAction : public KListAction // TODO public KSelectAction |
---|
2305 | :info:build ^ |
---|
2306 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/kactionclasses.h:581:31: note: 'KListAction' declared here |
---|
2307 | :info:build class KDEUI_EXPORT_DEPRECATED KListAction : public KSelectAction |
---|
2308 | :info:build ^ |
---|
2309 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katesupercursor.cpp:22: |
---|
2310 | :info:build In file included from ./kate/part/katedocument.h:25: |
---|
2311 | :info:build ./kate/part/katetextline.h:286:12: warning: 'const' type qualifier on return type has no effect [-Wignored-qualifiers] |
---|
2312 | :info:build inline const bool noIndentBasedFolding() const { return m_flags & KateTextLine::flagNoIndentationBasedFolding; }; |
---|
2313 | :info:build ^~~~~~ |
---|
2314 | :info:build ./kate/part/katetextline.h:287:12: warning: 'const' type qualifier on return type has no effect [-Wignored-qualifiers] |
---|
2315 | :info:build inline const bool noIndentBasedFoldingAtStart() const { return m_flags & KateTextLine::flagNoIndentationBasedFoldingAtStart; }; |
---|
2316 | :info:build ^~~~~~ |
---|
2317 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katesupercursor.cpp:199:35: warning: '&&' within '||' [-Wlogical-op-parentheses] |
---|
2318 | :info:build else if ( (m_line == int(line)) && (m_col > int(col)) || (m_moveOnInsert && (m_col == int(col))) ) |
---|
2319 | :info:build ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ ~~ |
---|
2320 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katesupercursor.cpp:199:35: note: place parentheses around the '&&' expression to silence this warning |
---|
2321 | :info:build else if ( (m_line == int(line)) && (m_col > int(col)) || (m_moveOnInsert && (m_col == int(col))) ) |
---|
2322 | :info:build ^ |
---|
2323 | :info:build ( ) |
---|
2324 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katesupercursor.cpp:19: |
---|
2325 | :info:build In file included from ./kate/part/katesupercursor.h:22: |
---|
2326 | :info:build In file included from ./kate/part/katecursor.h:25: |
---|
2327 | :info:build In file included from ./kate/part/../interfaces/document.h:22: |
---|
2328 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/interfaces/ktexteditor/document.h:22: |
---|
2329 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/interfaces/ktexteditor/editor.h:22: |
---|
2330 | :info:build In file included from ./kparts/part.h:28: |
---|
2331 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/kxmlguiclient.h:23: |
---|
2332 | :info:build /opt/local/lib/qt3/include/qptrlist.h:150:21: warning: deleting pointer to incomplete type 'KateUndo' may cause undefined behavior [-Wdelete-incomplete] |
---|
2333 | :info:build if ( del_item ) delete (type *)d; |
---|
2334 | :info:build ^ ~~~~~~~~~ |
---|
2335 | :info:build /opt/local/lib/qt3/include/qptrlist.h:78:45: note: in instantiation of member function 'QPtrList<KateUndo>::deleteItem' requested here |
---|
2336 | :info:build bool isEmpty() const { return QGList::count() == 0; } |
---|
2337 | :info:build ^ |
---|
2338 | :info:build ./kate/part/kateundo.h:100:44: note: in instantiation of member function 'QPtrList<KateUndo>::isEmpty' requested here |
---|
2339 | :info:build bool isEmpty () const { return m_items.isEmpty(); } |
---|
2340 | :info:build ^ |
---|
2341 | :info:build ./kate/part/kateundo.h:28:7: note: forward declaration of 'KateUndo' |
---|
2342 | :info:build class KateUndo; |
---|
2343 | :info:build ^ |
---|
2344 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katesupercursor.cpp:19: |
---|
2345 | :info:build In file included from ./kate/part/katesupercursor.h:22: |
---|
2346 | :info:build In file included from ./kate/part/katecursor.h:25: |
---|
2347 | :info:build In file included from ./kate/part/../interfaces/document.h:34: |
---|
2348 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/interfaces/ktexteditor/configinterfaceextension.h:24: |
---|
2349 | :info:build ./kdecore/kicontheme.h:175:19: warning: private field 'd' is not used [-Wunused-private-field] |
---|
2350 | :info:build KIconPrivate *d; |
---|
2351 | :info:build ^ |
---|
2352 | :info:build 6 warnings generated. |
---|
2353 | :info:build 65% compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katearbitraryhighlight.cpp |
---|
2354 | :info:build clang: warning: argument unused during compilation: '-fno-check-new' |
---|
2355 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/kateviewinternal.cpp:26: |
---|
2356 | :info:build In file included from ./kate/part/kateviewinternal.h:27: |
---|
2357 | :info:build In file included from ./kate/part/katecursor.h:25: |
---|
2358 | :info:build In file included from ./kate/part/../interfaces/document.h:41: |
---|
2359 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/kaction.h:674: |
---|
2360 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/kactionclasses.h:696:48: warning: 'KListAction' is deprecated [-Wdeprecated-declarations] |
---|
2361 | :info:build class KDEUI_EXPORT KRecentFilesAction : public KListAction // TODO public KSelectAction |
---|
2362 | :info:build ^ |
---|
2363 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/kactionclasses.h:581:31: note: 'KListAction' declared here |
---|
2364 | :info:build class KDEUI_EXPORT_DEPRECATED KListAction : public KSelectAction |
---|
2365 | :info:build ^ |
---|
2366 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/kateviewinternal.cpp:26: |
---|
2367 | :info:build In file included from ./kate/part/kateviewinternal.h:30: |
---|
2368 | :info:build ./kate/part/katetextline.h:286:12: warning: 'const' type qualifier on return type has no effect [-Wignored-qualifiers] |
---|
2369 | :info:build inline const bool noIndentBasedFolding() const { return m_flags & KateTextLine::flagNoIndentationBasedFolding; }; |
---|
2370 | :info:build ^~~~~~ |
---|
2371 | :info:build ./kate/part/katetextline.h:287:12: warning: 'const' type qualifier on return type has no effect [-Wignored-qualifiers] |
---|
2372 | :info:build inline const bool noIndentBasedFoldingAtStart() const { return m_flags & KateTextLine::flagNoIndentationBasedFoldingAtStart; }; |
---|
2373 | :info:build ^~~~~~ |
---|
2374 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/kateviewinternal.cpp:29: |
---|
2375 | :info:build ./kate/part/kateview.h:560:10: warning: 'KateView::imComposeEvent' hides overloaded virtual function [-Woverloaded-virtual] |
---|
2376 | :info:build bool imComposeEvent () const { return m_imComposeEvent; } |
---|
2377 | :info:build ^ |
---|
2378 | :info:build /opt/local/lib/qt3/include/qwidget.h:505:18: note: hidden overloaded virtual function 'QWidget::imComposeEvent' declared here |
---|
2379 | :info:build virtual void imComposeEvent( QIMEvent * ); |
---|
2380 | :info:build ^ |
---|
2381 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/kateviewinternal.cpp:42: |
---|
2382 | :info:build In file included from ./kdecore/kurldrag.h:24: |
---|
2383 | :info:build In file included from /opt/local/lib/qt3/include/qdragobject.h:47: |
---|
2384 | :info:build /opt/local/lib/qt3/include/qimage.h:58:45: warning: '&&' within '||' [-Wlogical-op-parentheses] |
---|
2385 | :info:build { return key < other.key || key==other.key && lang < other.lang; } |
---|
2386 | :info:build ~~ ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ |
---|
2387 | :info:build /opt/local/lib/qt3/include/qimage.h:58:45: note: place parentheses around the '&&' expression to silence this warning |
---|
2388 | :info:build { return key < other.key || key==other.key && lang < other.lang; } |
---|
2389 | :info:build ^ |
---|
2390 | :info:build ( ) |
---|
2391 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/kateviewinternal.cpp:2087:24: warning: comparison of integers of different signs: 'int' and 'uint' (aka 'unsigned int') [-Wsign-compare] |
---|
2392 | :info:build for (; c < l->length(); c++ ) |
---|
2393 | :info:build ~ ^ ~~~~~~~~~~~ |
---|
2394 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/kateviewinternal.cpp:2101:29: warning: comparison of integers of different signs: 'int' and 'uint' (aka 'unsigned int') [-Wsign-compare] |
---|
2395 | :info:build if ( c > 0 && c < m_doc->textLine( newCursor.line() ).length() |
---|
2396 | :info:build ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
---|
2397 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/kateviewinternal.cpp:2119:37: warning: comparison of integers of different signs: 'int' and 'uint' (aka 'unsigned int') [-Wsign-compare] |
---|
2398 | :info:build if ( newCursor.line()+1 >= m_doc->numLines() ) |
---|
2399 | :info:build ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~ |
---|
2400 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/kateviewinternal.cpp:2134:42: warning: comparison of integers of different signs: 'int' and 'uint' (aka 'unsigned int') [-Wsign-compare] |
---|
2401 | :info:build if ( selectAnchor.line()+1 >= m_doc->numLines() ) |
---|
2402 | :info:build ~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~ |
---|
2403 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/kateviewinternal.cpp:2837:21: warning: comparison of integers of different signs: 'int' and 'uint' (aka 'unsigned int') [-Wsign-compare] |
---|
2404 | :info:build for (; ce < l->length(); ce++ ) |
---|
2405 | :info:build ~~ ^ ~~~~~~~~~~~ |
---|
2406 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/kateviewinternal.cpp:2843:17: warning: comparison of integers of different signs: 'int' and 'uint' (aka 'unsigned int') [-Wsign-compare] |
---|
2407 | :info:build if ( cs < m_doc->textLine( selectAnchor.line() ).length() |
---|
2408 | :info:build ~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
---|
2409 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/kateviewinternal.cpp:26: |
---|
2410 | :info:build In file included from ./kate/part/kateviewinternal.h:27: |
---|
2411 | :info:build In file included from ./kate/part/katecursor.h:25: |
---|
2412 | :info:build In file included from ./kate/part/../interfaces/document.h:22: |
---|
2413 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/interfaces/ktexteditor/document.h:22: |
---|
2414 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/interfaces/ktexteditor/editor.h:22: |
---|
2415 | :info:build In file included from ./kparts/part.h:28: |
---|
2416 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/kxmlguiclient.h:23: |
---|
2417 | :info:build /opt/local/lib/qt3/include/qptrlist.h:150:21: warning: deleting pointer to incomplete type 'KateUndo' may cause undefined behavior [-Wdelete-incomplete] |
---|
2418 | :info:build if ( del_item ) delete (type *)d; |
---|
2419 | :info:build ^ ~~~~~~~~~ |
---|
2420 | :info:build /opt/local/lib/qt3/include/qptrlist.h:78:45: note: in instantiation of member function 'QPtrList<KateUndo>::deleteItem' requested here |
---|
2421 | :info:build bool isEmpty() const { return QGList::count() == 0; } |
---|
2422 | :info:build ^ |
---|
2423 | :info:build ./kate/part/kateundo.h:100:44: note: in instantiation of member function 'QPtrList<KateUndo>::isEmpty' requested here |
---|
2424 | :info:build bool isEmpty () const { return m_items.isEmpty(); } |
---|
2425 | :info:build ^ |
---|
2426 | :info:build ./kate/part/kateundo.h:28:7: note: forward declaration of 'KateUndo' |
---|
2427 | :info:build class KateUndo; |
---|
2428 | :info:build ^ |
---|
2429 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/kateviewinternal.cpp:26: |
---|
2430 | :info:build In file included from ./kate/part/kateviewinternal.h:27: |
---|
2431 | :info:build In file included from ./kate/part/katecursor.h:25: |
---|
2432 | :info:build In file included from ./kate/part/../interfaces/document.h:34: |
---|
2433 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/interfaces/ktexteditor/configinterfaceextension.h:24: |
---|
2434 | :info:build ./kdecore/kicontheme.h:175:19: warning: private field 'd' is not used [-Wunused-private-field] |
---|
2435 | :info:build KIconPrivate *d; |
---|
2436 | :info:build ^ |
---|
2437 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/kateviewinternal.cpp:44: |
---|
2438 | :info:build /opt/local/lib/qt3/include/qstyle.h:107:10: warning: private field 'b1' is not used [-Wunused-private-field] |
---|
2439 | :info:build bool b1,b2,b3; // reserved |
---|
2440 | :info:build ^ |
---|
2441 | :info:build /opt/local/lib/qt3/include/qstyle.h:107:13: warning: private field 'b2' is not used [-Wunused-private-field] |
---|
2442 | :info:build bool b1,b2,b3; // reserved |
---|
2443 | :info:build ^ |
---|
2444 | :info:build /opt/local/lib/qt3/include/qstyle.h:107:16: warning: private field 'b3' is not used [-Wunused-private-field] |
---|
2445 | :info:build bool b1,b2,b3; // reserved |
---|
2446 | :info:build ^ |
---|
2447 | :info:build /opt/local/lib/qt3/include/qstyle.h:113:9: warning: private field 'i5' is not used [-Wunused-private-field] |
---|
2448 | :info:build int i5, i6; // reserved |
---|
2449 | :info:build ^ |
---|
2450 | :info:build /opt/local/lib/qt3/include/qstyle.h:113:13: warning: private field 'i6' is not used [-Wunused-private-field] |
---|
2451 | :info:build int i5, i6; // reserved |
---|
2452 | :info:build ^ |
---|
2453 | :info:build /opt/local/lib/qt3/include/qstyle.h:115:16: warning: private field 'p2' is not used [-Wunused-private-field] |
---|
2454 | :info:build void *p1, *p2, *p3, *p4; // reserved |
---|
2455 | :info:build ^ |
---|
2456 | :info:build /opt/local/lib/qt3/include/qstyle.h:115:21: warning: private field 'p3' is not used [-Wunused-private-field] |
---|
2457 | :info:build void *p1, *p2, *p3, *p4; // reserved |
---|
2458 | :info:build ^ |
---|
2459 | :info:build /opt/local/lib/qt3/include/qstyle.h:115:26: warning: private field 'p4' is not used [-Wunused-private-field] |
---|
2460 | :info:build void *p1, *p2, *p3, *p4; // reserved |
---|
2461 | :info:build ^ |
---|
2462 | :info:build 21 warnings generated. |
---|
2463 | :info:build 65% compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/kateautoindent.cpp |
---|
2464 | :info:build clang: warning: argument unused during compilation: '-fno-check-new' |
---|
2465 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/kateprinter.cpp:25: |
---|
2466 | :info:build In file included from ./kate/part/katedocument.h:24: |
---|
2467 | :info:build In file included from ./kate/part/katesupercursor.h:22: |
---|
2468 | :info:build In file included from ./kate/part/katecursor.h:25: |
---|
2469 | :info:build In file included from ./kate/part/../interfaces/document.h:41: |
---|
2470 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/kaction.h:674: |
---|
2471 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/kactionclasses.h:696:48: warning: 'KListAction' is deprecated [-Wdeprecated-declarations] |
---|
2472 | :info:build class KDEUI_EXPORT KRecentFilesAction : public KListAction // TODO public KSelectAction |
---|
2473 | :info:build ^ |
---|
2474 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/kactionclasses.h:581:31: note: 'KListAction' declared here |
---|
2475 | :info:build class KDEUI_EXPORT_DEPRECATED KListAction : public KSelectAction |
---|
2476 | :info:build ^ |
---|
2477 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/kateprinter.cpp:25: |
---|
2478 | :info:build In file included from ./kate/part/katedocument.h:25: |
---|
2479 | :info:build ./kate/part/katetextline.h:286:12: warning: 'const' type qualifier on return type has no effect [-Wignored-qualifiers] |
---|
2480 | :info:build inline const bool noIndentBasedFolding() const { return m_flags & KateTextLine::flagNoIndentationBasedFolding; }; |
---|
2481 | :info:build ^~~~~~ |
---|
2482 | :info:build ./kate/part/katetextline.h:287:12: warning: 'const' type qualifier on return type has no effect [-Wignored-qualifiers] |
---|
2483 | :info:build inline const bool noIndentBasedFoldingAtStart() const { return m_flags & KateTextLine::flagNoIndentationBasedFoldingAtStart; }; |
---|
2484 | :info:build ^~~~~~ |
---|
2485 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/kateprinter.cpp:26: |
---|
2486 | :info:build In file included from ./kate/part/katefactory.h:27: |
---|
2487 | :info:build In file included from ./kdecore/kaboutdata.h:24: |
---|
2488 | :info:build /opt/local/lib/qt3/include/qimage.h:58:45: warning: '&&' within '||' [-Wlogical-op-parentheses] |
---|
2489 | :info:build { return key < other.key || key==other.key && lang < other.lang; } |
---|
2490 | :info:build ~~ ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ |
---|
2491 | :info:build /opt/local/lib/qt3/include/qimage.h:58:45: note: place parentheses around the '&&' expression to silence this warning |
---|
2492 | :info:build { return key < other.key || key==other.key && lang < other.lang; } |
---|
2493 | :info:build ^ |
---|
2494 | :info:build ( ) |
---|
2495 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/kateprinter.cpp:37: |
---|
2496 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/kfontdialog.h:139:8: warning: 'KFontChooser::setFont' hides overloaded virtual function [-Woverloaded-virtual] |
---|
2497 | :info:build void setFont( const QFont &font, bool onlyFixed = false ); |
---|
2498 | :info:build ^ |
---|
2499 | :info:build /opt/local/lib/qt3/include/qwidget.h:252:18: note: hidden overloaded virtual function 'QWidget::setFont' declared here |
---|
2500 | :info:build virtual void setFont( const QFont & ); |
---|
2501 | :info:build ^ |
---|
2502 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/kateprinter.cpp:37: |
---|
2503 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/kfontdialog.h:378:8: warning: 'KFontDialog::setFont' hides overloaded virtual function [-Woverloaded-virtual] |
---|
2504 | :info:build void setFont( const QFont &font, bool onlyFixed = false ) |
---|
2505 | :info:build ^ |
---|
2506 | :info:build /opt/local/lib/qt3/include/qwidget.h:252:18: note: hidden overloaded virtual function 'QWidget::setFont' declared here |
---|
2507 | :info:build virtual void setFont( const QFont & ); |
---|
2508 | :info:build ^ |
---|
2509 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/kateprinter.cpp:22: |
---|
2510 | :info:build In file included from ./kate/part/kateprinter.h:24: |
---|
2511 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeprint/kprintdialogpage.h:24: |
---|
2512 | :info:build In file included from /opt/local/lib/qt3/include/qwidget.h:45: |
---|
2513 | :info:build In file included from /opt/local/lib/qt3/include/qpalette.h:43: |
---|
2514 | :info:build In file included from /opt/local/lib/qt3/include/qcolor.h:43: |
---|
2515 | :info:build In file included from /opt/local/lib/qt3/include/qstringlist.h:44: |
---|
2516 | :info:build In file included from /opt/local/lib/qt3/include/qstrlist.h:43: |
---|
2517 | :info:build /opt/local/lib/qt3/include/qptrlist.h:150:21: warning: deleting pointer to incomplete type 'KateUndo' may cause undefined behavior [-Wdelete-incomplete] |
---|
2518 | :info:build if ( del_item ) delete (type *)d; |
---|
2519 | :info:build ^ ~~~~~~~~~ |
---|
2520 | :info:build /opt/local/lib/qt3/include/qptrlist.h:78:45: note: in instantiation of member function 'QPtrList<KateUndo>::deleteItem' requested here |
---|
2521 | :info:build bool isEmpty() const { return QGList::count() == 0; } |
---|
2522 | :info:build ^ |
---|
2523 | :info:build ./kate/part/kateundo.h:100:44: note: in instantiation of member function 'QPtrList<KateUndo>::isEmpty' requested here |
---|
2524 | :info:build bool isEmpty () const { return m_items.isEmpty(); } |
---|
2525 | :info:build ^ |
---|
2526 | :info:build ./kate/part/kateundo.h:28:7: note: forward declaration of 'KateUndo' |
---|
2527 | :info:build class KateUndo; |
---|
2528 | :info:build ^ |
---|
2529 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/kateprinter.cpp:25: |
---|
2530 | :info:build In file included from ./kate/part/katedocument.h:24: |
---|
2531 | :info:build In file included from ./kate/part/katesupercursor.h:22: |
---|
2532 | :info:build In file included from ./kate/part/katecursor.h:25: |
---|
2533 | :info:build In file included from ./kate/part/../interfaces/document.h:34: |
---|
2534 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/interfaces/ktexteditor/configinterfaceextension.h:24: |
---|
2535 | :info:build ./kdecore/kicontheme.h:175:19: warning: private field 'd' is not used [-Wunused-private-field] |
---|
2536 | :info:build KIconPrivate *d; |
---|
2537 | :info:build ^ |
---|
2538 | :info:build 8 warnings generated. |
---|
2539 | :info:build 65% compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katefiletype.cpp |
---|
2540 | :info:build clang: warning: argument unused during compilation: '-fno-check-new' |
---|
2541 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katearbitraryhighlight.cpp:19: |
---|
2542 | :info:build In file included from ./kate/part/katearbitraryhighlight.h:23: |
---|
2543 | :info:build In file included from ./kate/part/katesupercursor.h:22: |
---|
2544 | :info:build In file included from ./kate/part/katecursor.h:25: |
---|
2545 | :info:build In file included from ./kate/part/../interfaces/document.h:41: |
---|
2546 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/kaction.h:674: |
---|
2547 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/kactionclasses.h:696:48: warning: 'KListAction' is deprecated [-Wdeprecated-declarations] |
---|
2548 | :info:build class KDEUI_EXPORT KRecentFilesAction : public KListAction // TODO public KSelectAction |
---|
2549 | :info:build ^ |
---|
2550 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/kactionclasses.h:581:31: note: 'KListAction' declared here |
---|
2551 | :info:build class KDEUI_EXPORT_DEPRECATED KListAction : public KSelectAction |
---|
2552 | :info:build ^ |
---|
2553 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katearbitraryhighlight.cpp:23: |
---|
2554 | :info:build In file included from ./kate/part/katedocument.h:25: |
---|
2555 | :info:build ./kate/part/katetextline.h:286:12: warning: 'const' type qualifier on return type has no effect [-Wignored-qualifiers] |
---|
2556 | :info:build inline const bool noIndentBasedFolding() const { return m_flags & KateTextLine::flagNoIndentationBasedFolding; }; |
---|
2557 | :info:build ^~~~~~ |
---|
2558 | :info:build ./kate/part/katetextline.h:287:12: warning: 'const' type qualifier on return type has no effect [-Wignored-qualifiers] |
---|
2559 | :info:build inline const bool noIndentBasedFoldingAtStart() const { return m_flags & KateTextLine::flagNoIndentationBasedFoldingAtStart; }; |
---|
2560 | :info:build ^~~~~~ |
---|
2561 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katearbitraryhighlight.cpp:119:5: warning: add explicit braces to avoid dangling else [-Wdangling-else] |
---|
2562 | :info:build else |
---|
2563 | :info:build ^ |
---|
2564 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katearbitraryhighlight.cpp:19: |
---|
2565 | :info:build In file included from ./kate/part/katearbitraryhighlight.h:22: |
---|
2566 | :info:build In file included from ./kate/part/kateattribute.h:24: |
---|
2567 | :info:build In file included from /opt/local/lib/qt3/include/qcolor.h:43: |
---|
2568 | :info:build In file included from /opt/local/lib/qt3/include/qstringlist.h:44: |
---|
2569 | :info:build In file included from /opt/local/lib/qt3/include/qstrlist.h:43: |
---|
2570 | :info:build /opt/local/lib/qt3/include/qptrlist.h:150:21: warning: deleting pointer to incomplete type 'KateUndo' may cause undefined behavior [-Wdelete-incomplete] |
---|
2571 | :info:build if ( del_item ) delete (type *)d; |
---|
2572 | :info:build ^ ~~~~~~~~~ |
---|
2573 | :info:build /opt/local/lib/qt3/include/qptrlist.h:78:45: note: in instantiation of member function 'QPtrList<KateUndo>::deleteItem' requested here |
---|
2574 | :info:build bool isEmpty() const { return QGList::count() == 0; } |
---|
2575 | :info:build ^ |
---|
2576 | :info:build ./kate/part/kateundo.h:100:44: note: in instantiation of member function 'QPtrList<KateUndo>::isEmpty' requested here |
---|
2577 | :info:build bool isEmpty () const { return m_items.isEmpty(); } |
---|
2578 | :info:build ^ |
---|
2579 | :info:build ./kate/part/kateundo.h:28:7: note: forward declaration of 'KateUndo' |
---|
2580 | :info:build class KateUndo; |
---|
2581 | :info:build ^ |
---|
2582 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katearbitraryhighlight.cpp:19: |
---|
2583 | :info:build In file included from ./kate/part/katearbitraryhighlight.h:23: |
---|
2584 | :info:build In file included from ./kate/part/katesupercursor.h:22: |
---|
2585 | :info:build In file included from ./kate/part/katecursor.h:25: |
---|
2586 | :info:build In file included from ./kate/part/../interfaces/document.h:34: |
---|
2587 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/interfaces/ktexteditor/configinterfaceextension.h:24: |
---|
2588 | :info:build ./kdecore/kicontheme.h:175:19: warning: private field 'd' is not used [-Wunused-private-field] |
---|
2589 | :info:build KIconPrivate *d; |
---|
2590 | :info:build ^ |
---|
2591 | :info:build 6 warnings generated. |
---|
2592 | :info:build 66% compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/kateschema.cpp |
---|
2593 | :info:build clang: warning: argument unused during compilation: '-fno-check-new' |
---|
2594 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katefiletype.cpp:20: |
---|
2595 | :info:build In file included from ./kate/part/katefiletype.h:27: |
---|
2596 | :info:build In file included from ./kate/part/katedialogs.h:27: |
---|
2597 | :info:build In file included from ./kate/part/katehighlight.h:24: |
---|
2598 | :info:build ./kate/part/katetextline.h:286:12: warning: 'const' type qualifier on return type has no effect [-Wignored-qualifiers] |
---|
2599 | :info:build inline const bool noIndentBasedFolding() const { return m_flags & KateTextLine::flagNoIndentationBasedFolding; }; |
---|
2600 | :info:build ^~~~~~ |
---|
2601 | :info:build ./kate/part/katetextline.h:287:12: warning: 'const' type qualifier on return type has no effect [-Wignored-qualifiers] |
---|
2602 | :info:build inline const bool noIndentBasedFoldingAtStart() const { return m_flags & KateTextLine::flagNoIndentationBasedFoldingAtStart; }; |
---|
2603 | :info:build ^~~~~~ |
---|
2604 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katefiletype.cpp:20: |
---|
2605 | :info:build In file included from ./kate/part/katefiletype.h:27: |
---|
2606 | :info:build In file included from ./kate/part/katedialogs.h:27: |
---|
2607 | :info:build In file included from ./kate/part/katehighlight.h:27: |
---|
2608 | :info:build In file included from ./kate/part/../interfaces/document.h:41: |
---|
2609 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/kaction.h:674: |
---|
2610 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/kactionclasses.h:696:48: warning: 'KListAction' is deprecated [-Wdeprecated-declarations] |
---|
2611 | :info:build class KDEUI_EXPORT KRecentFilesAction : public KListAction // TODO public KSelectAction |
---|
2612 | :info:build ^ |
---|
2613 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/kactionclasses.h:581:31: note: 'KListAction' declared here |
---|
2614 | :info:build class KDEUI_EXPORT_DEPRECATED KListAction : public KSelectAction |
---|
2615 | :info:build ^ |
---|
2616 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katefiletype.cpp:25: |
---|
2617 | :info:build ./kate/part/kateview.h:560:10: warning: 'KateView::imComposeEvent' hides overloaded virtual function [-Woverloaded-virtual] |
---|
2618 | :info:build bool imComposeEvent () const { return m_imComposeEvent; } |
---|
2619 | :info:build ^ |
---|
2620 | :info:build /opt/local/lib/qt3/include/qwidget.h:505:18: note: hidden overloaded virtual function 'QWidget::imComposeEvent' declared here |
---|
2621 | :info:build virtual void imComposeEvent( QIMEvent * ); |
---|
2622 | :info:build ^ |
---|
2623 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katefiletype.cpp:26: |
---|
2624 | :info:build In file included from ./kate/part/katefactory.h:27: |
---|
2625 | :info:build In file included from ./kdecore/kaboutdata.h:24: |
---|
2626 | :info:build /opt/local/lib/qt3/include/qimage.h:58:45: warning: '&&' within '||' [-Wlogical-op-parentheses] |
---|
2627 | :info:build { return key < other.key || key==other.key && lang < other.lang; } |
---|
2628 | :info:build ~~ ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ |
---|
2629 | :info:build /opt/local/lib/qt3/include/qimage.h:58:45: note: place parentheses around the '&&' expression to silence this warning |
---|
2630 | :info:build { return key < other.key || key==other.key && lang < other.lang; } |
---|
2631 | :info:build ^ |
---|
2632 | :info:build ( ) |
---|
2633 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katefiletype.cpp:34: |
---|
2634 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/knuminput.h:937:16: warning: 'KDoubleSpinBox::setValue' hides overloaded virtual function [-Woverloaded-virtual] |
---|
2635 | :info:build virtual void setValue( double value ); |
---|
2636 | :info:build ^ |
---|
2637 | :info:build /opt/local/lib/qt3/include/qspinbox.h:108:18: note: hidden overloaded virtual function 'QSpinBox::setValue' declared here |
---|
2638 | :info:build virtual void setValue( int value ); |
---|
2639 | :info:build ^ |
---|
2640 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katefiletype.cpp:20: |
---|
2641 | :info:build In file included from ./kate/part/katefiletype.h:22: |
---|
2642 | :info:build In file included from /opt/local/lib/qt3/include/qstringlist.h:44: |
---|
2643 | :info:build In file included from /opt/local/lib/qt3/include/qstrlist.h:43: |
---|
2644 | :info:build /opt/local/lib/qt3/include/qptrlist.h:150:21: warning: deleting pointer to incomplete type 'KateUndo' may cause undefined behavior [-Wdelete-incomplete] |
---|
2645 | :info:build if ( del_item ) delete (type *)d; |
---|
2646 | :info:build ^ ~~~~~~~~~ |
---|
2647 | :info:build /opt/local/lib/qt3/include/qptrlist.h:78:45: note: in instantiation of member function 'QPtrList<KateUndo>::deleteItem' requested here |
---|
2648 | :info:build bool isEmpty() const { return QGList::count() == 0; } |
---|
2649 | :info:build ^ |
---|
2650 | :info:build ./kate/part/kateundo.h:100:44: note: in instantiation of member function 'QPtrList<KateUndo>::isEmpty' requested here |
---|
2651 | :info:build bool isEmpty () const { return m_items.isEmpty(); } |
---|
2652 | :info:build ^ |
---|
2653 | :info:build ./kate/part/kateundo.h:28:7: note: forward declaration of 'KateUndo' |
---|
2654 | :info:build class KateUndo; |
---|
2655 | :info:build ^ |
---|
2656 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katefiletype.cpp:20: |
---|
2657 | :info:build In file included from ./kate/part/katefiletype.h:27: |
---|
2658 | :info:build In file included from ./kate/part/katedialogs.h:27: |
---|
2659 | :info:build In file included from ./kate/part/katehighlight.h:27: |
---|
2660 | :info:build In file included from ./kate/part/../interfaces/document.h:34: |
---|
2661 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/interfaces/ktexteditor/configinterfaceextension.h:24: |
---|
2662 | :info:build ./kdecore/kicontheme.h:175:19: warning: private field 'd' is not used [-Wunused-private-field] |
---|
2663 | :info:build KIconPrivate *d; |
---|
2664 | :info:build ^ |
---|
2665 | :info:build 8 warnings generated. |
---|
2666 | :info:build 66% compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katetemplatehandler.cpp |
---|
2667 | :info:build clang: warning: argument unused during compilation: '-fno-check-new' |
---|
2668 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/kateautoindent.cpp:21: |
---|
2669 | :info:build In file included from ./kate/part/kateautoindent.h:26: |
---|
2670 | :info:build In file included from ./kate/part/katecursor.h:25: |
---|
2671 | :info:build In file included from ./kate/part/../interfaces/document.h:41: |
---|
2672 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/kaction.h:674: |
---|
2673 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/kactionclasses.h:696:48: warning: 'KListAction' is deprecated [-Wdeprecated-declarations] |
---|
2674 | :info:build class KDEUI_EXPORT KRecentFilesAction : public KListAction // TODO public KSelectAction |
---|
2675 | :info:build ^ |
---|
2676 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/kactionclasses.h:581:31: note: 'KListAction' declared here |
---|
2677 | :info:build class KDEUI_EXPORT_DEPRECATED KListAction : public KSelectAction |
---|
2678 | :info:build ^ |
---|
2679 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/kateautoindent.cpp:25: |
---|
2680 | :info:build In file included from ./kate/part/katehighlight.h:24: |
---|
2681 | :info:build ./kate/part/katetextline.h:286:12: warning: 'const' type qualifier on return type has no effect [-Wignored-qualifiers] |
---|
2682 | :info:build inline const bool noIndentBasedFolding() const { return m_flags & KateTextLine::flagNoIndentationBasedFolding; }; |
---|
2683 | :info:build ^~~~~~ |
---|
2684 | :info:build ./kate/part/katetextline.h:287:12: warning: 'const' type qualifier on return type has no effect [-Wignored-qualifiers] |
---|
2685 | :info:build inline const bool noIndentBasedFoldingAtStart() const { return m_flags & KateTextLine::flagNoIndentationBasedFoldingAtStart; }; |
---|
2686 | :info:build ^~~~~~ |
---|
2687 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/kateautoindent.cpp:26: |
---|
2688 | :info:build In file included from ./kate/part/katefactory.h:27: |
---|
2689 | :info:build In file included from ./kdecore/kaboutdata.h:24: |
---|
2690 | :info:build /opt/local/lib/qt3/include/qimage.h:58:45: warning: '&&' within '||' [-Wlogical-op-parentheses] |
---|
2691 | :info:build { return key < other.key || key==other.key && lang < other.lang; } |
---|
2692 | :info:build ~~ ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ |
---|
2693 | :info:build /opt/local/lib/qt3/include/qimage.h:58:45: note: place parentheses around the '&&' expression to silence this warning |
---|
2694 | :info:build { return key < other.key || key==other.key && lang < other.lang; } |
---|
2695 | :info:build ^ |
---|
2696 | :info:build ( ) |
---|
2697 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/kateautoindent.cpp:28: |
---|
2698 | :info:build ./kate/part/kateview.h:560:10: warning: 'KateView::imComposeEvent' hides overloaded virtual function [-Woverloaded-virtual] |
---|
2699 | :info:build bool imComposeEvent () const { return m_imComposeEvent; } |
---|
2700 | :info:build ^ |
---|
2701 | :info:build /opt/local/lib/qt3/include/qwidget.h:505:18: note: hidden overloaded virtual function 'QWidget::imComposeEvent' declared here |
---|
2702 | :info:build virtual void imComposeEvent( QIMEvent * ); |
---|
2703 | :info:build ^ |
---|
2704 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/kateautoindent.cpp:134:42: warning: unused parameter 'mode' [-Wunused-parameter] |
---|
2705 | :info:build bool KateAutoIndent::hasConfigPage (uint mode) |
---|
2706 | :info:build ^ |
---|
2707 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/kateautoindent.cpp:142:57: warning: unused parameter 'parent' [-Wunused-parameter] |
---|
2708 | :info:build IndenterConfigPage* KateAutoIndent::configPage(QWidget *parent, uint mode) |
---|
2709 | :info:build ^ |
---|
2710 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/kateautoindent.cpp:142:70: warning: unused parameter 'mode' [-Wunused-parameter] |
---|
2711 | :info:build IndenterConfigPage* KateAutoIndent::configPage(QWidget *parent, uint mode) |
---|
2712 | :info:build ^ |
---|
2713 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/kateautoindent.cpp:686:44: warning: '&&' within '||' [-Wlogical-op-parentheses] |
---|
2714 | :info:build || (prev1 != '"' || prev2 == '\' && attr2 == indenter.charAttrib)) |
---|
2715 | :info:build ~~ ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
---|
2716 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/kateautoindent.cpp:686:44: note: place parentheses around the '&&' expression to silence this warning |
---|
2717 | :info:build || (prev1 != '"' || prev2 == '\' && attr2 == indenter.charAttrib)) |
---|
2718 | :info:build ^ |
---|
2719 | :info:build ( ) |
---|
2720 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/kateautoindent.cpp:685:41: warning: '&&' within '||' [-Wlogical-op-parentheses] |
---|
2721 | :info:build || attr1 == indenter.stringAttrib && (attr2 != indenter.stringAttrib |
---|
2722 | :info:build ~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
---|
2723 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/kateautoindent.cpp:685:41: note: place parentheses around the '&&' expression to silence this warning |
---|
2724 | :info:build || attr1 == indenter.stringAttrib && (attr2 != indenter.stringAttrib |
---|
2725 | :info:build ^ |
---|
2726 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/kateautoindent.cpp:687:24: warning: '&&' within '||' [-Wlogical-op-parentheses] |
---|
2727 | :info:build || prev1 == '\'' && attr1 != indenter.charAttrib; |
---|
2728 | :info:build ~~ ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
---|
2729 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/kateautoindent.cpp:687:24: note: place parentheses around the '&&' expression to silence this warning |
---|
2730 | :info:build || prev1 == '\'' && attr1 != indenter.charAttrib; |
---|
2731 | :info:build ^ |
---|
2732 | :info:build ( ) |
---|
2733 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/kateautoindent.cpp:733:15: warning: unused variable 'curChar' [-Wunused-variable] |
---|
2734 | :info:build const QChar curChar = textLine->getChar(curCol); |
---|
2735 | :info:build ^ |
---|
2736 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/kateautoindent.cpp:777:7: warning: unused variable 'pos' [-Wunused-variable] |
---|
2737 | :info:build int pos; |
---|
2738 | :info:build ^ |
---|
2739 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/kateautoindent.cpp:764:53: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare] |
---|
2740 | :info:build && textLine->nextNonSpaceChar( first+1 ) == view->cursorColumnReal()-1 ) |
---|
2741 | :info:build ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~ |
---|
2742 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/kateautoindent.cpp:1717:14: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare] |
---|
2743 | :info:build if ( n < lineContents.length() - 1 ) |
---|
2744 | :info:build ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~ |
---|
2745 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/kateautoindent.cpp:1863:33: warning: '&&' within '||' [-Wlogical-op-parentheses] |
---|
2746 | :info:build if ( attrib == symbolAttrib && c == '{' || c == '}' ) |
---|
2747 | :info:build ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ ~~ |
---|
2748 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/kateautoindent.cpp:1863:33: note: place parentheses around the '&&' expression to silence this warning |
---|
2749 | :info:build if ( attrib == symbolAttrib && c == '{' || c == '}' ) |
---|
2750 | :info:build ^ |
---|
2751 | :info:build ( ) |
---|
2752 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/kateautoindent.cpp:2141:53: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare] |
---|
2753 | :info:build && textLine->nextNonSpaceChar( first+1 ) == view->cursorColumnReal()-1 ) |
---|
2754 | :info:build ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~ |
---|
2755 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/kateautoindent.cpp:2426:19: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] |
---|
2756 | :info:build else if ( close = ')' ) opener = '('; |
---|
2757 | :info:build ~~~~~~^~~~~ |
---|
2758 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/kateautoindent.cpp:2426:19: note: place parentheses around the assignment to silence this warning |
---|
2759 | :info:build else if ( close = ')' ) opener = '('; |
---|
2760 | :info:build ^ |
---|
2761 | :info:build ( ) |
---|
2762 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/kateautoindent.cpp:2426:19: note: use '==' to turn this assignment into an equality comparison |
---|
2763 | :info:build else if ( close = ')' ) opener = '('; |
---|
2764 | :info:build ^ |
---|
2765 | :info:build == |
---|
2766 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/kateautoindent.cpp:2427:18: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] |
---|
2767 | :info:build else if (close = ']' ) opener = '['; |
---|
2768 | :info:build ~~~~~~^~~~~ |
---|
2769 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/kateautoindent.cpp:2427:18: note: place parentheses around the assignment to silence this warning |
---|
2770 | :info:build else if (close = ']' ) opener = '['; |
---|
2771 | :info:build ^ |
---|
2772 | :info:build ( ) |
---|
2773 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/kateautoindent.cpp:2427:18: note: use '==' to turn this assignment into an equality comparison |
---|
2774 | :info:build else if (close = ']' ) opener = '['; |
---|
2775 | :info:build ^ |
---|
2776 | :info:build == |
---|
2777 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/kateautoindent.cpp:21: |
---|
2778 | :info:build In file included from ./kate/part/kateautoindent.h:26: |
---|
2779 | :info:build In file included from ./kate/part/katecursor.h:25: |
---|
2780 | :info:build In file included from ./kate/part/../interfaces/document.h:22: |
---|
2781 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/interfaces/ktexteditor/document.h:22: |
---|
2782 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/interfaces/ktexteditor/editor.h:22: |
---|
2783 | :info:build In file included from ./kparts/part.h:28: |
---|
2784 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/kxmlguiclient.h:23: |
---|
2785 | :info:build /opt/local/lib/qt3/include/qptrlist.h:150:21: warning: deleting pointer to incomplete type 'KateUndo' may cause undefined behavior [-Wdelete-incomplete] |
---|
2786 | :info:build if ( del_item ) delete (type *)d; |
---|
2787 | :info:build ^ ~~~~~~~~~ |
---|
2788 | :info:build /opt/local/lib/qt3/include/qptrlist.h:78:45: note: in instantiation of member function 'QPtrList<KateUndo>::deleteItem' requested here |
---|
2789 | :info:build bool isEmpty() const { return QGList::count() == 0; } |
---|
2790 | :info:build ^ |
---|
2791 | :info:build ./kate/part/kateundo.h:100:44: note: in instantiation of member function 'QPtrList<KateUndo>::isEmpty' requested here |
---|
2792 | :info:build bool isEmpty () const { return m_items.isEmpty(); } |
---|
2793 | :info:build ^ |
---|
2794 | :info:build ./kate/part/kateundo.h:28:7: note: forward declaration of 'KateUndo' |
---|
2795 | :info:build class KateUndo; |
---|
2796 | :info:build ^ |
---|
2797 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/kateautoindent.cpp:21: |
---|
2798 | :info:build In file included from ./kate/part/kateautoindent.h:26: |
---|
2799 | :info:build In file included from ./kate/part/katecursor.h:25: |
---|
2800 | :info:build In file included from ./kate/part/../interfaces/document.h:34: |
---|
2801 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/interfaces/ktexteditor/configinterfaceextension.h:24: |
---|
2802 | :info:build ./kdecore/kicontheme.h:175:19: warning: private field 'd' is not used [-Wunused-private-field] |
---|
2803 | :info:build KIconPrivate *d; |
---|
2804 | :info:build ^ |
---|
2805 | :info:build 21 warnings generated. |
---|
2806 | :info:build 66% compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katejscript.cpp |
---|
2807 | :info:build clang: warning: argument unused during compilation: '-fno-check-new' |
---|
2808 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katetemplatehandler.cpp:18: |
---|
2809 | :info:build In file included from ./kate/part/katetemplatehandler.h:21: |
---|
2810 | :info:build In file included from ./kate/part/katesupercursor.h:22: |
---|
2811 | :info:build In file included from ./kate/part/katecursor.h:25: |
---|
2812 | :info:build In file included from ./kate/part/../interfaces/document.h:41: |
---|
2813 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/kaction.h:674: |
---|
2814 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/kactionclasses.h:696:48: warning: 'KListAction' is deprecated [-Wdeprecated-declarations] |
---|
2815 | :info:build class KDEUI_EXPORT KRecentFilesAction : public KListAction // TODO public KSelectAction |
---|
2816 | :info:build ^ |
---|
2817 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/kactionclasses.h:581:31: note: 'KListAction' declared here |
---|
2818 | :info:build class KDEUI_EXPORT_DEPRECATED KListAction : public KSelectAction |
---|
2819 | :info:build ^ |
---|
2820 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katetemplatehandler.cpp:20: |
---|
2821 | :info:build In file included from ./kate/part/katedocument.h:25: |
---|
2822 | :info:build ./kate/part/katetextline.h:286:12: warning: 'const' type qualifier on return type has no effect [-Wignored-qualifiers] |
---|
2823 | :info:build inline const bool noIndentBasedFolding() const { return m_flags & KateTextLine::flagNoIndentationBasedFolding; }; |
---|
2824 | :info:build ^~~~~~ |
---|
2825 | :info:build ./kate/part/katetextline.h:287:12: warning: 'const' type qualifier on return type has no effect [-Wignored-qualifiers] |
---|
2826 | :info:build inline const bool noIndentBasedFoldingAtStart() const { return m_flags & KateTextLine::flagNoIndentationBasedFoldingAtStart; }; |
---|
2827 | :info:build ^~~~~~ |
---|
2828 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katetemplatehandler.cpp:23: |
---|
2829 | :info:build ./kate/part/kateview.h:560:10: warning: 'KateView::imComposeEvent' hides overloaded virtual function [-Woverloaded-virtual] |
---|
2830 | :info:build bool imComposeEvent () const { return m_imComposeEvent; } |
---|
2831 | :info:build ^ |
---|
2832 | :info:build /opt/local/lib/qt3/include/qwidget.h:505:18: note: hidden overloaded virtual function 'QWidget::imComposeEvent' declared here |
---|
2833 | :info:build virtual void imComposeEvent( QIMEvent * ); |
---|
2834 | :info:build ^ |
---|
2835 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katetemplatehandler.cpp:205:2: warning: FIXME undo/redo detection [-W#warnings] |
---|
2836 | :info:build #warning FIXME undo/redo detection |
---|
2837 | :info:build ^ |
---|
2838 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katetemplatehandler.cpp:18: |
---|
2839 | :info:build In file included from ./kate/part/katetemplatehandler.h:21: |
---|
2840 | :info:build In file included from ./kate/part/katesupercursor.h:22: |
---|
2841 | :info:build In file included from ./kate/part/katecursor.h:25: |
---|
2842 | :info:build In file included from ./kate/part/../interfaces/document.h:22: |
---|
2843 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/interfaces/ktexteditor/document.h:22: |
---|
2844 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/interfaces/ktexteditor/editor.h:22: |
---|
2845 | :info:build In file included from ./kparts/part.h:28: |
---|
2846 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/kxmlguiclient.h:23: |
---|
2847 | :info:build /opt/local/lib/qt3/include/qptrlist.h:150:21: warning: deleting pointer to incomplete type 'KateUndo' may cause undefined behavior [-Wdelete-incomplete] |
---|
2848 | :info:build if ( del_item ) delete (type *)d; |
---|
2849 | :info:build ^ ~~~~~~~~~ |
---|
2850 | :info:build /opt/local/lib/qt3/include/qptrlist.h:78:45: note: in instantiation of member function 'QPtrList<KateUndo>::deleteItem' requested here |
---|
2851 | :info:build bool isEmpty() const { return QGList::count() == 0; } |
---|
2852 | :info:build ^ |
---|
2853 | :info:build ./kate/part/kateundo.h:100:44: note: in instantiation of member function 'QPtrList<KateUndo>::isEmpty' requested here |
---|
2854 | :info:build bool isEmpty () const { return m_items.isEmpty(); } |
---|
2855 | :info:build ^ |
---|
2856 | :info:build ./kate/part/kateundo.h:28:7: note: forward declaration of 'KateUndo' |
---|
2857 | :info:build class KateUndo; |
---|
2858 | :info:build ^ |
---|
2859 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katetemplatehandler.cpp:18: |
---|
2860 | :info:build In file included from ./kate/part/katetemplatehandler.h:21: |
---|
2861 | :info:build In file included from ./kate/part/katesupercursor.h:22: |
---|
2862 | :info:build In file included from ./kate/part/katecursor.h:25: |
---|
2863 | :info:build In file included from ./kate/part/../interfaces/document.h:34: |
---|
2864 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/interfaces/ktexteditor/configinterfaceextension.h:24: |
---|
2865 | :info:build ./kdecore/kicontheme.h:175:19: warning: private field 'd' is not used [-Wunused-private-field] |
---|
2866 | :info:build KIconPrivate *d; |
---|
2867 | :info:build ^ |
---|
2868 | :info:build 7 warnings generated. |
---|
2869 | :info:build clang: warning: argument unused during compilation: '-fno-check-new' |
---|
2870 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/kateschema.cpp:21: |
---|
2871 | :info:build In file included from ./kate/part/kateschema.h:23: |
---|
2872 | :info:build In file included from ./kate/part/katehighlight.h:24: |
---|
2873 | :info:build ./kate/part/katetextline.h:286:12: warning: 'const' type qualifier on return type has no effect [-Wignored-qualifiers] |
---|
2874 | :info:build inline const bool noIndentBasedFolding() const { return m_flags & KateTextLine::flagNoIndentationBasedFolding; }; |
---|
2875 | :info:build ^~~~~~ |
---|
2876 | :info:build ./kate/part/katetextline.h:287:12: warning: 'const' type qualifier on return type has no effect [-Wignored-qualifiers] |
---|
2877 | :info:build inline const bool noIndentBasedFoldingAtStart() const { return m_flags & KateTextLine::flagNoIndentationBasedFoldingAtStart; }; |
---|
2878 | :info:build ^~~~~~ |
---|
2879 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/kateschema.cpp:21: |
---|
2880 | :info:build In file included from ./kate/part/kateschema.h:23: |
---|
2881 | :info:build In file included from ./kate/part/katehighlight.h:27: |
---|
2882 | :info:build In file included from ./kate/part/../interfaces/document.h:41: |
---|
2883 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/kaction.h:674: |
---|
2884 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/kactionclasses.h:696:48: warning: 'KListAction' is deprecated [-Wdeprecated-declarations] |
---|
2885 | :info:build class KDEUI_EXPORT KRecentFilesAction : public KListAction // TODO public KSelectAction |
---|
2886 | :info:build ^ |
---|
2887 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/kactionclasses.h:581:31: note: 'KListAction' declared here |
---|
2888 | :info:build class KDEUI_EXPORT_DEPRECATED KListAction : public KSelectAction |
---|
2889 | :info:build ^ |
---|
2890 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/kateschema.cpp:26: |
---|
2891 | :info:build In file included from ./kate/part/katefactory.h:27: |
---|
2892 | :info:build In file included from ./kdecore/kaboutdata.h:24: |
---|
2893 | :info:build /opt/local/lib/qt3/include/qimage.h:58:45: warning: '&&' within '||' [-Wlogical-op-parentheses] |
---|
2894 | :info:build { return key < other.key || key==other.key && lang < other.lang; } |
---|
2895 | :info:build ~~ ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ |
---|
2896 | :info:build /opt/local/lib/qt3/include/qimage.h:58:45: note: place parentheses around the '&&' expression to silence this warning |
---|
2897 | :info:build { return key < other.key || key==other.key && lang < other.lang; } |
---|
2898 | :info:build ^ |
---|
2899 | :info:build ( ) |
---|
2900 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/kateschema.cpp:27: |
---|
2901 | :info:build ./kate/part/kateview.h:560:10: warning: 'KateView::imComposeEvent' hides overloaded virtual function [-Woverloaded-virtual] |
---|
2902 | :info:build bool imComposeEvent () const { return m_imComposeEvent; } |
---|
2903 | :info:build ^ |
---|
2904 | :info:build /opt/local/lib/qt3/include/qwidget.h:505:18: note: hidden overloaded virtual function 'QWidget::imComposeEvent' declared here |
---|
2905 | :info:build virtual void imComposeEvent( QIMEvent * ); |
---|
2906 | :info:build ^ |
---|
2907 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/kateschema.cpp:35: |
---|
2908 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/kfontdialog.h:139:8: warning: 'KFontChooser::setFont' hides overloaded virtual function [-Woverloaded-virtual] |
---|
2909 | :info:build void setFont( const QFont &font, bool onlyFixed = false ); |
---|
2910 | :info:build ^ |
---|
2911 | :info:build /opt/local/lib/qt3/include/qwidget.h:252:18: note: hidden overloaded virtual function 'QWidget::setFont' declared here |
---|
2912 | :info:build virtual void setFont( const QFont & ); |
---|
2913 | :info:build ^ |
---|
2914 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/kateschema.cpp:35: |
---|
2915 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/kfontdialog.h:378:8: warning: 'KFontDialog::setFont' hides overloaded virtual function [-Woverloaded-virtual] |
---|
2916 | :info:build void setFont( const QFont &font, bool onlyFixed = false ) |
---|
2917 | :info:build ^ |
---|
2918 | :info:build /opt/local/lib/qt3/include/qwidget.h:252:18: note: hidden overloaded virtual function 'QWidget::setFont' declared here |
---|
2919 | :info:build virtual void setFont( const QFont & ); |
---|
2920 | :info:build ^ |
---|
2921 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/kateschema.cpp:102:10: warning: 'KateStyleListItem::activate' hides overloaded virtual function [-Woverloaded-virtual] |
---|
2922 | :info:build void activate( int column, const QPoint &localPos ); |
---|
2923 | :info:build ^ |
---|
2924 | :info:build /opt/local/lib/qt3/include/qlistview.h:183:18: note: hidden overloaded virtual function 'QListViewItem::activate' declared here |
---|
2925 | :info:build virtual void activate(); |
---|
2926 | :info:build ^ |
---|
2927 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/kateschema.cpp:21: |
---|
2928 | :info:build In file included from ./kate/part/kateschema.h:23: |
---|
2929 | :info:build In file included from ./kate/part/katehighlight.h:25: |
---|
2930 | :info:build In file included from ./kate/part/kateattribute.h:24: |
---|
2931 | :info:build In file included from /opt/local/lib/qt3/include/qcolor.h:43: |
---|
2932 | :info:build In file included from /opt/local/lib/qt3/include/qstringlist.h:44: |
---|
2933 | :info:build In file included from /opt/local/lib/qt3/include/qstrlist.h:43: |
---|
2934 | :info:build /opt/local/lib/qt3/include/qptrlist.h:150:21: warning: deleting pointer to incomplete type 'KateUndo' may cause undefined behavior [-Wdelete-incomplete] |
---|
2935 | :info:build if ( del_item ) delete (type *)d; |
---|
2936 | :info:build ^ ~~~~~~~~~ |
---|
2937 | :info:build /opt/local/lib/qt3/include/qptrlist.h:78:45: note: in instantiation of member function 'QPtrList<KateUndo>::deleteItem' requested here |
---|
2938 | :info:build bool isEmpty() const { return QGList::count() == 0; } |
---|
2939 | :info:build ^ |
---|
2940 | :info:build ./kate/part/kateundo.h:100:44: note: in instantiation of member function 'QPtrList<KateUndo>::isEmpty' requested here |
---|
2941 | :info:build bool isEmpty () const { return m_items.isEmpty(); } |
---|
2942 | :info:build ^ |
---|
2943 | :info:build ./kate/part/kateundo.h:28:7: note: forward declaration of 'KateUndo' |
---|
2944 | :info:build class KateUndo; |
---|
2945 | :info:build ^ |
---|
2946 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/kateschema.cpp:21: |
---|
2947 | :info:build In file included from ./kate/part/kateschema.h:23: |
---|
2948 | :info:build In file included from ./kate/part/katehighlight.h:27: |
---|
2949 | :info:build In file included from ./kate/part/../interfaces/document.h:34: |
---|
2950 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/interfaces/ktexteditor/configinterfaceextension.h:24: |
---|
2951 | :info:build ./kdecore/kicontheme.h:175:19: warning: private field 'd' is not used [-Wunused-private-field] |
---|
2952 | :info:build KIconPrivate *d; |
---|
2953 | :info:build ^ |
---|
2954 | :info:build 10 warnings generated. |
---|
2955 | :info:build 66% compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katespell.cpp |
---|
2956 | :info:build 66% compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kio/httpfilter/httpfilter.cc |
---|
2957 | :info:build clang: warning: argument unused during compilation: '-fno-check-new' |
---|
2958 | :info:build 66% linking ./kio/httpfilter/libhttpfilter.la |
---|
2959 | :info:build clang: warning: argument unused during compilation: '-fno-check-new' |
---|
2960 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katespell.cpp:24: |
---|
2961 | :info:build In file included from ./kate/part/katespell.h:26: |
---|
2962 | :info:build In file included from ./kate/part/katecursor.h:25: |
---|
2963 | :info:build In file included from ./kate/part/../interfaces/document.h:41: |
---|
2964 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/kaction.h:674: |
---|
2965 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/kactionclasses.h:696:48: warning: 'KListAction' is deprecated [-Wdeprecated-declarations] |
---|
2966 | :info:build class KDEUI_EXPORT KRecentFilesAction : public KListAction // TODO public KSelectAction |
---|
2967 | :info:build ^ |
---|
2968 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/kactionclasses.h:581:31: note: 'KListAction' declared here |
---|
2969 | :info:build class KDEUI_EXPORT_DEPRECATED KListAction : public KSelectAction |
---|
2970 | :info:build ^ |
---|
2971 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katespell.cpp:27: |
---|
2972 | :info:build In file included from ./kate/part/kateview.h:25: |
---|
2973 | :info:build In file included from ./kate/part/katedocument.h:25: |
---|
2974 | :info:build ./kate/part/katetextline.h:286:12: warning: 'const' type qualifier on return type has no effect [-Wignored-qualifiers] |
---|
2975 | :info:build inline const bool noIndentBasedFolding() const { return m_flags & KateTextLine::flagNoIndentationBasedFolding; }; |
---|
2976 | :info:build ^~~~~~ |
---|
2977 | :info:build ./kate/part/katetextline.h:287:12: warning: 'const' type qualifier on return type has no effect [-Wignored-qualifiers] |
---|
2978 | :info:build inline const bool noIndentBasedFoldingAtStart() const { return m_flags & KateTextLine::flagNoIndentationBasedFoldingAtStart; }; |
---|
2979 | :info:build ^~~~~~ |
---|
2980 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katespell.cpp:27: |
---|
2981 | :info:build ./kate/part/kateview.h:560:10: warning: 'KateView::imComposeEvent' hides overloaded virtual function [-Woverloaded-virtual] |
---|
2982 | :info:build bool imComposeEvent () const { return m_imComposeEvent; } |
---|
2983 | :info:build ^ |
---|
2984 | :info:build /opt/local/lib/qt3/include/qwidget.h:505:18: note: hidden overloaded virtual function 'QWidget::imComposeEvent' declared here |
---|
2985 | :info:build virtual void imComposeEvent( QIMEvent * ); |
---|
2986 | :info:build ^ |
---|
2987 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katespell.cpp:24: |
---|
2988 | :info:build In file included from ./kate/part/katespell.h:26: |
---|
2989 | :info:build In file included from ./kate/part/katecursor.h:25: |
---|
2990 | :info:build In file included from ./kate/part/../interfaces/document.h:22: |
---|
2991 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/interfaces/ktexteditor/document.h:22: |
---|
2992 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/interfaces/ktexteditor/editor.h:22: |
---|
2993 | :info:build In file included from ./kparts/part.h:28: |
---|
2994 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/kxmlguiclient.h:23: |
---|
2995 | :info:build /opt/local/lib/qt3/include/qptrlist.h:150:21: warning: deleting pointer to incomplete type 'KateUndo' may cause undefined behavior [-Wdelete-incomplete] |
---|
2996 | :info:build if ( del_item ) delete (type *)d; |
---|
2997 | :info:build ^ ~~~~~~~~~ |
---|
2998 | :info:build /opt/local/lib/qt3/include/qptrlist.h:78:45: note: in instantiation of member function 'QPtrList<KateUndo>::deleteItem' requested here |
---|
2999 | :info:build bool isEmpty() const { return QGList::count() == 0; } |
---|
3000 | :info:build ^ |
---|
3001 | :info:build ./kate/part/kateundo.h:100:44: note: in instantiation of member function 'QPtrList<KateUndo>::isEmpty' requested here |
---|
3002 | :info:build bool isEmpty () const { return m_items.isEmpty(); } |
---|
3003 | :info:build ^ |
---|
3004 | :info:build ./kate/part/kateundo.h:28:7: note: forward declaration of 'KateUndo' |
---|
3005 | :info:build class KateUndo; |
---|
3006 | :info:build ^ |
---|
3007 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katespell.cpp:24: |
---|
3008 | :info:build In file included from ./kate/part/katespell.h:26: |
---|
3009 | :info:build In file included from ./kate/part/katecursor.h:25: |
---|
3010 | :info:build In file included from ./kate/part/../interfaces/document.h:34: |
---|
3011 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/interfaces/ktexteditor/configinterfaceextension.h:24: |
---|
3012 | :info:build ./kdecore/kicontheme.h:175:19: warning: private field 'd' is not used [-Wunused-private-field] |
---|
3013 | :info:build KIconPrivate *d; |
---|
3014 | :info:build ^ |
---|
3015 | :info:build 6 warnings generated. |
---|
3016 | :info:build 66% compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/knewstuff/engine.cpp |
---|
3017 | :info:build ar cru ./kio/httpfilter/.libs/libhttpfilter.a ./kio/httpfilter/.libs/httpfilter.o |
---|
3018 | :info:build ranlib ./kio/httpfilter/.libs/libhttpfilter.a |
---|
3019 | :info:build creating ./kio/httpfilter/libhttpfilter.la |
---|
3020 | :info:build (cd ./kio/httpfilter/.libs && rm -f libhttpfilter.la && ln -s ../libhttpfilter.la libhttpfilter.la) |
---|
3021 | :info:build clang: warning: argument unused during compilation: '-fno-check-new' |
---|
3022 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katejscript.cpp:20: |
---|
3023 | :info:build In file included from ./kate/part/katejscript.h:23: |
---|
3024 | :info:build In file included from ./kate/part/../interfaces/document.h:41: |
---|
3025 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/kaction.h:674: |
---|
3026 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/kactionclasses.h:696:48: warning: 'KListAction' is deprecated [-Wdeprecated-declarations] |
---|
3027 | :info:build class KDEUI_EXPORT KRecentFilesAction : public KListAction // TODO public KSelectAction |
---|
3028 | :info:build ^ |
---|
3029 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/kactionclasses.h:581:31: note: 'KListAction' declared here |
---|
3030 | :info:build class KDEUI_EXPORT_DEPRECATED KListAction : public KSelectAction |
---|
3031 | :info:build ^ |
---|
3032 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katejscript.cpp:22: |
---|
3033 | :info:build In file included from ./kate/part/katedocument.h:25: |
---|
3034 | :info:build ./kate/part/katetextline.h:286:12: warning: 'const' type qualifier on return type has no effect [-Wignored-qualifiers] |
---|
3035 | :info:build inline const bool noIndentBasedFolding() const { return m_flags & KateTextLine::flagNoIndentationBasedFolding; }; |
---|
3036 | :info:build ^~~~~~ |
---|
3037 | :info:build ./kate/part/katetextline.h:287:12: warning: 'const' type qualifier on return type has no effect [-Wignored-qualifiers] |
---|
3038 | :info:build inline const bool noIndentBasedFoldingAtStart() const { return m_flags & KateTextLine::flagNoIndentationBasedFoldingAtStart; }; |
---|
3039 | :info:build ^~~~~~ |
---|
3040 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katejscript.cpp:23: |
---|
3041 | :info:build ./kate/part/kateview.h:560:10: warning: 'KateView::imComposeEvent' hides overloaded virtual function [-Woverloaded-virtual] |
---|
3042 | :info:build bool imComposeEvent () const { return m_imComposeEvent; } |
---|
3043 | :info:build ^ |
---|
3044 | :info:build /opt/local/lib/qt3/include/qwidget.h:505:18: note: hidden overloaded virtual function 'QWidget::imComposeEvent' declared here |
---|
3045 | :info:build virtual void imComposeEvent( QIMEvent * ); |
---|
3046 | :info:build ^ |
---|
3047 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katejscript.cpp:24: |
---|
3048 | :info:build In file included from ./kate/part/katefactory.h:27: |
---|
3049 | :info:build In file included from ./kdecore/kaboutdata.h:24: |
---|
3050 | :info:build /opt/local/lib/qt3/include/qimage.h:58:45: warning: '&&' within '||' [-Wlogical-op-parentheses] |
---|
3051 | :info:build { return key < other.key || key==other.key && lang < other.lang; } |
---|
3052 | :info:build ~~ ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ |
---|
3053 | :info:build /opt/local/lib/qt3/include/qimage.h:58:45: note: place parentheses around the '&&' expression to silence this warning |
---|
3054 | :info:build { return key < other.key || key==other.key && lang < other.lang; } |
---|
3055 | :info:build ^ |
---|
3056 | :info:build ( ) |
---|
3057 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katejscript.cpp:42: |
---|
3058 | :info:build In file included from ./kjs/function_object.h:25: |
---|
3059 | :info:build In file included from ./kjs/internal.h:30: |
---|
3060 | :info:build In file included from ./kjs/object.h:35: |
---|
3061 | :info:build ./kjs/property_map.h:58:5: warning: 'PropertyMapHashTableEntry' defined as a struct here but previously declared as a class [-Wmismatched-tags] |
---|
3062 | :info:build struct PropertyMapHashTableEntry |
---|
3063 | :info:build ^ |
---|
3064 | :info:build ./kjs/ustring.h:194:12: note: did you mean struct here? |
---|
3065 | :info:build friend class PropertyMapHashTableEntry; |
---|
3066 | :info:build ^~~~~ |
---|
3067 | :info:build struct |
---|
3068 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katejscript.cpp:44: |
---|
3069 | :info:build ./kjs/lookup.h:72:3: warning: 'HashTable' defined as a struct here but previously declared as a class [-Wmismatched-tags] |
---|
3070 | :info:build struct HashTable { |
---|
3071 | :info:build ^ |
---|
3072 | :info:build ./kjs/object.h:42:3: note: did you mean struct here? |
---|
3073 | :info:build class HashTable; |
---|
3074 | :info:build ^~~~~ |
---|
3075 | :info:build struct |
---|
3076 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katejscript.cpp:448:61: warning: unused parameter 'exec' [-Wunused-parameter] |
---|
3077 | :info:build KJS::Value KateJSDocument::getValueProperty(KJS::ExecState *exec, int token) const |
---|
3078 | :info:build ^ |
---|
3079 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katejscript.cpp:478:55: warning: unused parameter 'exec' [-Wunused-parameter] |
---|
3080 | :info:build void KateJSDocument::putValueProperty(KJS::ExecState *exec, int token, const KJS::Value& value, int attr) |
---|
3081 | :info:build ^ |
---|
3082 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katejscript.cpp:478:65: warning: unused parameter 'token' [-Wunused-parameter] |
---|
3083 | :info:build void KateJSDocument::putValueProperty(KJS::ExecState *exec, int token, const KJS::Value& value, int attr) |
---|
3084 | :info:build ^ |
---|
3085 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katejscript.cpp:478:90: warning: unused parameter 'value' [-Wunused-parameter] |
---|
3086 | :info:build void KateJSDocument::putValueProperty(KJS::ExecState *exec, int token, const KJS::Value& value, int attr) |
---|
3087 | :info:build ^ |
---|
3088 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katejscript.cpp:478:101: warning: unused parameter 'attr' [-Wunused-parameter] |
---|
3089 | :info:build void KateJSDocument::putValueProperty(KJS::ExecState *exec, int token, const KJS::Value& value, int attr) |
---|
3090 | :info:build ^ |
---|
3091 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katejscript.cpp:589:57: warning: unused parameter 'exec' [-Wunused-parameter] |
---|
3092 | :info:build KJS::Value KateJSView::getValueProperty(KJS::ExecState *exec, int token) const |
---|
3093 | :info:build ^ |
---|
3094 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katejscript.cpp:616:51: warning: unused parameter 'exec' [-Wunused-parameter] |
---|
3095 | :info:build void KateJSView::putValueProperty(KJS::ExecState *exec, int token, const KJS::Value& value, int attr) |
---|
3096 | :info:build ^ |
---|
3097 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katejscript.cpp:616:61: warning: unused parameter 'token' [-Wunused-parameter] |
---|
3098 | :info:build void KateJSView::putValueProperty(KJS::ExecState *exec, int token, const KJS::Value& value, int attr) |
---|
3099 | :info:build ^ |
---|
3100 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katejscript.cpp:616:86: warning: unused parameter 'value' [-Wunused-parameter] |
---|
3101 | :info:build void KateJSView::putValueProperty(KJS::ExecState *exec, int token, const KJS::Value& value, int attr) |
---|
3102 | :info:build ^ |
---|
3103 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katejscript.cpp:616:97: warning: unused parameter 'attr' [-Wunused-parameter] |
---|
3104 | :info:build void KateJSView::putValueProperty(KJS::ExecState *exec, int token, const KJS::Value& value, int attr) |
---|
3105 | :info:build ^ |
---|
3106 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katejscript.cpp:837:108: warning: unused parameter 'args' [-Wunused-parameter] |
---|
3107 | :info:build KJS::Value KJS::KateJSIndenterProtoFunc::call(KJS::ExecState *exec, KJS::Object &thisObj, const KJS::List &args) |
---|
3108 | :info:build ^ |
---|
3109 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katejscript.cpp:850:90: warning: field 'm_interpreter' will be initialized after field 'm_indenter' [-Wreorder] |
---|
3110 | :info:build KateIndentScriptImplAbstract(internalName,filePath,niceName,copyright,version),m_interpreter(0),m_indenter(0) |
---|
3111 | :info:build ^ |
---|
3112 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katejscript.cpp:985:80: warning: unused parameter 'line' [-Wunused-parameter] |
---|
3113 | :info:build bool KateIndentJScriptImpl::processLine(Kate::View *view, const KateDocCursor &line, QString &errorMsg ) |
---|
3114 | :info:build ^ |
---|
3115 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katejscript.cpp:992:90: warning: unused parameter 'begin' [-Wunused-parameter] |
---|
3116 | :info:build bool KateIndentJScriptImpl::processNewline( class Kate::View *view, const KateDocCursor &begin, bool needcontinue, QString &errorMsg ) |
---|
3117 | :info:build ^ |
---|
3118 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katejscript.cpp:992:102: warning: unused parameter 'needcontinue' [-Wunused-parameter] |
---|
3119 | :info:build bool KateIndentJScriptImpl::processNewline( class Kate::View *view, const KateDocCursor &begin, bool needcontinue, QString &errorMsg ) |
---|
3120 | :info:build ^ |
---|
3121 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katejscript.cpp:20: |
---|
3122 | :info:build In file included from ./kate/part/katejscript.h:23: |
---|
3123 | :info:build In file included from ./kate/part/../interfaces/document.h:22: |
---|
3124 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/interfaces/ktexteditor/document.h:22: |
---|
3125 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/interfaces/ktexteditor/editor.h:22: |
---|
3126 | :info:build In file included from ./kparts/part.h:28: |
---|
3127 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/kxmlguiclient.h:23: |
---|
3128 | :info:build /opt/local/lib/qt3/include/qptrlist.h:150:21: warning: deleting pointer to incomplete type 'KateUndo' may cause undefined behavior [-Wdelete-incomplete] |
---|
3129 | :info:build if ( del_item ) delete (type *)d; |
---|
3130 | :info:build ^ ~~~~~~~~~ |
---|
3131 | :info:build /opt/local/lib/qt3/include/qptrlist.h:78:45: note: in instantiation of member function 'QPtrList<KateUndo>::deleteItem' requested here |
---|
3132 | :info:build bool isEmpty() const { return QGList::count() == 0; } |
---|
3133 | :info:build ^ |
---|
3134 | :info:build ./kate/part/kateundo.h:100:44: note: in instantiation of member function 'QPtrList<KateUndo>::isEmpty' requested here |
---|
3135 | :info:build bool isEmpty () const { return m_items.isEmpty(); } |
---|
3136 | :info:build ^ |
---|
3137 | :info:build ./kate/part/kateundo.h:28:7: note: forward declaration of 'KateUndo' |
---|
3138 | :info:build class KateUndo; |
---|
3139 | :info:build ^ |
---|
3140 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katejscript.cpp:20: |
---|
3141 | :info:build In file included from ./kate/part/katejscript.h:23: |
---|
3142 | :info:build In file included from ./kate/part/../interfaces/document.h:34: |
---|
3143 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/interfaces/ktexteditor/configinterfaceextension.h:24: |
---|
3144 | :info:build ./kdecore/kicontheme.h:175:19: warning: private field 'd' is not used [-Wunused-private-field] |
---|
3145 | :info:build KIconPrivate *d; |
---|
3146 | :info:build ^ |
---|
3147 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kate/part/katejscript.cpp:832:1: warning: private field 'id' is not used [-Wunused-private-field] |
---|
3148 | :info:build IMPLEMENT_PROTOFUNC(KateJSIndenterProtoFunc) |
---|
3149 | :info:build ^ |
---|
3150 | :info:build ./kjs/lookup.h:371:9: note: expanded from macro 'IMPLEMENT_PROTOFUNC' |
---|
3151 | :info:build int id; \ |
---|
3152 | :info:build ^ |
---|
3153 | :info:build 25 warnings generated. |
---|
3154 | :info:build 66% compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/knewstuff/downloaddialog.cpp |
---|
3155 | :info:build 66% compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/knewstuff/uploaddialog.cpp |
---|
3156 | :info:build clang: warning: argument unused during compilation: '-fno-check-new' |
---|
3157 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/knewstuff/engine.cpp:29: |
---|
3158 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/kmessagebox.h:25: |
---|
3159 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/kguiitem.h:29: |
---|
3160 | :info:build ./kdecore/kicontheme.h:175:19: warning: private field 'd' is not used [-Wunused-private-field] |
---|
3161 | :info:build KIconPrivate *d; |
---|
3162 | :info:build ^ |
---|
3163 | :info:build 1 warning generated. |
---|
3164 | :info:build 66% compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/knewstuff/providerdialog.cpp |
---|
3165 | :info:build clang: warning: argument unused during compilation: '-fno-check-new' |
---|
3166 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/knewstuff/uploaddialog.cpp:32: |
---|
3167 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kio/kfile/kurlrequester.h:27: |
---|
3168 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/kpushbutton.h:25: |
---|
3169 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/kguiitem.h:29: |
---|
3170 | :info:build ./kdecore/kicontheme.h:175:19: warning: private field 'd' is not used [-Wunused-private-field] |
---|
3171 | :info:build KIconPrivate *d; |
---|
3172 | :info:build ^ |
---|
3173 | :info:build 1 warning generated. |
---|
3174 | :info:build 66% compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/knewstuff/provider.cpp |
---|
3175 | :info:build clang: warning: argument unused during compilation: '-fno-check-new' |
---|
3176 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/knewstuff/providerdialog.cpp:27: |
---|
3177 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/kmessagebox.h:25: |
---|
3178 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/kguiitem.h:29: |
---|
3179 | :info:build ./kdecore/kicontheme.h:175:19: warning: private field 'd' is not used [-Wunused-private-field] |
---|
3180 | :info:build KIconPrivate *d; |
---|
3181 | :info:build ^ |
---|
3182 | :info:build 1 warning generated. |
---|
3183 | :info:build 66% compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/knewstuff/knewstuffbutton.cpp |
---|
3184 | :info:build clang: warning: argument unused during compilation: '-fno-check-new' |
---|
3185 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/knewstuff/knewstuffbutton.cpp:20: |
---|
3186 | :info:build In file included from ./kdecore/kiconloader.h:32: |
---|
3187 | :info:build ./kdecore/kicontheme.h:175:19: warning: private field 'd' is not used [-Wunused-private-field] |
---|
3188 | :info:build KIconPrivate *d; |
---|
3189 | :info:build ^ |
---|
3190 | :info:build 1 warning generated. |
---|
3191 | :info:build 66% compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/knewstuff/knewstuffsecure.cpp |
---|
3192 | :info:build clang: warning: argument unused during compilation: '-fno-check-new' |
---|
3193 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/knewstuff/provider.cpp:25: |
---|
3194 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/kmessagebox.h:25: |
---|
3195 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/kguiitem.h:29: |
---|
3196 | :info:build ./kdecore/kicontheme.h:175:19: warning: private field 'd' is not used [-Wunused-private-field] |
---|
3197 | :info:build KIconPrivate *d; |
---|
3198 | :info:build ^ |
---|
3199 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/knewstuff/provider.cpp:31: |
---|
3200 | :info:build ./knewstuff/provider.h:205:14: warning: private field 'mParentWidget' is not used [-Wunused-private-field] |
---|
3201 | :info:build QWidget *mParentWidget; |
---|
3202 | :info:build ^ |
---|
3203 | :info:build 2 warnings generated. |
---|
3204 | :info:build 66% compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/knewstuff/security.cpp |
---|
3205 | :info:build clang: warning: argument unused during compilation: '-fno-check-new' |
---|
3206 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/knewstuff/downloaddialog.cpp:21: |
---|
3207 | :info:build In file included from ./knewstuff/downloaddialog.h:23: |
---|
3208 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/kdialogbase.h:28: |
---|
3209 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/kguiitem.h:29: |
---|
3210 | :info:build ./kdecore/kicontheme.h:175:19: warning: private field 'd' is not used [-Wunused-private-field] |
---|
3211 | :info:build KIconPrivate *d; |
---|
3212 | :info:build ^ |
---|
3213 | :info:build 1 warning generated. |
---|
3214 | :info:build 66% compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kinit/klauncher.cpp |
---|
3215 | :info:build clang: warning: argument unused during compilation: '-fno-check-new' |
---|
3216 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/knewstuff/knewstuffsecure.cpp:32: |
---|
3217 | :info:build ./knewstuff/security.h:48:20: warning: 'const' type qualifier on return type has no effect [-Wignored-qualifiers] |
---|
3218 | :info:build static Security* const ref() |
---|
3219 | :info:build ^~~~~~ |
---|
3220 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/knewstuff/knewstuffsecure.cpp:24: |
---|
3221 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/kmessagebox.h:25: |
---|
3222 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/kguiitem.h:29: |
---|
3223 | :info:build ./kdecore/kicontheme.h:175:19: warning: private field 'd' is not used [-Wunused-private-field] |
---|
3224 | :info:build KIconPrivate *d; |
---|
3225 | :info:build ^ |
---|
3226 | :info:build 2 warnings generated. |
---|
3227 | :info:build 67% compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeprint/cups/cupsdconf2/cupsdconf.cpp |
---|
3228 | :info:build clang: warning: argument unused during compilation: '-fno-check-new' |
---|
3229 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/knewstuff/security.cpp:29: |
---|
3230 | :info:build ./kdecore/kprocio.h:88:8: warning: 'KProcIO::start' hides overloaded virtual function [-Woverloaded-virtual] |
---|
3231 | :info:build bool start (RunMode runmode = NotifyOnExit, bool includeStderr = false); |
---|
3232 | :info:build ^ |
---|
3233 | :info:build ./kdecore/kprocess.h:285:16: note: hidden overloaded virtual function 'KProcess::start' declared here |
---|
3234 | :info:build virtual bool start(RunMode runmode = NotifyOnExit, |
---|
3235 | :info:build ^ |
---|
3236 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/knewstuff/security.cpp:32: |
---|
3237 | :info:build ./knewstuff/security.h:48:20: warning: 'const' type qualifier on return type has no effect [-Wignored-qualifiers] |
---|
3238 | :info:build static Security* const ref() |
---|
3239 | :info:build ^~~~~~ |
---|
3240 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/knewstuff/security.cpp:24: |
---|
3241 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/kinputdialog.h:32: |
---|
3242 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/kdialogbase.h:28: |
---|
3243 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/kguiitem.h:29: |
---|
3244 | :info:build ./kdecore/kicontheme.h:175:19: warning: private field 'd' is not used [-Wunused-private-field] |
---|
3245 | :info:build KIconPrivate *d; |
---|
3246 | :info:build ^ |
---|
3247 | :info:build 3 warnings generated. |
---|
3248 | :info:build 67% compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeprint/cups/cupsdconf2/cupsddialog.cpp |
---|
3249 | :info:build /usr/bin/clang++ -DHAVE_CONFIG_H -I./kdeprint/cups/cupsdconf2 -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeprint/cups/cupsdconf2 -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10 -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kio -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kfile -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/dcop -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/libltdl -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdefx -I./kdecore -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdecore -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdecore/network -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kio -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kio/kio -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kio/kfile -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10 -I/opt/local/lib/qt3/include -I/opt/local/include -I/opt/local/include -DQT_THREAD_SUPPORT -I/usr/include/gssapi -I/opt/local/include/freetype2 -I/opt/local/include -fno-common -no-cpp-precomp -DMACOSX -DARTS_NO_ALARM -I/opt/local/include -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Os -Os -fPIC -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -fPIC -DPIC -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeprint/cups/cupsdconf2/cupsdconf.cpp -o ./kdeprint/cups/cupsdconf2/.libs/cupsdconf.o -Wp,-MD,./kdeprint/cups/cupsdconf2/.deps/cupsdconf.TUlo |
---|
3250 | :info:build clang: warning: argument unused during compilation: '-fno-check-new' |
---|
3251 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeprint/cups/cupsdconf2/cupsdconf.cpp:432:5: warning: add explicit braces to avoid dangling else [-Wdangling-else] |
---|
3252 | :info:build else |
---|
3253 | :info:build ^ |
---|
3254 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeprint/cups/cupsdconf2/cupsdconf.cpp:614:18: warning: 'httpConnect' is deprecated: Use httpConnect2 instead. [-Wdeprecated-declarations] |
---|
3255 | :info:build http_t *http_ = httpConnect(host.local8Bit(),port); |
---|
3256 | :info:build ^ |
---|
3257 | :info:build /usr/include/cups/http.h:451:17: note: 'httpConnect' declared here |
---|
3258 | :info:build extern http_t *httpConnect(const char *host, int port) |
---|
3259 | :info:build ^ |
---|
3260 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeprint/cups/cupsdconf2/cupsdconf.cpp:632:10: error: member access into incomplete type 'ipp_t' (aka '_ipp_s') |
---|
3261 | :info:build request_->request.op.operation_id = CUPS_GET_PRINTERS; |
---|
3262 | :info:build ^ |
---|
3263 | :info:build /usr/include/cups/ipp.h:651:16: note: forward declaration of '_ipp_s' |
---|
3264 | :info:build typedef struct _ipp_s ipp_t; /**** IPP request/response data ****/ |
---|
3265 | :info:build ^ |
---|
3266 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeprint/cups/cupsdconf2/cupsdconf.cpp:638:35: error: member access into incomplete type 'ipp_t' (aka '_ipp_s') |
---|
3267 | :info:build ipp_attribute_t *attr = request_->attrs; |
---|
3268 | :info:build ^ |
---|
3269 | :info:build /usr/include/cups/ipp.h:651:16: note: forward declaration of '_ipp_s' |
---|
3270 | :info:build typedef struct _ipp_s ipp_t; /**** IPP request/response data ****/ |
---|
3271 | :info:build ^ |
---|
3272 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeprint/cups/cupsdconf2/cupsdconf.cpp:642:13: error: member access into incomplete type 'ipp_attribute_t' (aka '_ipp_attribute_s') |
---|
3273 | :info:build if (!attr->name) |
---|
3274 | :info:build ^ |
---|
3275 | :info:build /usr/include/cups/ipp.h:652:16: note: forward declaration of '_ipp_attribute_s' |
---|
3276 | :info:build typedef struct _ipp_attribute_s ipp_attribute_t; |
---|
3277 | :info:build ^ |
---|
3278 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeprint/cups/cupsdconf2/cupsdconf.cpp:649:24: error: member access into incomplete type 'ipp_attribute_t' (aka '_ipp_attribute_s') |
---|
3279 | :info:build else if (strcmp(attr->name, "printer-name") == 0) name = attr->values[0].string.text; |
---|
3280 | :info:build ^ |
---|
3281 | :info:build /usr/include/cups/ipp.h:652:16: note: forward declaration of '_ipp_attribute_s' |
---|
3282 | :info:build typedef struct _ipp_attribute_s ipp_attribute_t; |
---|
3283 | :info:build ^ |
---|
3284 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeprint/cups/cupsdconf2/cupsdconf.cpp:649:65: error: member access into incomplete type 'ipp_attribute_t' (aka '_ipp_attribute_s') |
---|
3285 | :info:build else if (strcmp(attr->name, "printer-name") == 0) name = attr->values[0].string.text; |
---|
3286 | :info:build ^ |
---|
3287 | :info:build /usr/include/cups/ipp.h:652:16: note: forward declaration of '_ipp_attribute_s' |
---|
3288 | :info:build typedef struct _ipp_attribute_s ipp_attribute_t; |
---|
3289 | :info:build ^ |
---|
3290 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeprint/cups/cupsdconf2/cupsdconf.cpp:650:24: error: member access into incomplete type 'ipp_attribute_t' (aka '_ipp_attribute_s') |
---|
3291 | :info:build else if (strcmp(attr->name, "printer-type") == 0) type = attr->values[0].integer; |
---|
3292 | :info:build ^ |
---|
3293 | :info:build /usr/include/cups/ipp.h:652:16: note: forward declaration of '_ipp_attribute_s' |
---|
3294 | :info:build typedef struct _ipp_attribute_s ipp_attribute_t; |
---|
3295 | :info:build ^ |
---|
3296 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeprint/cups/cupsdconf2/cupsdconf.cpp:650:65: error: member access into incomplete type 'ipp_attribute_t' (aka '_ipp_attribute_s') |
---|
3297 | :info:build else if (strcmp(attr->name, "printer-type") == 0) type = attr->values[0].integer; |
---|
3298 | :info:build ^ |
---|
3299 | :info:build /usr/include/cups/ipp.h:652:16: note: forward declaration of '_ipp_attribute_s' |
---|
3300 | :info:build typedef struct _ipp_attribute_s ipp_attribute_t; |
---|
3301 | :info:build ^ |
---|
3302 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeprint/cups/cupsdconf2/cupsdconf.cpp:651:15: error: member access into incomplete type 'ipp_attribute_t' (aka '_ipp_attribute_s') |
---|
3303 | :info:build attr = attr->next; |
---|
3304 | :info:build ^ |
---|
3305 | :info:build /usr/include/cups/ipp.h:652:16: note: forward declaration of '_ipp_attribute_s' |
---|
3306 | :info:build typedef struct _ipp_attribute_s ipp_attribute_t; |
---|
3307 | :info:build ^ |
---|
3308 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeprint/cups/cupsdconf2/cupsdconf.cpp:661:10: error: member access into incomplete type 'ipp_t' (aka '_ipp_s') |
---|
3309 | :info:build request_->request.op.operation_id = CUPS_GET_CLASSES; |
---|
3310 | :info:build ^ |
---|
3311 | :info:build /usr/include/cups/ipp.h:651:16: note: forward declaration of '_ipp_s' |
---|
3312 | :info:build typedef struct _ipp_s ipp_t; /**** IPP request/response data ****/ |
---|
3313 | :info:build ^ |
---|
3314 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeprint/cups/cupsdconf2/cupsdconf.cpp:667:35: error: member access into incomplete type 'ipp_t' (aka '_ipp_s') |
---|
3315 | :info:build ipp_attribute_t *attr = request_->attrs; |
---|
3316 | :info:build ^ |
---|
3317 | :info:build /usr/include/cups/ipp.h:651:16: note: forward declaration of '_ipp_s' |
---|
3318 | :info:build typedef struct _ipp_s ipp_t; /**** IPP request/response data ****/ |
---|
3319 | :info:build ^ |
---|
3320 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeprint/cups/cupsdconf2/cupsdconf.cpp:671:13: error: member access into incomplete type 'ipp_attribute_t' (aka '_ipp_attribute_s') |
---|
3321 | :info:build if (!attr->name) |
---|
3322 | :info:build ^ |
---|
3323 | :info:build /usr/include/cups/ipp.h:652:16: note: forward declaration of '_ipp_attribute_s' |
---|
3324 | :info:build typedef struct _ipp_attribute_s ipp_attribute_t; |
---|
3325 | :info:build ^ |
---|
3326 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeprint/cups/cupsdconf2/cupsdconf.cpp:678:24: error: member access into incomplete type 'ipp_attribute_t' (aka '_ipp_attribute_s') |
---|
3327 | :info:build else if (strcmp(attr->name, "printer-name") == 0) name = attr->values[0].string.text; |
---|
3328 | :info:build ^ |
---|
3329 | :info:build /usr/include/cups/ipp.h:652:16: note: forward declaration of '_ipp_attribute_s' |
---|
3330 | :info:build typedef struct _ipp_attribute_s ipp_attribute_t; |
---|
3331 | :info:build ^ |
---|
3332 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeprint/cups/cupsdconf2/cupsdconf.cpp:678:65: error: member access into incomplete type 'ipp_attribute_t' (aka '_ipp_attribute_s') |
---|
3333 | :info:build else if (strcmp(attr->name, "printer-name") == 0) name = attr->values[0].string.text; |
---|
3334 | :info:build ^ |
---|
3335 | :info:build /usr/include/cups/ipp.h:652:16: note: forward declaration of '_ipp_attribute_s' |
---|
3336 | :info:build typedef struct _ipp_attribute_s ipp_attribute_t; |
---|
3337 | :info:build ^ |
---|
3338 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeprint/cups/cupsdconf2/cupsdconf.cpp:679:24: error: member access into incomplete type 'ipp_attribute_t' (aka '_ipp_attribute_s') |
---|
3339 | :info:build else if (strcmp(attr->name, "printer-type") == 0) type = attr->values[0].integer; |
---|
3340 | :info:build ^ |
---|
3341 | :info:build /usr/include/cups/ipp.h:652:16: note: forward declaration of '_ipp_attribute_s' |
---|
3342 | :info:build typedef struct _ipp_attribute_s ipp_attribute_t; |
---|
3343 | :info:build ^ |
---|
3344 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeprint/cups/cupsdconf2/cupsdconf.cpp:679:65: error: member access into incomplete type 'ipp_attribute_t' (aka '_ipp_attribute_s') |
---|
3345 | :info:build else if (strcmp(attr->name, "printer-type") == 0) type = attr->values[0].integer; |
---|
3346 | :info:build ^ |
---|
3347 | :info:build /usr/include/cups/ipp.h:652:16: note: forward declaration of '_ipp_attribute_s' |
---|
3348 | :info:build typedef struct _ipp_attribute_s ipp_attribute_t; |
---|
3349 | :info:build ^ |
---|
3350 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeprint/cups/cupsdconf2/cupsdconf.cpp:680:15: error: member access into incomplete type 'ipp_attribute_t' (aka '_ipp_attribute_s') |
---|
3351 | :info:build attr = attr->next; |
---|
3352 | :info:build ^ |
---|
3353 | :info:build /usr/include/cups/ipp.h:652:16: note: forward declaration of '_ipp_attribute_s' |
---|
3354 | :info:build typedef struct _ipp_attribute_s ipp_attribute_t; |
---|
3355 | :info:build ^ |
---|
3356 | :info:build 2 warnings and 16 errors generated. |
---|
3357 | :info:build Error creating ./kdeprint/cups/cupsdconf2/cupsdconf.lo. Exit status 1. |
---|
3358 | :info:build clang: warning: argument unused during compilation: '-fno-check-new' |
---|
3359 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeprint/cups/cupsdconf2/cupsddialog.cpp:20: |
---|
3360 | :info:build In file included from ./kdeprint/cups/cupsdconf2/cupsddialog.h:23: |
---|
3361 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/kdialogbase.h:28: |
---|
3362 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kdeui/kguiitem.h:29: |
---|
3363 | :info:build ./kdecore/kicontheme.h:175:19: warning: private field 'd' is not used [-Wunused-private-field] |
---|
3364 | :info:build KIconPrivate *d; |
---|
3365 | :info:build ^ |
---|
3366 | :info:build 1 warning generated. |
---|
3367 | :info:build clang: warning: argument unused during compilation: '-fno-check-new' |
---|
3368 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kinit/klauncher.cpp:52: |
---|
3369 | :info:build In file included from ./kinit/klauncher.h:38: |
---|
3370 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10/kio/kio/kservice.h:26: |
---|
3371 | :info:build ./kdecore/kicontheme.h:175:19: warning: private field 'd' is not used [-Wunused-private-field] |
---|
3372 | :info:build KIconPrivate *d; |
---|
3373 | :info:build ^ |
---|
3374 | :info:build 1 warning generated. |
---|
3375 | :info:build kdelibs3-3.5.10-16 make failed! |
---|
3376 | :info:build Command failed: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/work/kdelibs-3.5.10" && ./CompileScript.sh all |
---|
3377 | :info:build Exit code: 1 |
---|
3378 | :error:build org.macports.build for port kdelibs3 returned: command execution failed |
---|
3379 | :debug:build Error code: CHILDSTATUS 76971 1 |
---|
3380 | :debug:build Backtrace: command execution failed |
---|
3381 | while executing |
---|
3382 | "system -nice 0 $fullcmdstring" |
---|
3383 | ("eval" body line 1) |
---|
3384 | invoked from within |
---|
3385 | "eval system $notty $nice \$fullcmdstring" |
---|
3386 | invoked from within |
---|
3387 | "command_exec build" |
---|
3388 | (procedure "portbuild::build_main" line 8) |
---|
3389 | invoked from within |
---|
3390 | "$procedure $targetname" |
---|
3391 | :info:build Warning: targets not executed for kdelibs3: org.macports.activate org.macports.build org.macports.destroot org.macports.install |
---|
3392 | :error:build Failed to install kdelibs3 |
---|
3393 | :debug:build couldn't open "/System/Library/Frameworks/Tcl.framework/Versions/8.5/Resources/tclIndex": no such file or directory |
---|
3394 | while executing |
---|
3395 | "open [file join $dir tclIndex]" |
---|
3396 | :notice:build Please see the log file for port kdelibs3 for details: |
---|
3397 | /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdelibs3/kdelibs3/main.log |
---|