The short answer is that 3.4 has not been mainted wrt. to making it
compileable under windows so unless you're able to fix the code
yourself, you're out of luck.

If you feel brave, I've made binaries of AOLServer 4 beta (and some
other goodies) available here:
http://acs-misc.sourceforge.net/ns_rel_beta2.html. You can also download
the sources and they should compile out-of-the box on windows.

You have to be brave because this code is not stable, I'm fixing the
issues as I encounter them (e.g., I just found one bug today that I
haven't yet incorporated into this release).


> -----Original Message-----
> From: AOLserver Discussion
> [mailto:[EMAIL PROTECTED]] On Behalf Of Ariel E. Carn�
> Sent: Wednesday, July 11, 2001 10:31 PM
> To: [EMAIL PROTECTED]
> Subject: [AOLSERVER] Problems compiling AOLSrv 3.4 in Win2000
> - (tcl8x.c missing in 3.4 distribution)
>
>
> Hi to everyone!
> I'm compiling AOLServer 3.4 on Win2000, after read a message
> from Kris Rehberg indicating that the file "tcl8x.c" was
> moved to "tcl8.3.2/generic/nsthreads.c" and in consequence is
> neccesary to change the win32 project to reflect this.
>
> Then I changed the project. I added the file "nsthreads.c" to
> the group files "nsthread" under the folder "Source files".
> After do it, when I try to compile all the project I get this error
> messages:
>
> ..\..\tcl8.3.2\generic\nsthreads.c(118) : warning C4273:
> 'Tcl_CreateThread'
> : inconsistent dll linkage.  dllexport assumed.
> ..\..\tcl8.3.2\generic\nsthreads.c(222) : warning C4273:
> 'TclpThreadExit' : inconsistent dll linkage.  dllexport assumed.
> ..\..\tcl8.3.2\generic\nsthreads.c(272) : warning C4273:
> 'Tcl_GetCurrentThread' : inconsistent dll linkage.  dllexport assumed.
> ..\..\tcl8.3.2\generic\nsthreads.c(300) : warning C4273:
> 'TclpInitLock' : inconsistent dll linkage.  dllexport assumed.
> ..\..\tcl8.3.2\generic\nsthreads.c(324) : warning C4273:
> 'TclpInitUnlock' : inconsistent dll linkage.  dllexport assumed.
> ..\..\tcl8.3.2\generic\nsthreads.c(347) : warning C4273:
> 'TclpMasterLock' : inconsistent dll linkage.  dllexport assumed.
> ..\..\tcl8.3.2\generic\nsthreads.c(371) : warning C4273:
> 'TclpMasterUnlock'
> : inconsistent dll linkage.  dllexport assumed.
> ..\..\tcl8.3.2\generic\nsthreads.c(397) : warning C4273:
> 'Tcl_GetAllocMutex'
> : inconsistent dll linkage.  dllexport assumed.
> ..\..\tcl8.3.2\generic\nsthreads.c(426) : error C2143: syntax
> error : missing '{' before '*'
> ..\..\tcl8.3.2\generic\nsthreads.c(427) : error C2449: found
> '{' at file scope (missing function header?)
> ..\..\tcl8.3.2\generic\nsthreads.c(429) : error C2059: syntax
> error : '}'
> ..\..\tcl8.3.2\generic\nsthreads.c(452) : error C2449: found
> '{' at file scope (missing function header?)
> ..\..\tcl8.3.2\generic\nsthreads.c(454) : error C2059: syntax
> error : '}'
> ..\..\tcl8.3.2\generic\nsthreads.c(479) : error C2449: found
> '{' at file scope (missing function header?) ... ... ... I
> have compiled the others previous version of AOLServer
> without problems but now...........I need a little help of my
> friends! :-)
>
> What's are exactly the changes necessaries to do on Win32?
>
> Thank to everyone.
>
> Ariel.
>

Reply via email to