On Sunday 01 December 2002 7:31 pm, Owen Taylor wrote: | Vadim Plessky <[EMAIL PROTECTED]> writes: | > On Sunday 01 December 2002 10:00 am, Owen Taylor wrote: [...] | > | > Speaking about Xr/Xc (and libsvg, libxrsvg): | > has someone prepared SRPM/binary RPM of those? | > | > I have problem to build Xr/Xc (trying from snapshots Carl did some time | > ago) *outside* of XFree86 CVS tree. | > Carl gave me a few tips, but it seems none of those works. | | I had good luck just grabbing them from CVS (http://keithp.com/cvs.html) | and doing 'xmkmf; make; sudo make install' in Xc then Xr. Total time, | maybe 2 minutes.
Yes, code base is quite small, and it should build fine and quickly ... if you have XFree86 CVS (that's what Carl told me) I have $ rpm -qa | grep XFree86 XFree86-libs-4.2.0-6mdk XFree86-devel-4.2.0-6mdk XFree86-xfs-4.2.0-6mdk XFree86-4.2.0-6mdk XFree86-75dpi-fonts-4.2.0-6mdk XFree86-100dpi-fonts-4.2.0-6mdk XFree86-server-4.2.0-6mdk And quite confused by the fact that it doesn't build for me. [vad@VPlessky Xc]$ pwd /usr/local/vadim/XrXc/XrXc-20021104/Xc [vad@VPlessky Xc]$ xmkmf mv -f Makefile Makefile.bak imake -DUseInstalled -I/usr/X11R6/lib/X11/config [vad@VPlessky Xc]$ make [vad@VPlessky Xc]$ su Password: [root@VPlessky Xc]# make install + mkdir -p /usr/X11R6/include/X11/Xc + install -c -m 0444 Xc.h /usr/X11R6/include/X11/Xc install in . done [root@VPlessky Xc]# Only xc.h is installed (in /usr/X11R6/include/X11/Xc) Any idea how to fix it? | | Caveats: | | - I only tested with my installed XFree86 being CVS, not with 4.2.0; | should certainly work with the Mike Harris's 4.2.99 snapshots, in any case. what I know is that Xr/Xc should work with XF-4.2.0. But it doesn't build in my case. :-( | - This will install files into your installed XFree86 root; it's not a huge | mess though, since it's only two files per library or so. yes, it's quite acceptable. If I only could get .so or at least static libs out of sources :-) | | > Is it possible to prepare slef-compiling package out of those (just like | > FontConfig nowdays)? | > Owen: do you plan to prepare RPM for Rawhide? | | I don't think they are ready for Rawhide -- rawhide can be quite raw, but | it's also stuff that we think is going to be ready for the next release; | Once they settle down a bit more, I can look at making unofficial RPMS... | the main prerequisite there is a tarball and a version number scheme. Do you think Xr/Xc wouldn't be ready for your next release? I hope it should be ready pretty soon :-) We need good groundbase for SVG rendering on X, and Xr/Xc looks like a perfect candidate for this task. | | But they are pretty easy to install as is if you just want to play around. | | Regards, | Owen | _______________________________________________ | Render mailing list | [EMAIL PROTECTED] | http://XFree86.Org/mailman/listinfo/render Cheers, -- Vadim Plessky SVG Icons * BlueSphere Icons 0.3.0 released http://svgicons.sourceforge.net My KDE page http://kde2.newmail.ru (English) KDE mini-Themes http://kde2.newmail.ru/themes/ _______________________________________________ Render mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/render
