Am 12.05.2009 17:22 Uhr schrieb "science0.delphin" unter
<[email protected]>:
> Please file enclosed a compressed archive including some log files related to
> my matter in installing FLTK on my computer properly.
Looking at your log files, it seems that FLTK has built correctly. Using
"sudo make install" will install it in the system.
> The current version of FLTK that I used primarily is referred as 1.3.x ; the
> computer is an Intel-x86-based APPLE Macintosh (core 2Duo), with the GNU gcc
> compiler part of Mac OS-X Leopard (v. 10.5.6). In fact, it seems that the
> libraries are build correctly (but some warnings : "has no symbols" ; please
> look at the log files).
That is normal. This is a warning tat is only given by an Apple specific
tool that we can't do much about.
> A short note here : when I retains only the instruction code Fl_Winodow
> *window ;, then the building of Hello is correct. Next, when I put : window =
> new Window etc., the compilation/link failed.
In "C", you assign a value using ":=", not "=", which is used in comparison
operations. Please fix that typo and your compile will work.
> Besides, for FLTK 1.2.x, the building/installation with configure failed ; the
> message is that fluid2 is not found.
There is no version 1.2. You are referring to 2.1 which is experimental and
not thoroughly supported.
I hope that my suggestions will fix any issues and clarify a little bit the
misteries around FLTK versioning.
Matthias
PS: oh, and please use the general fltk newsgroup. Fltk-bugs is reseved for
our bug tracking system.
_______________________________________________
fltk-bugs mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-bugs