Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Jun 1999 15:30:46 +0200
From:      Ladavac Marino <mladavac@metropolitan.at>
To:        'Chris McCulloh' <dci@ct1.webquill.com>, dwhite@resnet.uoregon.edu
Cc:        freebsd-questions@freebsd.org
Subject:   RE: Compilation Problems
Message-ID:  <55586E7391ACD211B9730000C110027617965F@r-lmh-wi-100.corpnet.at>

next in thread | raw e-mail | index | archive | help
> -----Original Message-----
> From:	Chris McCulloh [SMTP:dci@ct1.webquill.com]
> Sent:	Friday, June 11, 1999 3:14 PM
> To:	dwhite@resnet.uoregon.edu
> Cc:	freebsd-questions@freebsd.org
> Subject:	Re: Compilation Problems
> 
> 
> I appreciate the quick response, however as I said in the original
> post, the files themselves are not the problem -- they are already
> there.  But not to make a complete fool out of myself, I went ahead
> yesterday and installed the Xprog distrib using sysinstall.  It
> installed correctly, and sure enough when I tried to compile anything
> using the X includes, the same problem appears.  I get the message
> about the file not being there, despite the fact that I'm sure it is.
> 
> What could the problem be?
> 
	[ML]  Your include path being only -I/usr/X11R6/include/X11.
Try to add -I/usr/X11R6/include because the 
	#include
	directive looks for X11/mumble.h, and there is no
/usr/X11R6/include/X11/X11/mumble.h

	OTOH, it may happen that X11R6/include does not have X11
underneath: add a symlink called X11 to current directory.

	Unfortunately, imake does not always get it right, especially on
commercial systems, and then developers work around it in Imakefile
which breaks it for the system where imake would have gotten it right
(e.g. FreeBSD).

	/Marino
> Thanks
> Chris
> 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?55586E7391ACD211B9730000C110027617965F>