Skip to content

Instantly share code, notes, and snippets.

View ant32's full-sized avatar

Philip A Reimer ant32

  • Alberta, Canada
View GitHub Profile
Only in orig_tcl8.6.4/compat/zlib: inflate.c
Only in orig_tcl8.6.4/compat/zlib: inflate.h
diff -ur orig_tcl8.6.4/win/configure.in tcl8.6.4/win/configure.in
--- orig_tcl8.6.4/win/configure.in 2015-03-11 07:59:56.000000000 -0600
+++ tcl8.6.4/win/configure.in 2018-04-05 17:52:51.129758764 -0600
@@ -126,20 +126,8 @@
], [
tcl_ok=yes
])
-AS_IF([test "$tcl_ok" = "yes"], [
@ant32
ant32 / invoice_print.xml
Created December 22, 2015 18:59
Half Quaser Invoice
<?xml version="1.0" encoding="ISO-8859-1"?>
<ReportDefn
name="Print Customer Invoice"
module="Sales"
orientation="Portrait"
pageWidth="5100"
pageHeight="3300"
leftMargin="150"
rightMargin="150"
@ant32
ant32 / winpthreads.log
Created August 23, 2013 19:51
winpthread doesn't build with headers commit 6112 and newer
==> Making package: mingw-w64-winpthreads 6132-1 (Fri Aug 23 13:51:09 CST 2013)
==> Retrieving sources...
==>(B Making package: mingw-w64-winpthreads 6132-1 (Fri Aug 23 13:51:11 CST 2013)(B
==>(B Checking runtime dependencies...(B
==>(B Checking buildtime dependencies...(B
==>(B Retrieving sources...(B
==>(B Extracting sources...(B
==>(B Starting build()...(B
==>(B Connecting to SVN server....(B
A winpthreads/config.h.in
@ant32
ant32 / PKGBUILD
Last active December 21, 2015 10:59
mingw-w64-headers-svn PKGBUILD
# Maintainer: rubenvb vanboxem <dottie> ruben <attie> gmail <dottie> com
# Modified by: Philip A Reimer <antreimer@gmail.com>
pkgname='mingw-w64-headers-svn'
pkgdesc="MinGW-w64 headers for Windows"
pkgver=5969
pkgrel=1
arch=('any')
url="http://mingw-w64.sourceforge.net"
license=('custom')
groups=('mingw-w64-toolchain' 'mingw-w64')
@ant32
ant32 / libftdi1_20130814-1713.log
Created August 14, 2013 23:17
libftdi1 build error
Cloning into 'libftdi-1.0'...
Checking connectivity... done
/build/mingw-w64-libftdi1_20130814-1713/mingw-w64-libftdi1/src/libftdi-1.0/build-i686-w64-mingw32 /build/mingw-w64-libftdi1_20130814-1713/mingw-w64-libftdi1/src/libftdi-1.0
/build/mingw-w64-libftdi1_20130814-1713/mingw-w64-libftdi1/src/libftdi-1.0/build-i686-w64-mingw32
-- The C compiler identification is GNU 4.8.1
-- The CXX compiler identification is GNU 4.8.1
-- Check for working C compiler: /usr/bin/i686-w64-mingw32-gcc
-- Check for working C compiler: /usr/bin/i686-w64-mingw32-gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
@ant32
ant32 / PKGBULD
Last active December 20, 2015 09:39
mingw-w64-bullet PKGBUILD
# Maintainer: naelstrof <naelstrof@gmail.com>
# Contributor: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: Paul Bienkowski <opatutlol@aol.com>
# Contributor: Christoph Zeiler <archNOSPAM_at_moonblade.dot.org>
pkgname=mingw-w64-bullet
pkgver=2.81
pkgrel=1
pkgdesc="A 3D Collision Detection and Rigid Body Dynamics Library for games and animation (mingw-w64)"
arch=('any')
url="http://www.bulletphysics.com/Bullet/"
@ant32
ant32 / PKGBUILD
Created July 18, 2013 17:24
mingw-w64-lapack PKGBUILD fix
# Maintainer: Julien Schueller <julien.schueller@gmail.com>
pkgname=mingw-w64-lapack
pkgver=3.4.2
pkgrel=1
arch=(any)
pkgdesc="Linear Algebra PACKage (mingw-w64)"
depends=('mingw-w64-crt')
makedepends=('mingw-w64-gcc' 'cmake')
options=('!buildflags' '!strip')
@ant32
ant32 / PKGBUILD
Last active December 19, 2015 16:59
mingw32-qt4 PKGBUILD
# Maintainer: Miguel Rasero <skuda21@gmail.com>
# Contributor: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: Denis Martinez <deuns.martinez AT gmail.com>
# Contributor: Alexander 'hatred' Drozdov <adrozdoff AT gmail.com>
# Contributor: mosra <mosra@centrum.cz>
# Contributor: Alexandre Bique <bique.alexandre@gmail.com>
pkgname=mingw32-qt4
pkgver=4.8.5
pkgrel=1
@ant32
ant32 / gccerror-mingw-w64-bullet
Created July 5, 2013 23:06
bullet-2.81-rev2613/src/BulletCollision/CollisionDispatch/btInternalEdgeUtility.cpp segmentation fault. testing details
///@original (not working)
calculatedEdge.normalize();
btVector3 calculatedNormalA = calculatedEdge.cross(edgeCrossA);
calculatedNormalA.normalize();
angle2 = btGetAngle(calculatedNormalA,edgeCrossA,edgeCrossB);
ang4 = SIMD_PI-angle2;
btScalar dotA = normalA.dot(edgeCrossB);
///@todo: check if we need some epsilon, due to floating point imprecision
isConvex = (dotA<0.);
@ant32
ant32 / PKGBUILD
Created July 3, 2013 23:29
mingw-w64-qt5-serialport PKGBUILD
# Maintainer: Philip A Reimer <antreimer@gmail.com>
_qt_module=qtserialport
pkgname="mingw-w64-qt5-serialport"
pkgver="5.1.0"
pkgrel=1
arch=('any')
pkgdesc="Qt5 for Windows -- QtSerialPort module (mingw-w64)"
depends=('mingw-w64-qt5-qtbase')