[Bug 1745] Build failure in xc/lib/dpstk/

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Nov 1 08:18:03 PST 2004


Please do not reply to this email: if you want to comment on the bug, go to          
the URL shown below and enter yourcomments there.   
 
https://freedesktop.org/bugzilla/show_bug.cgi?id=1745        
   




------- Additional Comments From alan.coopersmith at sun.com  2004-11-01 08:18 -------
Because all other libraries already include $(LDPRELIB) in the appropriate spot
via the defines in sunLib.tmpl, which get used via the REQUIRED_LIBS flag.   The
problem here seems to be that you're compiling two libraries in a single Imakefile
with different sets of REQUIRED_LIBS so you have to take care of this yourself.

If you wanted to make it a little more like other libraries, you could stick 
lines in all the *Lib.tmpl files like this:
#define SharedDPSTkXmReqs $(LDPRELIB) $(MOTIFLIB) $(DPSTKLIB) $(PSRESLIB)
and then use SharedDPSTkXmReqs in the SharedDepLibraryTarget call

If you wanted to make it exactly like other libraries, you'ld move it into it's
own directory (either lib/dpstkxm or lib/dpstk/motif) where it could have a 
standard standalone library Imakefile instead of trying to munge two libraries
into one Imakefile.        
   
   
--         
Configure bugmail: https://freedesktop.org/bugzilla/userprefs.cgi?tab=email       
   
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


More information about the xorg-bugzilla-noise mailing list