spyroot / libxml2

libxml2 python3.1x fix

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libxml2

mainly fix for Python3.11

Compiled as

#!/bin/sh
./configure CFLAGS="-m64 -Wno-deprecated-declarations" \
CXXFLAGS=-m64 \
LDFLAGS=-m64 \
CPPFLAGS="-I/usr/local/include" \
LIBS="-lpython3.11" \
--prefix=/usr --libdir=/usr/lib64 --with-python=/usr/local/bin/python3 \
--enable-shared \
--enable-static \
--enable-ipv6 \
--with-ftp \
--with-history \
--with-html \
--with-http \
--with-python-install-dir=/usr/local

About

libxml2 python3.1x fix

License:Other


Languages

Language:C 68.2%Language:Python 6.9%Language:RPGLE 6.2%Language:Shell 5.7%Language:Roff 4.4%Language:Makefile 4.1%Language:HTML 3.5%Language:M4 0.4%Language:JavaScript 0.2%Language:XSLT 0.2%Language:Batchfile 0.1%Language:DIGITAL Command Language 0.1%Language:Clean 0.0%Language:VCL 0.0%Language:CMake 0.0%Language:Perl 0.0%Language:C++ 0.0%Language:PHP 0.0%Language:Max 0.0%