[prev in list] [next in list] [prev in thread] [next in thread] 

List:       freedesktop-poppler
Subject:    Re: [poppler] Documentation: Compiling Poppler
From:       Peter_BoÄŤan <peter.bocan () azet ! sk>
Date:       2014-07-11 17:16:43
Message-ID: 03C7E824-7B83-4903-8393-4552208BE4AE () azet ! sk
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


Hello guys, I’m back. First of all, I want to make things clear: project will be \
"platform-independent” in a Qt way. I am developing under OS X 10.9.4 Mavericks (and \
using Homebrew). Well, your solution to run ./configure does not work, it says: \
“configure: error: cannot find install-sh, install.sh, …”. Running cmake which seems \
to be more verbose, says that I am missing Freetype library. 

Error message:
CMake Error at /usr/local/Cellar/cmake/2.8.12.2/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:108 \
(message):  Could NOT find Freetype (missing: FREETYPE_LIBRARY FREETYPE_INCLUDE_DIRS)
Call Stack (most recent call first):
  /usr/local/Cellar/cmake/2.8.12.2/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:315 \
(_FPHSA_FAILURE_MESSAGE)  \
/usr/local/Cellar/cmake/2.8.12.2/share/cmake/Modules/FindFreetype.cmake:119 \
(FIND_PACKAGE_HANDLE_STANDARD_ARGS)  CMakeLists.txt:94 (find_package)

Thanks folks. 
Peter Bočan.

Dňa 9.7.2014 o 2:21, William Bader <williambader@hotmail.com> napísal:

> I have built poppler using ./configure and then make on Linux.
> 
> If you are trying to build poppler on Windows, it will take some work to set up a \
> good build environment.  configure is a shell script, so you will need a package \
> like cygwin that includes the bash shell.  You will also need the usual development \
> packages like make, binutils (as and ld), and g++. 
> When you run ./configure, it will usually let you know if a third-part library is \
> too old or is missing, and then you need to find a compiled version of that library \
> or build it yourself from source. 
> If you have problems with dynamic linking using libtool, you can run configure with \
> --enable-static --disable-shared to make static libraries and executables. 
> If you have errors from configure or from make that you can't understand, if you \
> post the error to the list, someone might offer a suggestion. 
> Regards,
> William
> 
> From: peter.bocan@azet.sk
> Date: Wed, 9 Jul 2014 00:31:27 +0200
> To: poppler@lists.freedesktop.org
> Subject: [poppler] Documentation: Compiling Poppler
> 
> Hello guys, may I ask you for some documentation reference how to compile Poppler \
> (with Qt 5 bindings)? Because Google has not sufficient results (or at least I am \
> not sure, how valid they are).  
> Some results from Google:
> http://www.seppemagiels.com/blog/building-poppler-windows-using-mingw
> and
> http://laconsigna.wordpress.com/2011/07/14/compiling-poppler-on-windows/ 
> 
> Thanks in advance. 
> Peter Bocan.
> 
> _______________________________________________ poppler mailing list \
> poppler@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/poppler


