You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by Elsy Arratia-Scheit <el...@atl.fraunhofer.de> on 2009/02/19 13:14:21 UTC

compiling savan/c from svn

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
_init@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
>>
>>
>>
>
>



Re: compiling savan/c from svn

Posted by Nandika Jayawardana <ja...@gmail.com>.
Hi,This was due to a missing include header in one of the .c files. I fixed
the issue on the trunk. Do an svn up and then try to build it. It should
work fine.
Regards
Nandika

On Thu, Feb 19, 2009 at 5:44 PM, Elsy Arratia-Scheit <
elsy.arratia-scheit@atl.fraunhofer.de> wrote:

>
> 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
> _init@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
>>>
>>>
>>>
>>>
>>
>>
>
>


-- 
http://nandikajayawardana.blogspot.com/
WSO2 Inc: http://www.wso2.com