[hipl-users] Re: HIPL+ ubuntu

  • From: Dongsu Park <dpark1978@xxxxxxxxx>
  • To: hipl-users@xxxxxxxxxxxxx
  • Date: Tue, 10 Jun 2008 12:13:39 +0200

Hi,

so you mean, you added the 3 lines at the end of stdio-lock.h. That's a
wrong way, which changes nothing.

Do like this:
First, go to the 24th line in /usr/include/bits/stdio-lock.h, where
"#include <lowlevellock.h>" is located.
Second, disable the include line, either by commenting it out or by
embracing with "#if 0" and "#endif". You could just remove the line, too.
Third, try compiling hipl again.

Dongsu

Lina wrote:
Hi all,

I try to install HIPL under ubuntu 7.4
I used those links

http://hipl.hiit.fi/hipl/release/latest/deb/i386/
http://hipl.hiit.fi/hipl/release/latest/deb/i386/hipl-1.0-3-deb-src/

And when i type ./configure&& make install

I get this:

In file included from /usr/include/libio.h:171,                 from 
/usr/include/stdio.h:72,                 from /usr/include/resolv.h:64,         
        from getaddrinfo.c:53:/usr/include/bits/stdio-lock.h:24:26: error: 
lowlevellock.h: No such file or directorygetaddrinfo.c: In function 
'gethosts_hit':getaddrinfo.c:484: warning: assignment from incompatible pointer 
typegetaddrinfo.c:496: warning: passing argument 2 of 'opendht_get_key' 
discards qualifiers from pointer target typemake[2]: *** [getaddrinfo.lo] Error 
1

I found a topic in the list speaking about that, i added


#if 0
#include <lowlevellock.h>
#endif in /usr/include/bits/stdio-lock.h
like that:
....
# define _IO_release_lock(_fp) ; } while (0)

#endif
#if 0
#include <lowlevellock.h>
#endif
#endif /* bits/stdio-lock.h */

But I still have the same problem.
Do any one have any idea???
Thanks in advance.



_________________________________________________________________
Faites vous de nouveaux amis grâce à l'annuaire des profils Messenger !
http://home.services.spaces.live.com/search/?page=searchresults&ss=true&FormId=AdvPeopleSearch&form=SPXFRM&tp=3&sc=2&pg=0&Search.DisplayName=Nom+public&search.gender=&search.age=&Search.FirstName=Pr%C3%A9nom&Search.LastName=Nom&search.location=Lieu&search.occupation=Profession&search.interests=amis&submit=Rechercher


Other related posts: