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

lesstifg-dev problems



I have just recently upgraded to lesstifg and lesstifg-dev to recompile a
package I maintain using libc6 stuff. After installing the newest
versions, 
pn  lesstif         <none>         (no description available)
pn  lesstif-altdbg  <none>         (no description available)
pn  lesstif-altdev  <none>         (no description available)
pn  lesstif-bin     <none>         (no description available)
un  lesstif-dbg     <none>         (no description available)
un  lesstif-dev     <none>         (no description available)
ii  lesstifg        0.81-2         OSF/Motif implementation released under  LGPL
pn  lesstifg-dbg    <none>         (no description available)
ii  lesstifg-dev    0.81-2         Development library and header files

the make seems to fail when looking for Xm.h:

make[2]: Entering directory `/home/telmerco/debian/plan/plan-1.6.1/src'
gcc -s -D_GNU_SOURCE -DNOLOCK -DLINUX -DRABBITS   -c main.c
main.c:39: Xm/Xm.h: No such file or directory
main.c:40: Xm/Text.h: No such file or directory

It worked fine with the previous version. Any ideas? Any help is
gratefully appreciated. Here is the relevant part of main.c (third and
fourth last lines):

#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include <fcntl.h>
#include <pwd.h>
#ifndef VARARGS
#include <stdarg.h>
#endif
#ifndef MIPS
#include <unistd.h>
#include <stdlib.h>
#endif
#include <ctype.h>
#include <signal.h>
#include <string.h>
#include <sys/types.h>
#include <X11/StringDefs.h>
#include <Xm/Xm.h>
#include <Xm/Text.h>
#include "cal.h"
#include "version.h"



--
Colin Telmer, Institute of Intergovernmental Relations
School of Policy Studies Building, Room 309, Queen's University
Kingston, Ontario, Canada, K7L-3N6 (613)545-6000x4219   
<mailto:telmerco@qed.econ.queensu.ca>
<http://terrapin.econ.queensu.ca>


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-user-request@lists.debian.org . 
Trouble?  e-mail to templin@bucknell.edu .


Reply to: