On 12 Nov 2012, at 19:07, Edzard Egberts wrote:

> Ian MacArthur schrieb:
>> Here's a thing; I've been using the 1.1.x svn, are you? Or are you
>> using the last tarball? I just wonder of maybe the svn has had some
>> minor tweaks subsequently, that fix the configure or something?
> 
> Yes, the svn builds all libraries, also fluid and test apps execute.
> 
> But there is a problem of thread configuration:
> 
> One of my apps started after a clean built, the other app tells about 
> "undefined reference to 'Fl::lock()", "undefined reference to 
> 'Fl::unlock()". Okay, maybe I should enable threads, but there is no 
> ./configure? I started svn just by "make"...


Ah, yes; a fresh checkout from svn will not have the configure script in place, 
since it is generated for the build.

You can create it by running autoconf, which will generate the configure 
scripts, etc.

Or, if you run make, then it should also trigger the creation of the configure 
scripts, so once the build starts you should be able to ctrl-c and then go back 
and run configure "properly" to enable xft and threads...



_______________________________________________
fltk mailing list
fltk@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to