Discussion:
It threw me a lot of errors when making
znanth_cn
2003-04-30 17:02:59 UTC
Permalink
I downloaded the source code of viewml version 0.22
I ran configure and then make;
but it threw me a lot of errors. It could not find some header files such as qstring.h
Anybody who has had the same problem?
______________________________________

===================================================================

#############################################################
This message is sent to you because you are subscribed to
the mailing list <viewml-***@viewml.com>.
To unsubscribe, E-mail to: <viewml-devel-***@viewml.com>
To switch to the DIGEST mode, E-mail to <viewml-devel-***@viewml.com>
To switch to the INDEX mode, E-mail to <viewml-devel-***@viewml.com>
Send administrative queries to <viewml-devel-***@viewml.com>
Jason Kingan
2003-04-30 17:09:17 UTC
Permalink
Could you post a log of the errors you're receiving? This would help
diagnosing the problem.

Jason Kingan
Century Software
Post by znanth_cn
I downloaded the source code of viewml version 0.22
I ran configure and then make;
but it threw me a lot of errors. It could not find some header files
such as qstring.h
Anybody who has had the same problem?
______________________________________
===================================================================
#############################################################
This message is sent to you because you are subscribed to
To switch to the DIGEST mode, E-mail to
#############################################################
This message is sent to you because you are subscribed to
the mailing list <viewml-***@viewml.com>.
To unsubscribe, E-mail to: <viewml-devel-***@viewml.com>
To switch to the DIGEST mode, E-mail to <viewml-devel-***@viewml.com>
To switch to the INDEX mode, E-mail to <viewml-devel-***@viewml.com>
Send administrative queries to <viewml-devel-***@viewml.com>
zengnan
2003-05-01 01:26:16 UTC
Permalink
below is the error infomation when I make the project, it's only a small part
of the error log.

//////////////////////////////////////////////////////////////////////////
[***@lvserver viewml-0.22]# make
make[1]: Entering directory `/home/znanth/viewml-0.22/src'
if [ ! -s .build_depends ]; then make -f build_depends.mk force-depends; fi
make[2]: Entering directory `/home/znanth/viewml-0.22/src'
Generating dependancies for /home/znanth/viewml-0.22/src...
g++ -M -L/usr/local/include -INONE/include -I. -I../kdecore -I../kimgio -I../kdeui -I../jscript -g --permissive -I/usr/X11R6/include `/usr/bin/libwww-config --cflags` html.cpp htmlchain.cpp htmlclue.cpp htmldata.cpp htmlfont.cpp htmliter.cpp htmltable.cpp htmltoken.cpp jscript.cpp htmlview.cpp htmlframe.cpp htmlobj.cpp debug.cpp htmlform.cpp main.cpp http.cpp http_.cpp ../kdecore/kurl.cpp ../kdeui/kcursor.cpp fltk/qtimer.cpp fltk/qobject.cpp fltk/qpainter.cpp fltk/qdrawutil.cpp fltk/qfont.cpp fltk/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 >> .build_depends
In file included from html.cpp:24:
./kdecore/kurl.h:28:20: config.h: No such file or directory
./kdecore/kurl.h:31:21: qstring.h: No such file or directory
./kdecore/kurl.h:32:22: qstrlist.h: No such file or directory
html.cpp:25:18: kapp.h: No such file or directory
html.cpp:26:23: kcharsets.h: No such file or directory
In file included from html.cpp:41:
htmltable.h:28:22: qpainter.h: No such file or directory
htmltable.h:29:19: qlist.h: No such file or directory
htmltable.h:30:22: qstrlist.h: No such file or directory
htmltable.h:31:20: qarray.h: No such file or directory
htmltable.h:32:21: qpixmap.h: No such file or directory
htmltable.h:33:20: qstack.h: No such file or directory
htmltable.h:34:19: qfont.h: No such file or directory
htmltable.h:35:20: qtimer.h: No such file or directory
In file included from htmltable.h:46,
from html.cpp:41:
htmlfont.h:28:19: qlist.h: No such file or directory
htmlfont.h:29:20: qcolor.h: No such file or directory
htmlfont.h:30:19: qfont.h: No such file or directory
htmlfont.h:31:23: kcharsets.h: No such file or directory
In file included from htmltable.h:47,
from html.cpp:41:
htmlobj.h:29:22: qpainter.h: No such file or directory
htmlobj.h:30:19: qlist.h: No such file or directory
htmlobj.h:31:19: qdict.h: No such file or directory
htmlobj.h:32:22: qstrlist.h: No such file or directory
htmlobj.h:33:20: qarray.h: No such file or directory
htmlobj.h:34:21: qpixmap.h: No such file or directory
htmlobj.h:35:20: qstack.h: No such file or directory
htmlobj.h:36:19: qfont.h: No such file or directory
htmlobj.h:37:20: qtimer.h: No such file or directory
In file included from htmltable.h:48,
from html.cpp:41:
htmlclue.h:28:22: qpainter.h: No such file or directory
htmlclue.h:29:19: qlist.h: No such file or directory
htmlclue.h:30:22: qstrlist.h: No such file or directory
htmlclue.h:31:20: qarray.h: No such file or directory
htmlclue.h:32:21: qpixmap.h: No such file or directory
htmlclue.h:33:20: qstack.h: No such file or directory
htmlclue.h:34:19: qfont.h: No such file or directory
htmlclue.h:35:20: qtimer.h: No such file or directory
In file included from html.cpp:42:
//////////////////////////////////////////////////////////////////////////


