Mailinglist Archive: opensuse-packaging (192 mails)
| < Previous | Next > |
[opensuse-packaging] Some headers not found
- From: Ilya Chernykh <neptunia@xxxxxxx>
- Date: Mon, 4 Apr 2011 21:33:01 +0400
- Message-id: <201104042133.01344.neptunia@mail.ru>
Hi!
I have a package that uses cmake. It uses SDL, Ogre and other libraries. But
when compiling it cannot find libraries which are located not in the main
include dir (/usr/include), but one or two levels deeper, i.e.
in /usr/include/SDL, /usr/include/OGRE, /usr/include/OGRE/Terrain .
I was able to add explicit links to some headers, but when a header located
in /usr/include/OGRE/Terrain calls another header in the same directory I do
not know what to do. Is there a more simple way to make the compiler to know
where to search for headers?
--
To unsubscribe, e-mail: opensuse-packaging+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-packaging+help@xxxxxxxxxxxx
I have a package that uses cmake. It uses SDL, Ogre and other libraries. But
when compiling it cannot find libraries which are located not in the main
include dir (/usr/include), but one or two levels deeper, i.e.
in /usr/include/SDL, /usr/include/OGRE, /usr/include/OGRE/Terrain .
I was able to add explicit links to some headers, but when a header located
in /usr/include/OGRE/Terrain calls another header in the same directory I do
not know what to do. Is there a more simple way to make the compiler to know
where to search for headers?
--
To unsubscribe, e-mail: opensuse-packaging+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-packaging+help@xxxxxxxxxxxx
| < Previous | Next > |