Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Oct 2002 18:28:10 +0300 (EEST)
From:      Alexandr Kovalenko <never@nevermind.kiev.ua>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/44440: www/viewml won't compile if qt3 installed
Message-ID:  <200210241528.g9OFSAMq061735@mile.nevermind.kiev.ua>

next in thread | raw e-mail | index | archive | help

>Number:         44440
>Category:       ports
>Synopsis:       www/viewml won't compile if qt3 installed
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 24 08:30:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Alexandr Kovalenko
>Release:        FreeBSD 4.7-RC i386
>Organization:
Self-employed
>Environment:
System: FreeBSD mile.nevermind.kiev.ua 4.7-RC FreeBSD 4.7-RC #0: Wed Sep 18 19:26:14 EEST 2002 root@mile.nevermind.kiev.ua:/usr/obj/usr/src/sys/mile i386

>Description:
When trying to compile www/viewml port you will get the following error:

Script started on Thu Oct 24 18:11:59 2002
===>  Extracting for viewml-0.21_1
>How-To-Repeat:
Install ports/x11-toolkits/qt30
Try to install ports/www/viewml
>Fix:
Not known
>Release-Note:
>Audit-Trail:
>Unformatted:
 >> Checksum OK for viewml-0.21.tar.gz.
 ===>   viewml-0.21_1 depends on executable: makedepend - found
 ===>   viewml-0.21_1 depends on executable: gmake - found
 ===>   viewml-0.21_1 depends on executable: bison - found
 ===>   viewml-0.21_1 depends on shared library: fltk.1 - found
 ===>   viewml-0.21_1 depends on shared library: wwwzip.1 - found
 ===>   viewml-0.21_1 depends on shared library: X11.6 - found
 ===>   viewml-0.21_1 depends on shared library: glib12.3 - found
 ===>   viewml-0.21_1 depends on shared library: gtk12.2 - found
 ===>   viewml-0.21_1 depends on shared library: Imlib.5 - found
 ===>  Patching for viewml-0.21_1
 ===>  Applying FreeBSD patches for viewml-0.21_1
 ===>  Configuring for viewml-0.21_1
 gmake: Nothing to be done for `Makefile'.
 makedepend -I/usr/include/g++ -I/usr/include/g++/std \
 -I/usr/local/include/w3c-libwww -I/usr/X11R6/include/FL -I/usr/X11R6/include -I/usr/X11R6/include/X11 -I./fltk -I. -I../kdecore -I../kimgio -I../kdeui -I../jscript html.cpp htmlchain.cpp htmlclue.cpp htmldata.cpp htmlfont.cpp htmliter.cpp htmltable.cpp h tmltoken.cpp jscript.cpp htmlview.cpp htmlframe.cpp htmlobj.cpp debug.cpp htmlform.cpp main.cpp http.cpp http_.cpp vmlapp.cpp ../kdecore/kurl.cpp ../kdeui/kcursor.cpp fltk/qtimer.cpp fltk/qobject.cpp fltk/qpainter.cpp fltk/qdrawutil.cpp fltk/qfont.cpp fl tk/qrect.cpp fltk/qregexp.cpp fltk/qstring.cpp fltk/kcharsets.cpp fltk/qcolor.cpp fltk/qpixmap.cpp fltk/qfontinfo.cpp fltk/qwidget.cpp fltk/history.cpp fltk/qscrollbar.cpp fltk/drag.cpp fltk/qpushbutton.cpp fltk/qlineedit.cpp
 ===>  Building for viewml-0.21_1
 cd ../jscript && gmake
 gmake[1]: Entering directory `/usr/ports/www/viewml/work/viewml-0.21/jscript'
 bison -y -d -p yyjscript t1.y t1.y && mv y.tab.c t1.c
 bison: extra arguments ignored after `t1.y'
 conflicts:  98 shift/reduce, 28 reduce/reduce
 if test -f y.tab.h; then \
 if cmp -s y.tab.h t1.h; then rm -f y.tab.h; \
 else mv y.tab.h t1.h; fi \
 else :; fi
 flex -Pyyjscript t2.l && mv lex.yyjscript.c t2.c
 cc -I.. -I../src/fltk  -O -pipe  -fpermissive -include /usr/include/sys/types.h  -DPREFIX=\"/usr/X11R6\" `/usr/local/bin/libwww-config --cflags` -c -o t1.o t1.c
 cc -I.. -I../src/fltk  -O -pipe  -fpermissive -include /usr/include/sys/types.h  -DPREFIX=\"/usr/X11R6\" `/usr/local/bin/libwww-config --cflags` -c -o t2.o t2.c
 g++ -I../src/fltk -I..  -O -pipe  -fpermissive -include /usr/include/sys/types.h  -DPREFIX=\"/usr/X11R6\" -c -o cpp2bison.o cpp2bison.cpp
 g++ -I../src/fltk -I..  -O -pipe  -fpermissive -include /usr/include/sys/types.h  -DPREFIX=\"/usr/X11R6\" -c -o jstree.o jstree.cpp
 g++ -I../src/fltk -I..  -O -pipe  -fpermissive -include /usr/include/sys/types.h  -DPREFIX=\"/usr/X11R6\" -c -o jsexec.o jsexec.cpp
 g++ -I../src/fltk -I..  -O -pipe  -fpermissive -include /usr/include/sys/types.h  -DPREFIX=\"/usr/X11R6\" -c -o builtin.o builtin.cpp
 gmake[1]: Leaving directory `/usr/ports/www/viewml/work/viewml-0.21/jscript'
 g++ -O -pipe  -fpermissive -include /usr/include/sys/types.h  -DPREFIX=\"/usr/X11R6\" `/usr/local/bin/libwww-config --cflags` -I/usr/local/include/w3c-libwww -I/usr/X11R6/include/FL -I/usr/X11R6/include -I/usr/X11R6/include/X11 -I./fltk -I. -I../kdecore  -I../kimgio -I../kdeui -I../jscript -I..  -O -pipe  -fpermissive -include /usr/include/sys/types.h  -DPREFIX=\"/usr/X11R6\" -c -o html.o html.cpp
 In file included from fltk/qstring.h:10,
                  from fltk/fltk-qbase.h:7,
                  from fltk/qwidget.h:4,
                  from fltk/drag.h:4,
                  from html.h:48,
                  from html.cpp:42:
 fltk/fltk-qdefs.h:7: warning: `signals' redefined
 /usr/X11R6/include/qobjectdefs.h:88: warning: this is the location of the previous definition
 fltk/fltk-qdefs.h:9: warning: `CHECK_PTR' redefined
 /usr/X11R6/include/qglobal.h:855: warning: this is the location of the previous definition
 In file included from fltk/fltk-qbase.h:17,
                  from fltk/qwidget.h:4,
                  from fltk/drag.h:4,
                  from html.h:48,
                  from html.cpp:42:
 fltk/qobjectdefs.h:26: warning: `Q_OBJECT' redefined
 /usr/X11R6/include/qobjectdefs.h:113: warning: this is the location of the previous definition
 In file included from html.h:48,
                  from html.cpp:42:
 fltk/drag.h:11: warning: `kapp' redefined
 /usr/local/include/kapplication.h:50: warning: this is the location of the previous definition
 In file included from htmltable.h:46,
                  from html.cpp:41:
 htmlfont.h:51: syntax error before `)'
 htmlfont.h:70: syntax error before `('
 htmlfont.h: In method `void HTMLFont::setWeight(int)':
 htmlfont.h:42: `font' undeclared (first use this function)
 htmlfont.h:42: (Each undeclared identifier is reported only once
 htmlfont.h:42: for each function it appears in.)
 htmlfont.h: In method `void HTMLFont::setTextColor(const QColor &)':
 htmlfont.h:50: `textCol' undeclared (first use this function)
 htmlfont.h: In method `void HTMLFont::setCharset(...)':
 htmlfont.h:52: `chset' undeclared (first use this function)
 htmlfont.h:52: `ch' undeclared (first use this function)
 htmlfont.h: In method `const int HTMLFont::pointSize() const':
 htmlfont.h:65: `pointsize' undeclared (first use this function)
 htmlfont.h: In method `int HTMLFont::size() const':
 htmlfont.h:69: `fsize' undeclared (first use this function)
 htmlfont.h: At top level:
 htmlfont.h:73: syntax error before `&'
 htmlfont.h:74: `operator ==(const HTMLFont &)' must take exactly two arguments
 htmlfont.h:76: non-member function `operator QFont()' cannot have `const' method qualifier
 htmlfont.h:76: `operator QFont()' must be a nonstatic member function
 htmlfont.h:76: `operator QFont()' must take exactly one argument
 htmlfont.h:78: syntax error before `private'
 htmlfont.h:80: `class QColor textCol' used prior to declaration
 htmlfont.h:81: syntax error before `;'
 htmlfont.h:82: `int fsize' used prior to declaration
 htmlfont.h:83: `int pointsize' used prior to declaration
 htmlfont.h:84: syntax error before `}'
 cpp0: output pipe has been closed
 gmake: *** [html.o] Error 1
 *** Error code 2
 
 Stop in /usr/ports/www/viewml.
 
 Script done on Thu Oct 24 18:12:17 2002

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210241528.g9OFSAMq061735>