======= 2003-04-30 11:09:00 =======
Post by Jason Kingan
Could you post a log of the errors you're receiving? This would help
diagnosing the problem.
Jason Kingan
Century Software
Post by znanth_cn
I downloaded the source code of viewml version 0.22
I ran configure and then make;
but it threw me a lot of errors. It could not find some header files
such as qstring.h
Anybody who has had the same problem?
______________________________________
===================================================================
#############################################################
This message is sent to you because you are subscribed to
To switch to the DIGEST mode, E-mail to
#############################################################
This message is sent to you because you are subscribed to
.
= = = = = = = = = = = = = = = = = = = =


        致
礼!


        zengnan
        ***@sina.com
          2003-05-01






#############################################################
This message is sent to you because you are subscribed to
the mailing list <viewml-***@viewml.com>.
To unsubscribe, E-mail to: <viewml-devel-***@viewml.com>
To switch to the DIGEST mode, E-mail to <viewml-devel-***@viewml.com>
To switch to the INDEX mode, E-mail to <viewml-devel-***@viewml.com>
Send administrative queries to <viewml-devel-***@viewml.com>
zengnan
2003-05-01 01:26:16 UTC
Permalink
below is the error infomation when I make the project, it's only a small part
of the error log.

//////////////////////////////////////////////////////////////////////////
[***@lvserver viewml-0.22]# make
make[1]: Entering directory `/home/znanth/viewml-0.22/src'
if [ ! -s .build_depends ]; then make -f build_depends.mk force-depends; fi
make[2]: Entering directory `/home/znanth/viewml-0.22/src'
Generating dependancies for /home/znanth/viewml-0.22/src...
g++ -M -L/usr/local/include -INONE/include -I. -I../kdecore -I../kimgio -I../kdeui -I../jscript -g --permissive -I/usr/X11R6/include `/usr/bin/libwww-config --cflags` html.cpp htmlchain.cpp htmlclue.cpp htmldata.cpp htmlfont.cpp htmliter.cpp htmltable.cpp htmltoken.cpp jscript.cpp htmlview.cpp htmlframe.cpp htmlobj.cpp debug.cpp htmlform.cpp main.cpp http.cpp http_.cpp ../kdecore/kurl.cpp ../kdeui/kcursor.cpp fltk/qtimer.cpp fltk/qobject.cpp fltk/qpainter.cpp fltk/qdrawutil.cpp fltk/qfont.cpp fltk/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 >> .build_depends
In file included from html.cpp:24:
./kdecore/kurl.h:28:20: config.h: No such file or directory
./kdecore/kurl.h:31:21: qstring.h: No such file or directory
./kdecore/kurl.h:32:22: qstrlist.h: No such file or directory
html.cpp:25:18: kapp.h: No such file or directory
html.cpp:26:23: kcharsets.h: No such file or directory
In file included from html.cpp:41:
htmltable.h:28:22: qpainter.h: No such file or directory
htmltable.h:29:19: qlist.h: No such file or directory
htmltable.h:30:22: qstrlist.h: No such file or directory
htmltable.h:31:20: qarray.h: No such file or directory
htmltable.h:32:21: qpixmap.h: No such file or directory
htmltable.h:33:20: qstack.h: No such file or directory
htmltable.h:34:19: qfont.h: No such file or directory
htmltable.h:35:20: qtimer.h: No such file or directory
In file included from htmltable.h:46,
from html.cpp:41:
htmlfont.h:28:19: qlist.h: No such file or directory
htmlfont.h:29:20: qcolor.h: No such file or directory
htmlfont.h:30:19: qfont.h: No such file or directory
htmlfont.h:31:23: kcharsets.h: No such file or directory
In file included from htmltable.h:47,
from html.cpp:41:
htmlobj.h:29:22: qpainter.h: No such file or directory
htmlobj.h:30:19: qlist.h: No such file or directory
htmlobj.h:31:19: qdict.h: No such file or directory
htmlobj.h:32:22: qstrlist.h: No such file or directory
htmlobj.h:33:20: qarray.h: No such file or directory
htmlobj.h:34:21: qpixmap.h: No such file or directory
htmlobj.h:35:20: qstack.h: No such file or directory
htmlobj.h:36:19: qfont.h: No such file or directory
htmlobj.h:37:20: qtimer.h: No such file or directory
In file included from htmltable.h:48,
from html.cpp:41:
htmlclue.h:28:22: qpainter.h: No such file or directory
htmlclue.h:29:19: qlist.h: No such file or directory
htmlclue.h:30:22: qstrlist.h: No such file or directory
htmlclue.h:31:20: qarray.h: No such file or directory
htmlclue.h:32:21: qpixmap.h: No such file or directory
htmlclue.h:33:20: qstack.h: No such file or directory
htmlclue.h:34:19: qfont.h: No such file or directory
htmlclue.h:35:20: qtimer.h: No such file or directory
In file included from html.cpp:42:
//////////////////////////////////////////////////////////////////////////


