Re: FVWM: FvwmButton bug ???? (now Fvwm.tmpl Bugs)

From: Albrecht Kadlec <albrecht_at_auto.tuwien.ac.at>
Date: Wed, 22 Jan 97 00:27:20 +0100

diff -u -r1.1 Fvwm.tmpl
--- 1.1 1997/01/21 20:01:00
+++ Fvwm.tmpl 1997/01/21 22:25:30
_at_@ -466,7 +466,7 @@
                                                                        _at_@\
 program: $(OBJS) $(DEPLIBS) _at_@\
        RemoveTargetProgram($_at_) @@\
- $(CC) -o $_at_ $(OBJS) $(LDOPTIONS) $(LOCAL_LIBRARIES) $(LDLIBS) $(EXTRA_LOAD_FLAGS) @@\
+ $(CCLINK) -o $_at_ $(OBJS) $(LDOPTIONS) $(LOCAL_LIBRARIES) $(LDLIBS) $(EXTRA_LOAD_FLAGS) @@\
                                                                        _at_@\
 InstallProgram(program,$(FVWMDIR)) _at_@\
 InstallManPage(program,$(MANDIR)) _at_@\
_at_@ -491,7 +491,7 @@
                                                                        _at_@\
 program: $(OBJS) $(DEPLIBS) _at_@\
        RemoveTargetProgram($_at_) @@\
- $(CC) -o $_at_ $(OBJS) $(LDOPTIONS) $(LOCAL_LIBRARIES) $(LDLIBS) $(EXTRA_LOAD_FLAGS) @@\
+ $(CCLINK) -o $_at_ $(OBJS) $(LDOPTIONS) $(LOCAL_LIBRARIES) $(LDLIBS) $(EXTRA_LOAD_FLAGS) @@\
                                                                        _at_@\
 InstallProgram(program,$(FVWMBINDIR)) _at_@\
 InstallManPage(program,$(MANDIR)) _at_@\
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^


I install fvwm2 under my home dir.

I need the following diffs to Fvwm.tmpl:



0:18 einstein:~/bin/tools/44/fvwm-2.0.44> diff Fvwm.tmpl ../../fvwm-2.0.45-almos
t/
67c67
< #define HasXpm YES /* NO */
---
> #define HasXpm YES     /* NO */
69a70
> #define XpmLibs -L/XTech/lib/X11
280a282
> #define FvwmBinDir /net/einstein/home/einstein/albrecht/bin
283a286
> #define FvwmDir /net/einstein/home/einstein/albrecht/bin/Fvwm
286a290
> #define FvwmLibDir /net/einstein/home/einstein/albrecht/bin/lib
this is ok.
289c293
< /* #define FvwmManPath /usr/local/X11R6/man */
---
> /* #define FvwmManDir /usr/local/X11R6/man */
291a296,297
> #define FvwmManDir /net/einstein/home/einstein/albrecht/bin/tools/man/mann
> #define FvwmManSuffix 1
377,378c383,384
< #ifdef FvwmManPath
<         MANPATH = FvwmManPath
---
> #ifdef FvwmManDir
>         MANDIR = FvwmManDir
This is not, I guess.
Make tries to install the man pages to obscure locations, but not to the
one I specified.
cause:
The man pages are installed under MANDIR (see last line of above patch from
Randall S. Winchester)
so _this_ should be changed instead of MANPATH (which is the search path,
with different directories, not the man-page install directory)
albrecht
-- 
When we came back from the war the banners and Flags hung on everyones door
We danced and we sang in the street and the church bells rang
But burning in my heart my memory smoulders on
Of the gunners dying words on the intercom	-- Pink Floyd, "A Hero's Return"
--
Visit the official FVWM web page at <URL:http://www.hpc.uh.edu/fvwm/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_hpc.uh.edu.
To report problems, send mail to fvwm-owner_at_hpc.uh.edu.
Received on Tue Jan 21 1997 - 17:28:12 GMT

This archive was generated by hypermail 2.3.0 : Mon Aug 29 2016 - 19:38:00 BST