Re: [CenterIM-devel] CenterIM 5 progress

2011-05-15 Thread Petr Pavlu
On 12. kvě 11 20:16, Jostein Berntsen wrote:
 On 10.05.11,12:27, Jostein Berntsen wrote:
  Thanks. I ran the command and got this output:
  
  objdump -T /usr/lib/libxml2.so | grep -E \
  '(xmlSAXUserParseMemory|xmlStrcmp)' 
  
  0009e250 gDF .text  0077  BasexmlStrcmp
  00040120 gDF .text  00e4  BasexmlSAXUserParseMemory
  
  
  I will check more regarding my libxml2 installation.
  
 
 I have tried to reinstall my libxml2, libxml2-devel, libpurple and 
 libpurple-devel packages, but with no difference. The same installation 
 error occurs. Do you have any clue to what I should try here?

Output of that command on my computer:
0009cd40 gDF .text  006d  LIBXML2_2.4.30 xmlStrcmp
0003e320 gDF .text  00d7  LIBXML2_2.4.30 xmlSAXUserParseMemory

Note the difference in the next to last column.

/usr/local/lib/libpurple.so: undefined reference to 
`xmlStrcmp@LIBXML2_2.4.30'
/usr/local/lib/libpurple.so: undefined reference to 
`xmlSAXUserParseMemory@LIBXML2_2.4.30'

I think the problem lies in the symbol version,
`Base' (your version) != LIBXML2_2.4.30 (required version).

-- 
Petr Pavlu


-- 
___
Centerim-devel mailing list
Centerim-devel@centerim.org
http://centerim.org/mailman/listinfo/centerim-devel
http://www.centerim.org/


Re: [CenterIM-devel] CenterIM 5 progress

2011-05-12 Thread Jostein Berntsen
On 10.05.11,12:27, Jostein Berntsen wrote:
 On 06.05.11,21:48, Petr Pavlu wrote:
  On  5. May 11 21:03, Jostein Berntsen wrote:
   When I install the newest clone from git I get this error when running 
   make:
   
   /usr/local/lib/libpurple.so: undefined reference to 
   `xmlStrcmp@LIBXML2_2.4.30'
   /usr/local/lib/libpurple.so: undefined reference to 
   `xmlSAXUserParseMemory@LIBXML2_2.4.30'
   collect2: ld returned 1 exit status
   make[2]: *** [centerim5] Error 1
   make[2]: Leaving directory `/home/jostein/dw/centerim5/src'
  
  Hello,
  I suspect there is a problem with your libxml2 installation. For
  the start make sure there are `xmlStrcmp' and
  `xmlSAXUserParseMemory' symbols in the libxml2.so.
  
  objdump -T /usr/lib/libxml2.so | grep -E '(xmlSAXUserParseMemory|xmlStrcmp)'
  
 
 Thanks. I ran the command and got this output:
 
 objdump -T /usr/lib/libxml2.so | grep -E \
 '(xmlSAXUserParseMemory|xmlStrcmp)' 
 
 0009e250 gDF .text  0077  BasexmlStrcmp
 00040120 gDF .text  00e4  BasexmlSAXUserParseMemory
 
 
 I will check more regarding my libxml2 installation.
 
 

I have tried to reinstall my libxml2, libxml2-devel, libpurple and 
libpurple-devel packages, but with no difference. The same installation 
error occurs. Do you have any clue to what I should try here?


Jostein



-- 
___
Centerim-devel mailing list
Centerim-devel@centerim.org
http://centerim.org/mailman/listinfo/centerim-devel
http://www.centerim.org/


Re: [CenterIM-devel] Centerim 5 progress.

2008-01-19 Thread Håkan Kvist
On Thu, Jan 17, 2008 at 08:43:10PM +0100, Mark Pustjens wrote:

88888-8
 
 I hope there will be some people willing to actively contribute.
 

I don't know if I will have time to contribute so much, but I could
try to do some smaller things, when I have the time to do so.

I commited two small patch-sets today which decreases the number of
compiler warnings from 219 to 0 when setting the compiler flags to:

CPPFLAGS=-ansi -pedantic -Wall -ggdb -O0

When doing that I also found a small bug, so compiler warnings aren't
always evil :-)

best regards
Håkan

-- 
___
Centerim-devel mailing list
Centerim-devel@centerim.org
http://centerim.org/mailman/listinfo/centerim-devel
http://www.centerim.org/