======= 2003-04-30 11:09:00 =======
Post by Jason Kingan
Could you post a log of the errors you're receiving? This would help
diagnosing the problem.
Jason Kingan
Century Software
Post by znanth_cn
I downloaded the source code of viewml version 0.22
I ran configure and then make;
but it threw me a lot of errors. It could not find some header files
such as qstring.h
Anybody who has had the same problem?
______________________________________
===================================================================
#############################################################
This message is sent to you because you are subscribed to
To switch to the DIGEST mode, E-mail to
#############################################################
This message is sent to you because you are subscribed to
.
= = = = = = = = = = = = = = = = = = = =


        致
礼!


        zengnan
        ***@sina.com
          2003-05-01






#############################################################
This message is sent to you because you are subscribed to
the mailing list <viewml-***@viewml.com>.
To unsubscribe, E-mail to: <viewml-devel-***@viewml.com>
To switch to the DIGEST mode, E-mail to <viewml-devel-***@viewml.com>
To switch to the INDEX mode, E-mail to <viewml-devel-***@viewml.com>
Send administrative queries to <viewml-devel-***@viewml.com>
zengnan
2003-05-01 01:26:16 UTC
Permalink
below is the error infomation when I make the project, it's only a small part
of the error log.

//////////////////////////////////////////////////////////////////////////
[***@lvserver viewml-0.22]# make
make[1]: Entering directory `/home/znanth/viewml-0.22/src'
if [ ! -s .build_depends ]; then make -f build_depends.mk force-depends; fi
make[2]: Entering directory `/home/znanth/viewml-0.22/src'
Generating dependancies for /home/znanth/viewml-0.22/src...
g++ -M -L/usr/local/include -INONE/include -I. -I../kdecore -I../kimgio -I../kdeui -I../jscript -g --permissive -I/usr/X11R6/include `/usr/bin/libwww-config --cflags` html.cpp htmlchain.cpp htmlclue.cpp htmldata.cpp htmlfont.cpp htmliter.cpp htmltable.cpp htmltoken.cpp jscript.cpp htmlview.cpp htmlframe.cpp htmlobj.cpp debug.cpp htmlform.cpp main.cpp http.cpp http_.cpp ../kdecore/kurl.cpp ../kdeui/kcursor.cpp fltk/qtimer.cpp fltk/qobject.cpp fltk/qpainter.cpp fltk/qdrawutil.cpp fltk/qfont.cpp fltk/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 >> .build_depends
In file included from html.cpp:24:
./kdecore/kurl.h:28:20: config.h: No such file or directory
./kdecore/kurl.h:31:21: qstring.h: No such file or directory
./kdecore/kurl.h:32:22: qstrlist.h: No such file or directory
html.cpp:25:18: kapp.h: No such file or directory
html.cpp:26:23: kcharsets.h: No such file or directory
In file included from html.cpp:41:
htmltable.h:28:22: qpainter.h: No such file or directory
htmltable.h:29:19: qlist.h: No such file or directory
htmltable.h:30:22: qstrlist.h: No such file or directory
htmltable.h:31:20: qarray.h: No such file or directory
htmltable.h:32:21: qpixmap.h: No such file or directory
htmltable.h:33:20: qstack.h: No such file or directory
htmltable.h:34:19: qfont.h: No such file or directory
htmltable.h:35:20: qtimer.h: No such file or directory
In file included from htmltable.h:46,
from html.cpp:41:
htmlfont.h:28:19: qlist.h: No such file or directory
htmlfont.h:29:20: qcolor.h: No such file or directory
htmlfont.h:30:19: qfont.h: No such file or directory
htmlfont.h:31:23: kcharsets.h: No such file or directory
In file included from htmltable.h:47,
from html.cpp:41:
htmlobj.h:29:22: qpainter.h: No such file or directory
htmlobj.h:30:19: qlist.h: No such file or directory
htmlobj.h:31:19: qdict.h: No such file or directory
htmlobj.h:32:22: qstrlist.h: No such file or directory
htmlobj.h:33:20: qarray.h: No such file or directory
htmlobj.h:34:21: qpixmap.h: No such file or directory
htmlobj.h:35:20: qstack.h: No such file or directory
htmlobj.h:36:19: qfont.h: No such file or directory
htmlobj.h:37:20: qtimer.h: No such file or directory
In file included from htmltable.h:48,
from html.cpp:41:
htmlclue.h:28:22: qpainter.h: No such file or directory
htmlclue.h:29:19: qlist.h: No such file or directory
htmlclue.h:30:22: qstrlist.h: No such file or directory
htmlclue.h:31:20: qarray.h: No such file or directory
htmlclue.h:32:21: qpixmap.h: No such file or directory
htmlclue.h:33:20: qstack.h: No such file or directory
htmlclue.h:34:19: qfont.h: No such file or directory
htmlclue.h:35:20: qtimer.h: No such file or directory
In file included from html.cpp:42:
//////////////////////////////////////////////////////////////////////////


======= 2003-04-30 11:09:00 =======
Post by Jason Kingan
Could you post a log of the errors you're receiving? This would help
diagnosing the problem.
Jason Kingan
Century Software
Post by znanth_cn
I downloaded the source code of viewml version 0.22
I ran configure and then make;
but it threw me a lot of errors. It could not find some header files
such as qstring.h
Anybody who has had the same problem?
______________________________________
===================================================================
#############################################################
This message is sent to you because you are subscribed to
To switch to the DIGEST mode, E-mail to
#############################################################
This message is sent to you because you are subscribed to
.
= = = = = = = = = = = = = = = = = = = =


        致
礼!


        zengnan
        ***@sina.com
          2003-05-01






#############################################################
This message is sent to you because you are subscribed to
the mailing list <viewml-***@viewml.com>.
To unsubscribe, E-mail to: <viewml-devel-***@viewml.com>
To switch to the DIGEST mode, E-mail to <viewml-devel-***@viewml.com>
To switch to the INDEX mode, E-mail to <viewml-devel-***@viewml.com>
Send administrative queries to <viewml-devel-***@viewml.com>
Continue reading on narkive:
Loading...