[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [dev-serveez] Re: [bug-serveez] bugs
From: |
Stefan Jahn |
Subject: |
Re: [dev-serveez] Re: [bug-serveez] bugs |
Date: |
Mon, 10 Oct 2005 09:49:44 +0200 (CEST) |
User-agent: |
SquirrelMail/1.4.5 |
On Do, 6.10.2005, 22:20, Raimund 'Raimi' Jacob wrote:
hellO!
>> i fixed the problem releted to crypt.h it ok thank u very match.
>>
>> i compile serveez file myself and it gives me this error :
>>
>> c:\serveez\package\guile-1.7.1\include\libguile\threads-plugin.h(24) :
>> fatal error C1083: Cannot open include file: 'pthread.h': No such file
>> or directory
>> Generating Code...
>> Error executing cl.exe.
>>
>> serveez.exe - 4 error(s), 0 warning(s)
>> please can u tell me where i can get 'pthread.h'
>
> pthread.h belongs to POSIX threads. i dont know which package you can
> get them from. serveez itself does not need threads, but guile might
> need them. use the other guile package from stefan's page (which one did
> you use?) or try to disable thread support in guile.
I think I took the implementation from
<http://sourceware.org/pthreads-win32/>.
You can easily install this yourself. Then you hopefully have all the
pieces together :-)
Good luck, Stefan.