Re: FVWM: libXpm.so.4.11, xpm.h, fvwm2 installation dilemnas etc.

From: Dan Espen <dane_at_mk.telcordia.com>
Date: Thu, 09 Dec 1999 11:18:14 -0500

"Ahmed Aden" <adenbros_at_hotmail.com> writes:
> As someone who is not familiar with the innerworkings of Xwindows, I'm
> trying to understand what all these things have to do with Fvwm, I'll
> include the full path on my machine for stuff so as not to confuse anyone:
>
> 1). /usr/local/X11/include/X11/xpm.h
> 2). /usr/local/X11/lib/libXpm.so.4.11
> 3). /usr/include/X11/bitmaps
>
> Additionally, here is how I tried to compile it, and this is the output it
> gave me. It choked when it looked for a C++ compiler, so that is why I opted
> to remove the search for it. The other stuff is just futile attempts to try
> to get it to look for the libs/xpms (I don't know what I'm talking about:>).
> I've included all the output of the config in an attempt to give you the
> most information possible. I thought libXpm.so.4.11/xpm.h would be all I
> needed, but apparently I'm doing something wrong. Also, would the
> ModulePath be the directory that contains FvwmPager/, FvwmBanner/,
> FvwmAnimate/ etc.?

Yes, thats what the ModulePath is.

> Lastly, IconPath and PixmapPath are needed in the .fvwm2rc file, I don't
> have a clue where to find these, any documentation on these fundamental
> concepts would be greatly appreciated. After having used fvwm2 at another
> company for 5 mos. I think it's worth this week of frustration. Thanks!

IconPath and PixMap path point to where you've put your icons.
You can point it right into the fvwm icons directory, but it would make
more sense to download our icons from our web site, and put them some
place like /usr/local/etc/icons.

> (aaden)bart:~/fvwm2/fvwm-2.2.4$ LDFLAGS=-R/usr/local/X11/include/X11
> ./configure --without-cxx
> --with-xpm-library=/usr/local/X11/include/X11/xpm.h
> --with-xpm-includes=/usr/local/X11/include/X11/xpm.h

You need backslashes on these lines, I assume you had them and just
cut this up for email purposes. You don't point right to the files,
just the directories they are in:

--with-xpm-library=/usr/local/X11/lib
--with-xpm-includes=/usr/local/X11/include

For LDFLAGS, you need to export where the libraries are:

export LDFLAGS=-R/usr/local/X11/lib
                                ^^^
--
Dan Espen
444 Hoes Lane  Room RRC 1C-214           E-mail: dane_at_mk.telcordia.com
Piscataway, NJ 08854                     Phone: (732) 699-5570
--
Visit the official FVWM web page at <URL: http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_fvwm.org.
To report problems, send mail to fvwm-owner_at_fvwm.org.
Received on Thu Dec 09 1999 - 10:19:27 GMT

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