This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
==> 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
==> 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 |
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
==> 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 |
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
==> 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 |
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
==> 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. ## |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. ## |
OlderNewer