Discussion:
Compiling ViewML
s***@sohu.com
2003-03-13 03:02:52 UTC
Permalink
Hi all,
I am a fresh_man of the ViewML . May need some basic HELP. Thanks :)

Now when I compiled the project ViewML with the FLTK 1.0.11 , I met a problem that indicted
there were lots of "undefined reference to ..." in some cpp or h files. But I can find the every defined functions in the files .
I still build in the old manner . Don't use the configure way because I don't know how to use it.

Could you do me a favour? Could you give me any suggestion ?

Best Regards,
Qiyan



#############################################################
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-03-14 01:12:25 UTC
Permalink
Well, using the old build system isn't going to work very well. You really
need to use configure to get everything working.

configure is very simple. For your build, just run:

bash$ ./configure --with-fltk=/home/user/fltk-1.0.11/ --with-x

Let that run, then just run make from the top level. That's all there is too
it. For a Microwindows build, just use:

bash$ ./configure --with-fltk=/home/usr/flnx \
--with-microwin=/home/usr/microwin-0.89/src

Hope this helps,
Jason Kingan
Century Software
Post by s***@sohu.com
Hi all,
I am a fresh_man of the ViewML . May need some basic HELP. Thanks :)
Now when I compiled the project ViewML with the FLTK 1.0.11 , I met a
problem that indicted there were lots of "undefined reference to ..." in
some cpp or h files. But I can find the every defined functions in the
files . I still build in the old manner . Don't use the configure way
because I don't know how to use it.
Could you do me a favour? Could you give me any suggestion ?
Best Regards,
Qiyan
#############################################################
This message is sent to you because you are subscribed 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>
Loading...