Hi there,
I was trying to compile savan/c from the svn, but i have the folllowing
linker error. I am installing on windows using nmake.
any idea?
cheers,
@Damitha: Thanks for your help
Elsy
------------------------------------------------------------------------
C:\ ... \build\win32>nmake dist
Microsoft (R) Program Maintenance Utility, Version 9.00.30729.01
Copyright (C) Microsoft Corporation. All rights reserved.
if not exist ..\savanc mkdir ..\savanc
if not exist ..\savanc\modules\savan mkdir ..\savanc\modules\savan
if not exist ..\savanc\lib mkdir ..\savanc\lib
if not exist ..\savanc\include mkdir ..\savanc\include
if not exist ..\savanc\samples mkdir ..\savanc\samples
if not exist ..\savanc\bin\samples mkdir ..\savanc\bin\samples
if not exist ..\savanc\bin\samples\savan mkdir
..\savanc\bin\samples\savan
if not exist ..\savanc\services\listener mkdir
..\savanc\services\listener
if not exist ..\savanc\services\publisher mkdir
..\savanc\services\publisher
if not exist ..\savanc\services\subscription mkdir
..\savanc\services\subscription
if not exist .\int.msvc mkdir .\int.msvc
if not exist .\int.msvc\client mkdir .\int.msvc\client
if not exist .\int.msvc\samples mkdir .\int.msvc\samples
if not exist .\int.msvc\samples\subscriber mkdir
.\int.msvc\samples\subscriber
if not exist .\int.msvc\samples\listener mkdir
.\int.msvc\samples\listener
if not exist .\int.msvc\samples\publisher mkdir
.\int.msvc\samples\publisher
if not exist .\int.msvc\samples\subscription mkdir
.\int.msvc\samples\subscription
mod_savan.c
savan_sub_processor.c
savan_client.c
savan_publishing_client.c
savan_in_handler.c
savan_out_handler.c
db_mgr.c
error.c
savan_util.c
sqlite3.c
savan_subscriber.c
savan_msg_recv.c
Code wird generiert...
Bibliothek "..\savanc\modules\savan\mod_savan.lib" und Objekt
"..\savanc\modules\savan\mod_savan.exp" werden erstellt
.
mod_savan.obj : error LNK2019: Verweis auf nicht aufgelöstes externes
Symbol "_savan_error_init" in Funktion "_mod_savan
_i...@16".
..\savanc\modules\savan\mod_savan.dll : fatal error LNK1120: 1 nicht
aufgelöste externe Verweise.
NMAKE : fatal error U1077: ""C:\Programme\Microsoft Visual Studio
9.0\VC\BIN\link.exe"": Rückgabe-Code "0x460"
Stop.
------------------------------------------------------------------------
Damitha Kumarage schrieb:
Elsy Arratia-Scheit wrote:
Hallo Damitha,
where can I find the release 1.6.0 of SAVAN/C I'm having crash
problems with apache by using the version 0.90
There are no new releases of Savan/C after 0.90. However you can try
it from svn. Try with the latest svn and tell to Axis2/C dev list[1]
if you have any problems. I'll help you there.
thanks,
Damitha
[1] axis-c-dev@ws.apache.org
thanks & cheers,
Elsy