List Info

Thread:




user name
2006-12-22 11:23:42
Is there anyone out there with SimpleServer-on-Cygwin
experience who
can help Rondon?

------- start of forwarded message -------
From: "Rondon Andrade" <rondon.andradeuol.com.br>
To: "mike" <mikeindexdata.com>
Subject: Problems on Cygwin
Date: Thu, 21 Dec 2006 19:52:39 -0200

Hi Mike,

I'm having errors to compile SimpleServer at Cygwin:

$ perl Makefile.PL
Writing Makefile for Net::Z3950::SimpleServer

Rondon38027CNJ /tmp/Net-Z3950-SimpleServer-1.04
$ make
gcc -c  -DYAZ_HAVE_XML2=3D1 -DYAZ_HAVE_XSLT=3D1
-DYAZ_HAVE_EXSLT=3D1 -I/u=
sr/include/libxml2 -I/usr/local/include
-DYAZ_POSIX_THREADS=3D1 -D_REENTR=
ANT -DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -pipe
-I/usr/local/includ=
e -DUSEIMPORTLIB -O3   -DVERSION=3D"1.04"
-DXS_VERSION=3D"1.04"  "-I/=
usr/lib/perl5/5.8/cygwin/CORE"   SimpleServer.c
SimpleServer.xs: In function `read_grs1':
SimpleServer.xs:198: error: `LOG_WARN' undeclared (first use
in this func=
tion)
SimpleServer.xs:198: error: (Each undeclared identifier is
reported only =
once
SimpleServer.xs:198: error: for each function it appears
in.)
make: *** [SimpleServer.o] Error 1


Any Clues ?

Thanks in advance

Rondon

------- end of forwarded message -------

_______________________________________________
Net-z3950 mailing list
Net-z3950lists.indexdata.dk
http://lists.indexdata.dk/cgi-bin/mailman/listinfo/n
et-z3950
user name
2006-12-22 12:37:45
Mike Taylor wrote:
> Is there anyone out there with SimpleServer-on-Cygwin
experience who
> can help Rondon?
> 

The problem is fixed in cvs. I'm planning to make a new
SimpleServer 
release right after christmas.

Cheers,

--Anders

> ------- start of forwarded message -------
> From: "Rondon Andrade" <rondon.andradeuol.com.br>
> To: "mike" <mikeindexdata.com>
> Subject: Problems on Cygwin
> Date: Thu, 21 Dec 2006 19:52:39 -0200
> 
> Hi Mike,
> 
> I'm having errors to compile SimpleServer at Cygwin:
> 
> $ perl Makefile.PL
> Writing Makefile for Net::Z3950::SimpleServer
> 
> Rondon38027CNJ /tmp/Net-Z3950-SimpleServer-1.04
> $ make
> gcc -c  -DYAZ_HAVE_XML2=3D1 -DYAZ_HAVE_XSLT=3D1
-DYAZ_HAVE_EXSLT=3D1 -I/u=
> sr/include/libxml2 -I/usr/local/include
-DYAZ_POSIX_THREADS=3D1 -D_REENTR=
> ANT -DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -pipe
-I/usr/local/includ=
> e -DUSEIMPORTLIB -O3   -DVERSION=3D"1.04"
-DXS_VERSION=3D"1.04"  "-I/=
> usr/lib/perl5/5.8/cygwin/CORE"   SimpleServer.c
> SimpleServer.xs: In function `read_grs1':
> SimpleServer.xs:198: error: `LOG_WARN' undeclared
(first use in this func=
> tion)
> SimpleServer.xs:198: error: (Each undeclared identifier
is reported only =
> once
> SimpleServer.xs:198: error: for each function it
appears in.)
> make: *** [SimpleServer.o] Error 1
> 
> 
> Any Clues ?
> 
> Thanks in advance
> 
> Rondon
> 
> ------- end of forwarded message -------
> 
> _______________________________________________
> Net-z3950 mailing list
> Net-z3950lists.indexdata.dk
> http://lists.indexdata.dk/cgi-bin/mailman/listinfo/n
et-z3950
> 


