[MacPorts] #34636: podofo @0.9.1 - Build error
MacPorts
noreply at macports.org
Wed May 30 14:53:27 PDT 2012
#34636: podofo @0.9.1 - Build error
---------------------------------------+------------------------------------
Reporter: jose.exposito89@… | Owner: devans@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.1.1
Keywords: | Port: podofo
---------------------------------------+------------------------------------
Comment(by jose.exposito89@…):
Ah! For the +debug variant replace
{{{ -DCMAKE_BUILD_TYPE=RELEASE }}}
with
{{{ -DCMAKE_BUILD_TYPE=DEBUG }}}
And if you want to make PoDoFo as static library make only remove the
"-DPODOFO_BUILD_SHARED:BOOL=TRUE" option and make with "make
podofo_static":
{{{
$ cmake -G "Unix Makefiles" -DWANT_FONTCONFIG:BOOL=TRUE
-DCMAKE_INSTALL_PREFIX=/opt/local -DCMAKE_INCLUDE_PATH=/opt/local/include
-DCMAKE_LIBRARY_PATH=/opt/local/lib -DCMAKE_BUILD_TYPE=RELEASE ..
$ make podofo_static
}}}
--
Ticket URL: <https://trac.macports.org/ticket/34636#comment:3>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list