Re: FVWM: PixmapPath problem

From: Charles Hines <>
Date: Fri, 24 May 1996 16:39:00 -0400

>>>>> "Ludvig" == Ludvig A Norin <no_at_ludd.luth.se> writes:

Ludvig> So, now I am tired, and probably just doesn't see what's really wrong,
Ludvig> but anyways;

Ludvig> I just compiled and installed pl42 (prev. ver was 40). At
Ludvig> startup I get a complaint:

Ludvig> [FVWM][executeModule]: <<ERROR>> No such module /usr/local/lib/X11/fvwmModules/ PixmapPath

Ludvig> Now, I have the correct paths, in ModulePath, IconPath and
Ludvig> PixmapPath. I also have the correct paths compiled into fvwm.

Ludvig> I have found no way pass this problem, but as .42 has been
Ludvig> around for a while, I understand this is not an ordinary
Ludvig> bug. However, I found one letter on the subject at the
Ludvig> mailinglist archive, but no responses.

Ludvig> I would, of course, appriciate any help on this, as it's just
Ludvig> so boring not having those colorful icons to watch :)

I really wish I would remember to put the patch for this on the web
page....

I messed up in Fvwm.tmpl when I added the FvwmCompilerFlags define.

Apply the attached patch, and that should fix it (plus one other
little problem).

Chuck

======================================================================
diff -u ../fvwm-2.0.42/Fvwm.tmpl ./Fvwm.tmpl
--- ../fvwm-2.0.42/Fvwm.tmpl Mon Apr 8 10:59:50 1996
+++ ./Fvwm.tmpl Thu Apr 25 09:36:16 1996
_at_@ -249,7 +249,9 @@
         CC = FvwmCompiler
 #endif
 #ifdef FvwmCompilerFlags
- CFLAGS = FvwmCompilerFlags
+XCOMM CFLAGS = FvwmCompilerFlags
+XCOMM CCOPTIONS = FvwmCompilerFlags
+ CDEBUGFLAGS = FvwmCompilerFlags
 #endif

 #ifdef FvwmBinDir
_at_@ -301,7 +303,8 @@
 #endif /* HPArchitecture */
 #endif /* AlphaArchitecture */

- FVWM_LIBS = -L$(FVWM_SRCDIR)/libs -l$(LIB) $(XPM_LIBRARIES) $(KLUDGE_LIBS)
+XCOMM FVWM_LIBS = -L$(FVWM_SRCDIR)/libs -l$(LIB) $(XPM_LIBRARIES) $(KLUDGE_LIBS)
+ FVWM_LIBS = $(FVWM_SRCDIR)/libs/lib$(LIB).a $(XPM_LIBRARIES) $(KLUDGE_LIBS)
 FVWM_DEPLIB = $(FVWM_SRCDIR)/libs/lib$(LIB).a

     DEFINES = $(OPTION_DEFINES) $(XPM_DEFINES) $(AUDIO_DEFINES)
======================================================================
--
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 Fri May 24 1996 - 17:41:11 BST

This archive was generated by hypermail 2.3.0 : Mon Aug 29 2016 - 19:37:59 BST