pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

RE: x11/efltk



> > Anyone know the last time that eFLTK successfully built from pkgsrc?
> > Most recent I have is 2.0.5nb1, from back when I was still using
> NetBSD
> > 2.1.
> 
> Anyone?  Nobody out there using EDE?

OK, so I'm taking a stab at fixing this by updating the package to 2.0.8, 
hoping the compilation errors would have been resolved.  It appears they have, 
but there are link errors (at least on NB/i386 5).  These are always harder for 
me to figure out.

Compiling function_panel.cpp...
Compiling coding_style.cpp...
Compiling coding_style_func.cpp...
Linking efluid...
c++ -o /usr/pkgsrc/x11/efltk/work.i386/efltk/bin/efluid Fl_Function_Type.o 
Fl_Menu_Type.o Fl_Group_Type.o Fl_Widget_Type.o Fl_Type.o Fl_Window_Type.o 
Fluid_Image.o Fluid_Plugins.o code.o factory.o file.o fluid.o about_panel.o 
widget_panel.o alignment_panel.o function_panel.o coding_style.o 
coding_style_func.o  
/usr/pkgsrc/x11/efltk/work.i386/efltk/lib/libefltk_images.so.2.0 -ljpeg -lpng 
-lz -L/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib 
-L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -L/usr/X11R7/lib 
/usr/pkgsrc/x11/efltk/work.i386/efltk/lib/libefltk.so.2.0  -lX11 -lXext -lm 
-L/usr/pkg/lib -lXft -lX11 -L/usr/pkg/lib -lfreetype -lz -Wl,-R/usr/pkg/lib 
-L/usr/pkg/lib -lfontconfig -Wl,-R/usr/pkg/lib -Wl,-R/usr/X11R6/lib 
-L/usr/pkg/lib -L/usr/X11R6/lib -lXrender -lX11 -liconv
ld: cannot find -lefltk_images
gmake[2]: *** [efluid] Error 1
gmake[2]: Leaving directory `/usr/pkgsrc/x11/efltk/work.i386/efltk/tools/efluid'

Since the library is explicitly given with full path, and I don't see 
-leflk_images at all, I don't understand why it is complaining here.

Thanks,
Tim


Home | Main Index | Thread Index | Old Index