[haiku-development] libintl.h header missing in Haiku distribution, but is in source tree
- From: Shane Moore <shanem@xxxxxxxxxxxxxxxxxxxx>
- To: haiku-development@xxxxxxxxxxxxx
- Date: Wed, 25 Feb 2009 18:14:11 +1100
I think this issue is similar to what scott mc had with the ncurses panel.h,
Basically, I was trying to configure something, (with a 'configure'
script), which died because it couldn't find libintl.h
I could not find the file libintl.h anywhere within the file system in
th 98Meg image for build 29302 (Feb 24).
I used the http://haiku.it.su.se site to search for the file in the
repository. There are 4 files with that name, the most likely candidate
being being the one in src/system/libroot/posix/glibc/intl/
Since from what I can deduce, the files of that directory seem to be
compiled into forming libroot.so, which IS on the Haiku image in the
/boot/beos/system/lib folder. Perhaps the headers of that directory
should go into some place such as /boot/beos/system/include or
something? Or am I just adding unnecessary work for someone?
The only other option I suppose I have is to try to compile myself the
package that it is from, but I'd rather not do this if it results in
referencing a conflicting library.
scott mc wrote:
I'm looking through the list of trac tickets I posted and found this one:
http://dev.haiku-os.org/ticket/3345
All it needs to to have panel.h put into the tree, I've attached the
file to the trac ticket. I don't yet have svn access or I'd put it
there myself.
-scottmc
Other related posts:
- » [haiku-development] libintl.h header missing in Haiku distribution, but is in source tree - Shane Moore