Re: trouble remain``````

"wjj_external" <[email protected]> Wed, 23 Oct 2002 13:11:29 +0800
Newsgroups gmane.comp.web.viewml.devel
Message-ID <[email protected]>
In my point of view, microwindow is necessary. And microwindow can be run under X-windows.
You should "configure" and "make" fltk first, or the config.h will not be created, "config.h" is created after you "configure" fltk, and libfltk.a which is created by "make" of fltk is needed when viewml link executable file.

In a word, before install viewml, install microwindow and fltk first!
!


----- Original Message ----- 
From: "luqiang" <[email protected]>
To: "ViewML development list" <[email protected]>
Sent: Tuesday, October 22, 2002 5:10 PM
Subject: trouble remain``````


viewml-devel,

I have tried, but```````

1. I can only find fltk-1.0.11
   I login as root.
   I un-tared it in the folder /root/fltk  (folders such as FL,lib and other files are in it)
  
2. I want to  work on X-windows ,so I have not installed Microwindows.
3. I use command in the top folder of viewml-0.21:
      ./configure --with-fltk=/root/fltk
4. when I "make all"
   It echo the same error
   But kurl.h do is in  "kdecore" folder~~```
   
*********************************************************
*********************************************************
[root@localhost nomadlu]# cd viewml-0.21

[root@localhost viewml-0.21]# ls

ChangeLog config.status CVS kdecore kimgio makeinclude.in

config.cache config.sub INSTALL kdeui Makefile README

config.guess configure install-sh kfile Makefile.in src

config.log configure.in jscript kfmlib makeinclude TODO

[root@localhost viewml-0.21]# ./configure --with-fltk=/usr/local/include/FL

loading cache ./config.cache

checking host system type... i686-pc-linux-gnu

checking target system type... i686-pc-linux-gnu

checking build system type... i686-pc-linux-gnu

checking cached host tuple... ok
Configuring for i686-pc-linux-gnu

checking for gcc... (cached) gcc
checking for g++... (cached) g++

checking for ld... (cached) ld

checking for ar... (cached) ar

checking for ranlib... (cached) ranlib

checking for gcc... (cached) gcc

checking whether the C compiler (gcc ) works... yes

checking whether the C compiler (gcc ) is a cross-compiler... no

checking whether we are using GNU C... (cached) yes

checking whether gcc accepts -g... (cached) yes
checking for c++... (cached) g++

checking whether the C++ compiler (g++ ) works... yes

checking whether the C++ compiler (g++ ) is a cross-compiler... no

checking whether we are using GNU C++... (cached) yes

checking whether g++ accepts -g... (cached) yes

checking whether mipsel-linux-g++ requires --permissive... yes

Grabbing FLTK from /usr/local/include/FL...

checking how to run the C++ preprocessor... (cached) g++ -E

checking for X... (cached) libraries /usr/X11R6/lib, headers /usr/X11R6/include

Building with X11...

checking for dnet_ntoa in -ldnet... (cached) no

checking for dnet_ntoa in -ldnet_stub... (cached) no

[root@localhost viewml-0.21]# ./configure --with-fltk=/usr/local/include/FL

creating cache ./config.cache

checking host system type... i686-pc-linux-gnu

checking target system type... i686-pc-linux-gnu

checking build system type... i686-pc-linux-gnu

checking cached host tuple... ok

Configuring for i686-pc-linux-gnu

checking for gcc... gcc
checking for g++... g++

checking for ld... ld
checking for ar... ar

checking for ranlib... ranlib

checking for gcc... (cached) gcc

checking whether the C compiler (gcc ) works... yes

checking whether the C compiler (gcc ) is a cross-compiler... no

checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes

checking for c++... (cached) g++

checking whether the C++ compiler (g++ ) works... yes

checking whether the C++ compiler (g++ ) is a cross-compiler... no

checking whether we are using GNU C++... yes

checking whether g++ accepts -g... yes

checking whether mipsel-linux-g++ requires --permissive... yes

Grabbing FLTK from /usr/local/include/FL...

checking how to run the C++ preprocessor... g++ -E

checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include

Building with X11...

checking for dnet_ntoa in -ldnet... no

checking for dnet_ntoa in -ldnet_stub... no
checking for gethostbyname... yes

checking for connect... yes
checking for remove... yes
checking for shmat... yes

checking for IceConnectionNumber in -lICE... yes

checking whether make sets ${MAKE}... yes

updating cache ./config.cache
creating ./config.status

creating Makefile

creating makeinclude

[root@localhost viewml-0.21]# make all

make[1]: Entering directory `/nomadlu/viewml-0.21/src'

if [ ! -s .build_depends ]; then make -f build_depends.mk force-depends; fi

make[2]: Entering directory `/nomadlu/viewml-0.21/src'

Generating dependancies for /nomadlu/viewml-0.21/src...

g++ -M -L/include -INONE/include -I. -I../kdecore -I../kimgio -I../kdeui -I../jscript -I/usr/local/include/FL -I/usr/local/include/FL/FL -I./fltk -g --permissive -I/usr/X11R6/include `/usr/local/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

In file included from htmlclue.cpp:24:

/kdecore/kurl.h:28:20: config.h: No such file or directory

htmldata.cpp:25:20: config.h: No such file or directory

In file included from htmlobj.h:43,

                 from htmliter.cpp:20:

/kdecore/kurl.h:28:20: config.h: No such file or directory

In file included from htmltable.cpp:24:

/kdecore/kurl.h:28:20: config.h: No such file or directory

htmltoken.cpp:27:20: config.h: No such file or directory

In file included from html.h:39,

                 from jscript.h:52,

                 from htmltoken.h:35,

                 from htmltoken.cpp:30:
/kdecore/kurl.h:28:20: config.h: No such file or directory

In file included from html.h:39,

                 from jscript.h:52,

                 from jscript.cpp:23:
/kdecore/kurl.h:28:20: config.h: No such file or directory

In file included from html.h:39,

                 from htmlview.h:32,

                 from htmlview.cpp:27:

/kdecore/kurl.h:28:20: config.h: No such file or directory
In file included from html.h:39,

                 from htmlframe.cpp:21:
/kdecore/kurl.h:28:20: config.h: No such file or directory

In file included from htmlobj.cpp:24:

/kdecore/kurl.h:28:20: config.h: No such file or directory
In file included from html.h:39,

                 from debug.cpp:22:

/kdecore/kurl.h:28:20: config.h: No such file or directory
I
n file included from htmlobj.h:43,

                 from htmlform.h:37,

                 from htmlform.cpp:35:
 
 
  
     

  

        luqiang
        [email protected]
          2002-10-22



#############################################################
This message is sent to you because you are subscribed to
  the mailing list <[email protected]>.
To unsubscribe, E-mail to: <[email protected]>
To switch to the DIGEST mode, E-mail to <[email protected]>
To switch to the INDEX mode, E-mail to <[email protected]>
Send administrative queries to  <[email protected]>

	 
#############################################################
This message is sent to you because you are subscribed to
  the mailing list <[email protected]>.
To unsubscribe, E-mail to: <[email protected]>
To switch to the DIGEST mode, E-mail to <[email protected]>
To switch to the INDEX mode, E-mail to <[email protected]>
Send administrative queries to  <[email protected]>