[Attachment #5 (unknown)]

<html><head><meta http-equiv="Content-Type" content="text/html \
charset=windows-1250"><style type="text/css">body { background: rgba(255, 255, 255, \
255); }</style></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; \
-webkit-line-break: after-white-space;">Hello guys, I’m back. First of all, I want to \
make things clear: project will be "platform-independent” in a Qt way. I am \
developing under OS X 10.9.4 Mavericks (and using Homebrew). Well, your solution to \
run ./configure does not work, it says: “configure: error: cannot find install-sh, \
install.sh, …”. Running cmake which seems to be more verbose, says that I am missing \
Freetype library.&nbsp;<div><br></div><div>Error message:</div><div><div><div><div \
style="margin: 0px; position: static; z-index: auto;">CMake Error at \
/usr/local/Cellar/cmake/2.8.12.2/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:108 \
(message):</div><div style="margin: 0px; position: static; z-index: auto;">&nbsp; \
Could NOT find Freetype (missing: FREETYPE_LIBRARY FREETYPE_INCLUDE_DIRS)</div><div \
style="margin: 0px;">Call Stack (most recent call first):</div><div style="margin: \
0px; position: static; z-index: auto;">&nbsp; \
/usr/local/Cellar/cmake/2.8.12.2/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:315 \
(_FPHSA_FAILURE_MESSAGE)</div><div style="margin: 0px; position: static; z-index: \
auto;">&nbsp; /usr/local/Cellar/cmake/2.8.12.2/share/cmake/Modules/FindFreetype.cmake:119 \
(FIND_PACKAGE_HANDLE_STANDARD_ARGS)</div><div style="margin: 0px; position: static; \
z-index: auto;">&nbsp; CMakeLists.txt:94 (find_package)</div><div style="margin: 0px; \
position: static; z-index: auto;"><br></div><div style="margin: 0px; position: \
static; z-index: auto;">Thanks folks.&nbsp;</div><div style="margin: 0px; position: \
static; z-index: auto;">Peter Bočan.</div><div style="margin: 0px; position: static; \
z-index: auto;"><br></div><div><div>Dňa 9.7.2014 o 2:21, William Bader &lt;<a \
href="mailto:williambader@hotmail.com">williambader@hotmail.com</a>&gt; \
napísal:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div \
class="hmmessage" style="font-size: 12pt; font-family: Calibri; font-style: normal; \
font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: \
normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; \
white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: \
0px;"><div dir="ltr">I have built poppler using ./configure and then make on \
Linux.<div><div><br></div><div>If you are trying to build poppler on Windows, it will \
take some work to set up a good build environment. &nbsp;configure is a shell script, \
so you will need a package like cygwin that includes the bash shell. &nbsp;You will \
also need the usual development packages like make, binutils (as and ld), and \
g++.<div><br></div><div>When you run ./configure, it will usually let you know if a \
third-part library is too old or is missing, and then you need to find a compiled \
version of that library or build it yourself from source.</div><div><br></div><div>If \
you have problems with dynamic linking using libtool, you can run configure \
with&nbsp;--enable-static --disable-shared to make static libraries and \
executables.</div><div><br></div><div>If you have errors from configure or from make \
that you can't understand, if you post the error to the list, someone might offer a \
suggestion.</div><div><br></div><div>Regards,</div><div>William</div><div><br><div><hr \
id="stopSpelling">From: <a \
href="mailto:peter.bocan@azet.sk">peter.bocan@azet.sk</a><br>Date: Wed, 9 Jul 2014 \
00:31:27 +0200<br>To: <a \
href="mailto:poppler@lists.freedesktop.org">poppler@lists.freedesktop.org</a><br>Subject: \
[poppler] Documentation: Compiling Poppler<br><br>Hello guys, may I ask you for some \
documentation reference how to compile Poppler (with Qt 5 bindings)? Because Google \
has not sufficient results (or at least I am not sure, how valid they \
are).&nbsp;<div><br></div><div>Some results from Google:</div><div><a \
href="http://www.seppemagiels.com/blog/building-poppler-windows-using-mingw" \
target="_blank">http://www.seppemagiels.com/blog/building-poppler-windows-using-mingw</a></div><div>and</div><div><a \
href="http://laconsigna.wordpress.com/2011/07/14/compiling-poppler-on-windows/" \
target="_blank">http://laconsigna.wordpress.com/2011/07/14/compiling-poppler-on-windows/&nbsp;</a><br><div><br></div><div>Thanks \
in advance.&nbsp;</div><div>Peter \
Bocan.</div></div><br>_______________________________________________ poppler mailing \
list <a href="mailto:poppler@lists.freedesktop.org">poppler@lists.freedesktop.org</a> \
<a href="http://lists.freedesktop.org/mailman/listinfo/poppler">http://lists.freedeskt \
op.org/mailman/listinfo/poppler</a></div></div></div></div></div></div></blockquote></div><br></div></div></div></body></html>




_______________________________________________
poppler mailing list
poppler@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/poppler


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic