[opensuse-factory] /usr/include/ files.h not found
Hey Group; I am seeing a strange problem while trying to compile a program. That is the headers in /usr/include are not being seen by the source #include <file.h> when requested. Trouble is, file.h is there and seems correct. Two files that are not found are semaphore.h and features.h. A "less" of them reflect normal files and permissions are root.root and 644. What might cause /usr/include not to be scene by the source. The source is a autogen.sh, aclocal, autoconf, automake, configure and make source and not a cmake or gmake. -- 73 de Donn Washburn 307 Savoy Street Email:" n5xwb@comcast.net " Sugar Land, TX 77478 LL# 1.281.242.3256 Ham Callsign N5XWB HAMs : " n5xwb@arrl.net " VoIP via Gizmo: bmw_87kbike / via Skype: n5xwbg BMW MOA #: 4146 - Ambassador " http://counter.li.org " #279316 -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
On Tue, 06 Apr 2010 12:35:56 -0500, Donn Washburn <n5xwb@comcast.net> wrote:
What might cause /usr/include not to be seen by the source.
We'd need to see the complete commandline of the call to gcc in order to be able to tell more. For these cases I've defined myself a small shell function: mk() { make "$@" 2>&1 | tee mlog; } So I just exchange mk for make and get full logging in mlog. Philipp -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
participants (2)
-
Donn Washburn
-
Philipp Thomas