The message says, that libxcb-render misses a link already, right? So
it's not the problem in the i3-compile step, if I understand that correctly.

Did you check the following?
$ ldd /usr/lib64/libxcb-render.so
        linux-vdso.so.1 =>  (0x00007ffff61ff000)
        libxcb.so.1 => /usr/lib64/libxcb.so.1 (0x00007fa7c9398000)
        libXau.so.6 => /usr/lib64/libXau.so.6 (0x00007fa7c9194000)
        libc.so.6 => /lib64/libc.so.6 (0x00007fa7c8e00000)
        /lib64/ld-linux-x86-64.so.2 (0x00007fa7c97d2000)


On 28/10/14 15:07, Sargrad, Dave wrote:
> Johannes,
> 
> Thanks again for helping me past that compile issue.
> 
> 
> 
> I am now attempting to link. I got past a problem with a spurious -l by 
> changing how I disabled pango.
> 
> 
> 
> Apparently the proper way to disable pango is as follows (common.mk snippet):
> 
> 
> 
> #PANGO_CFLAGS := $(call cflags_for_lib, cairo)
> 
> #PANGO_CFLAGS += $(call cflags_for_lib, pangocairo)
> 
> I3_CPPFLAGS  += -DPANGO_SUPPORT=0
> 
> #PANGO_LIBS   := $(call ldflags_for_lib, cairo)
> 
> #PANGO_LIBS   += $(call ldflags_for_lib, pangocairo)
> 
> 
> 
> The link issue I am seeing is an undefined xcb symbol:
> 
> 
> [i3] Link i3
> /usr/lib64/libxcb-render.so.0: undefined reference to `xcb_str_sizeof'
> collect2: ld returned 1 exit status
> make: *** [i3] Error 1
> 
> 
> 
> I found the following online:
> 
> http://www.murga-linux.com/puppy/viewtopic.php?t=95934&sid=ca175185bed9514c33942f4795f29892
> 
> 
> 
> Here it was suggested that –rdynamic be added to the link options. This did 
> not work for me.
> 
> 
> 
> Which library should contain this symbol?
> 
> 
> 
> 
> 
> 
> 
> 
> 
> -----Original Message-----
> From: i3-discuss [mailto:i3-discuss-boun...@i3.zekjur.net] On Behalf Of 
> i3-discuss-requ...@i3.zekjur.net
> Sent: Tuesday, October 28, 2014 9:09 AM
> To: i3-discuss@i3.zekjur.net
> Subject: i3-discuss Digest, Vol 54, Issue 10
> 
> 
> 
> Send i3-discuss mailing list submissions to
> 
>       i3-discuss@i3.zekjur.net<mailto:i3-discuss@i3.zekjur.net>
> 
> 
> 
> To subscribe or unsubscribe via the World Wide Web, visit
> 
>       http://infra.in.zekjur.net/cgi-bin/mailman/listinfo/i3-discuss
> 
> or, via email, send a message with subject or body 'help' to
> 
>       
> i3-discuss-requ...@i3.zekjur.net<mailto:i3-discuss-requ...@i3.zekjur.net>
> 
> 
> 
> You can reach the person managing the list at
> 
>       i3-discuss-ow...@i3.zekjur.net<mailto:i3-discuss-ow...@i3.zekjur.net>
> 
> 
> 
> When replying, please edit your Subject line so it is more specific than "Re: 
> Contents of i3-discuss digest..."
> 
> 
> 
> 
> 
> Today's Topics:
> 
> 
> 
>    1. Struggling to build i3 4.8 on centos 6.5 - but almost there
> 
>       (Sargrad, Dave)
> 
>    2. Re: Struggling to build i3 4.8 on centos 6.5 - but almost
> 
>       there (Johannes Lange)
> 
> 
> 
> 
> 
> This message is intended only for the addressee and may contain information 
> that is company confidential or privileged. Any technical data in this 
> message may be exported only in accordance with the U.S. International 
> Traffic in Arms Regulations (22 CFR Parts 120-130) or the Export 
> Administration Regulations (15 CFR Parts 730-774). Unauthorized use is 
> strictly prohibited and may be unlawful. If you are not the intended 
> recipient, or the person responsible for delivering to the intended 
> recipient, you should not read, copy, disclose or otherwise use this message. 
> If you have received this email in error, please delete it, and advise the 
> sender immediately.
> 

Reply via email to