Skip to content

Instantly share code, notes, and snippets.

@dcoeurjo
dcoeurjo / gist:959368
Created May 6, 2011 17:22
Poppler build error
Undefined symbols:
"_xmlSaveFormatFileEnc", referenced from:
_main in pdftoabw.o
"_xmlFreeDoc", referenced from:
_main in pdftoabw.o
"_xmlNewDoc", referenced from:
_main in pdftoabw.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
make[1]: *** [pdftoabw] Error 1
@dcoeurjo
dcoeurjo / gist:1167968
Created August 24, 2011 12:32
Display3D issues
D@DGtal@@QAE@ABVColor@1@@Z) référencé dans la fonction "bool __cdecl testReverseDTSet(void)" (?testReverseDTSet@@YA_NXZ)
testReverseDT.obj : error LNK2001: symbole externe non résolu "public: static class DGtal::Color const DGtal::Color::None" (?None@Color@DGtal@@2V12@B)
testReverseDT.obj : error LNK2019: symbole externe non résolu "public: void __thiscall LibBoard::Board::drawRectangle(double,double,double,double,int)" (?drawRectangle@Board@LibBoard@@QAEXNNNNH@Z) référencé dans la fonction "public: void __thiscall DGtal::DigitalSetBySTLSet<class DGtal::HyperRectDomain<class DGtal::SpaceND<2,int> > >::selfDraw(class DGtal::Board2D &)const " (?selfDraw@?$DigitalSetBySTLSet@V?$HyperRectDomain@V?$SpaceND@$01H@DGtal@@@DGtal@@@DGtal@@QBEXAAVBoard2D@2@@Z)
testReverseDT.obj : error LNK2019: symbole externe non résolu "public: class LibBoard::Board & __thiscall LibBoard::Board::setPenColorRGBi(unsigned char,unsigned char,unsigned char,unsigned char)" (?setPenColorRGBi@Board@LibBoard@@QAEAAV12@EEEE@Z) référencé dans l
@dcoeurjo
dcoeurjo / gist:1200333
Created September 7, 2011 11:29
build windows
Z:\Sources\DGtal\src\DGtal/io/Display3D.ih(196) : warning C4244: 'argument' : conversion de 'double' en 'int', perte possible de données
Z:\Sources\DGtal\src\DGtal/io/Display3D.ih(196) : warning C4244: 'argument' : conversion de 'double' en 'int', perte possible de données
Z:\Sources\DGtal\src\DGtal/io/Display3D.ih(196) : warning C4244: 'argument' : conversion de 'double' en 'int', perte possible de données
Z:\Sources\DGtal\src\DGtal/io/Display3D.ih(219) : warning C4244: 'argument' : conversion de 'double' en 'int', perte possible de données
Z:\Sources\DGtal\src\DGtal/io/Display3D.ih(219) : warning C4244: 'argument' : conversion de 'double' en 'int', perte possible de données
Z:\Sources\DGtal\src\DGtal/io/Display3D.ih(219) : warning C4244: 'argument' : conversion de 'double' en 'int', perte possible de données
Z:\Sources\DGtal\src\DGtal/io/Display3D.ih(220) : warning C4244: 'argument' : conversion de 'double' en 'int', perte possible de données
Z:\Sources\DGtal\src\DGtal/io/Display3D.ih(220) : warning C4244:
@dcoeurjo
dcoeurjo / gist:1891577
Created February 23, 2012 08:34
gtk+.2.24 build error
==> Upgrading gtk+
==> Downloading http://ftp.gnome.org/pub/gnome/sources/gtk+/2.24/gtk+-2.24.10.tar.xz
File already downloaded in /Users/davidcoeurjolly/Library/Caches/Homebrew
==> ./configure --disable-debug --prefix=/usr/local/Cellar/gtk+/2.24.10 --disable-glibtest --disable-introspection --disable-visibility
checking for a BSD-compatible install... /usr/bin//install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
@dcoeurjo
dcoeurjo / gist:2250073
Created March 30, 2012 08:59
aria2 build issue 10.7 Xcode 4.3.2
==> Downloading http://downloads.sourceforge.net/project/aria2/stable/aria2-1.14.2/aria2-1.14.2.tar.bz2
Already downloaded: /Library/Caches/Homebrew/aria2-1.14.2.tar.bz2
/usr/bin/tar xf /Library/Caches/Homebrew/aria2-1.14.2.tar.bz2
==> ./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/aria2/1.14.2
./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/aria2/1.14.2
checking build system type... x86_64-apple-darwin11.3.0
checking host system type... x86_64-apple-darwin11.3.0
checking target system type... x86_64-apple-darwin11.3.0
checking for a BSD-compatible install... /usr/bin//install -c
checking whether build environment is sane... yes
@dcoeurjo
dcoeurjo / gist:2299621
Created April 4, 2012 08:09
Gcc build issue
This file has been truncated, but you can view the full file.
==> Downloading http://ftpmirror.gnu.org/gcc/gcc-4.7.0/gcc-4.7.0.tar.bz2
Already downloaded: /Library/Caches/Homebrew/gcc-4.7.0.tar.bz2
==> ../configure --enable-languages=c,c++ --prefix=/usr/local/Cellar/gcc/4.7.0/gcc --datarootdir=/usr/local/Cellar/gcc/4.7.0/share --bindir=/usr/local/Cellar/gcc/4.7.0/bin --program-suffix=-4.7 --with-gmp=/usr/local/Cellar/gmp/5.0.4 --with-mpfr=/usr/local/Cellar/mpfr/3.1.0 --with-mpc=/usr/local/Cellar/libmpc/0.9 --with-system-zlib --enable-stage1-checking --enable-plugin --enable-lto --disable-multilib --disable-nls
==> make bootstrap
echo stage3 > stage_final
mkdir build-x86_64-apple-darwin11.3.0
mkdir build-x86_64-apple-darwin11.3.0
mkdir: build-x86_64-apple-darwin11.3.0: File exists
mkdir build-x86_64-apple-darwin11.3.0/libiberty
mkdir build-x86_64-apple-darwin11.3.0/fixincludes
@dcoeurjo
dcoeurjo / gist:2299630
Created April 4, 2012 08:11
gcc 4.7 build error
This file has been truncated, but you can view the full file.
==> Downloading http://ftpmirror.gnu.org/gcc/gcc-4.7.0/gcc-4.7.0.tar.bz2
Already downloaded: /Library/Caches/Homebrew/gcc-4.7.0.tar.bz2
==> ../configure --enable-languages=c,c++ --prefix=/usr/local/Cellar/gcc/4.7.0/gcc --datarootdir=/usr/local/Cellar/gcc/4.7.0/share --bindir=/usr/local/Cellar/gcc/4.7.0/bin --program-suffix=-4.7 --with-gmp=/usr/local/Cellar/gmp/5.0.4 --with-mpfr=/usr/local/Cellar/mpfr/3.1.0 --with-mpc=/usr/local/Cellar/libmpc/0.9 --with-system-zlib --enable-stage1-checking --enable-plugin --enable-lto --disable-multilib --disable-nls
==> make bootstrap
echo stage3 > stage_final
mkdir build-x86_64-apple-darwin11.3.0
mkdir build-x86_64-apple-darwin11.3.0
mkdir: build-x86_64-apple-darwin11.3.0: File exists
mkdir build-x86_64-apple-darwin11.3.0/libiberty
mkdir build-x86_64-apple-darwin11.3.0/fixincludes
@dcoeurjo
dcoeurjo / gist:2299632
Created April 4, 2012 08:12
gcc 4.7 build error
This file has been truncated, but you can view the full file.
==> Downloading http://ftpmirror.gnu.org/gcc/gcc-4.7.0/gcc-4.7.0.tar.bz2
Already downloaded: /Library/Caches/Homebrew/gcc-4.7.0.tar.bz2
==> ../configure --enable-languages=c,c++ --prefix=/usr/local/Cellar/gcc/4.7.0/gcc --datarootdir=/usr/local/Cellar/gcc/4.7.0/share --bindir=/usr/local/Cellar/gcc/4.7.0/bin --program-suffix=-4.7 --with-gmp=/usr/local/Cellar/gmp/5.0.4 --with-mpfr=/usr/local/Cellar/mpfr/3.1.0 --with-mpc=/usr/local/Cellar/libmpc/0.9 --with-system-zlib --enable-stage1-checking --enable-plugin --enable-lto --disable-multilib --disable-nls
==> make bootstrap
echo stage3 > stage_final
mkdir build-x86_64-apple-darwin11.3.0
mkdir build-x86_64-apple-darwin11.3.0
mkdir: build-x86_64-apple-darwin11.3.0: File exists
mkdir build-x86_64-apple-darwin11.3.0/libiberty
mkdir build-x86_64-apple-darwin11.3.0/fixincludes
@dcoeurjo
dcoeurjo / gist:3066299
Created July 7, 2012 12:32
Error building emacs 24.1 with cocoa
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by emacs configure 24.1, which was
generated by GNU Autoconf 2.68. Invocation command line was
$ ./configure --prefix=/usr/local/Cellar/emacs/24.1 --without-dbus --enable-locallisppath=/usr/local/share/emacs/site-lisp --infodir=/usr/local/Cellar/emacs/24.1/share/info/emacs --with-ns --disable-ns-self-contained
## --------- ##
## Platform. ##
@dcoeurjo
dcoeurjo / gist:3072322
Created July 8, 2012 18:56
emacs-cocoa
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by emacs configure 24.1, which was
generated by GNU Autoconf 2.68. Invocation command line was
$ ./configure --prefix=/usr/local/Cellar/emacs/24.1 --without-dbus --enable-locallisppath=/usr/local/share/emacs/site-lisp --infodir=/usr/local/Cellar/emacs/24.1/share/info/emacs --with-ns --disable-ns-self-contained
## --------- ##
## Platform. ##