-- 
---------------------------------------------------
Anders Sønderberg Mortensen <sondbergindexdata.dk>
Indexdata <http://www.indexdata.dk/
>
Phone: +45 3341 0105, Fax: +45 3341 0101
---------------------------------------------------

_______________________________________________
Net-z3950 mailing list
Net-z3950lists.indexdata.dk
http://lists.indexdata.dk/cgi-bin/mailman/listinfo/n
et-z3950
user name
2006-12-22 12:54:02
Anders Sønderberg Mortensen wrote:
> Mike Taylor wrote:
>> Is there anyone out there with
SimpleServer-on-Cygwin experience who
>> can help Rondon?

To solve the problem now, you have several options:

   1) downgrade to YAZ 2.1.40.

   2) Add in the code  #define YAZ_USE_OLD_LOG 1

   3) For CFLAGS, add -DYAZ_USE_LOG=1

/ Adam

>>
> 
> The problem is fixed in cvs. I'm planning to make a new
SimpleServer 
> release right after christmas.
> 
> Cheers,
> 
> --Anders
> 
>> ------- start of forwarded message -------
>> From: "Rondon Andrade"
<rondon.andradeuol.com.br>
>> To: "mike" <mikeindexdata.com>
>> Subject: Problems on Cygwin
>> Date: Thu, 21 Dec 2006 19:52:39 -0200
>>
>> Hi Mike,
>>
>> I'm having errors to compile SimpleServer at
Cygwin:
>>
>> $ perl Makefile.PL
>> Writing Makefile for Net::Z3950::SimpleServer
>>
>> Rondon38027CNJ /tmp/Net-Z3950-SimpleServer-1.04
>> $ make
>> gcc -c  -DYAZ_HAVE_XML2=3D1 -DYAZ_HAVE_XSLT=3D1
-DYAZ_HAVE_EXSLT=3D1 
>> -I/u=
>> sr/include/libxml2 -I/usr/local/include
-DYAZ_POSIX_THREADS=3D1 
>> -D_REENTR=
>> ANT -DPERL_USE_SAFE_PUTENV -fno-strict-aliasing
-pipe 
>> -I/usr/local/includ=
>> e -DUSEIMPORTLIB -O3  
-DVERSION=3D"1.04"
-DXS_VERSION=3D"1.04"  
>> "-I/=
>> usr/lib/perl5/5.8/cygwin/CORE"  
SimpleServer.c
>> SimpleServer.xs: In function `read_grs1':
>> SimpleServer.xs:198: error: `LOG_WARN' undeclared
(first use in this 
>> func=
>> tion)
>> SimpleServer.xs:198: error: (Each undeclared
identifier is reported 
>> only =
>> once
>> SimpleServer.xs:198: error: for each function it
appears in.)
>> make: *** [SimpleServer.o] Error 1
>>
>>
>> Any Clues ?
>>
>> Thanks in advance
>>
>> Rondon
>>
>> ------- end of forwarded message -------
>>
>> _______________________________________________
>> Net-z3950 mailing list
>> Net-z3950lists.indexdata.dk
>> http://lists.indexdata.dk/cgi-bin/mailman/listinfo/n
et-z3950
>>
> 
> 


_______________________________________________
Net-z3950 mailing list
Net-z3950lists.indexdata.dk
http://lists.indexdata.dk/cgi-bin/mailman/listinfo/n
et-z3950
user name
2006-12-22 13:13:40
Adam Dickmeiss wrote:
[snip]
> 
>   3) For CFLAGS, add -DYAZ_USE_LOG=1
       Errr.  -DYAZ_USE_OLD_LOG=1

/ Adam

_______________________________________________
Net-z3950 mailing list
Net-z3950lists.indexdata.dk
http://lists.indexdata.dk/cgi-bin/mailman/listinfo/n
et-z3950
[1-4]

about | contact  Other archives ( Real Estate discussion Medical topics )