Bugs item #3001234, was opened at 2010-05-13 21:07
Message generated for change (Comment added) made by domseichter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=790130&aid=3001234&group_id=154028

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 6
Private: No
Submitted By: Oleksandr Moskalenko (oleksa)
Assigned to: Nobody/Anonymous (nobody)
Summary: build failure on some Debian/Ubuntu branches

Initial Comment:
http://pastebin.com/kg1bF0ih

Podofo 0.8.0 builds on some, but not all Debian/Ubuntu branches. I think it 
might be due to the difference in boost libraries present in those branches, 
but would like to get an opinion from the developers on whether this could be 
adjusted upstream, or at least get a "minimum" buildable boost version 
recommendation.

----------------------------------------------------------------------

>Comment By: Dominik Seichter (domseichter)
Date: 2010-05-17 09:31

Message:
Ok, from the compiler output, one can see that the libboost-graph headers
are missing. Are you sure they are installed?

There seems to be a problem in our build script though, that we do not
check for all required boost headers. I will take a look onto this in the
evenings. Could you please check if libboost-graph is available on your
system?

----------------------------------------------------------------------

Comment By: Dominik Seichter (domseichter)
Date: 2010-05-17 00:37

Message:
Which version of boost did you install?

It compiles fine for me, if libboost-graph-dev is installed. I have
version 1.38 and ubuntu.

----------------------------------------------------------------------

Comment By: Oleksandr Moskalenko (oleksa)
Date: 2010-05-13 21:25

Message:
This is what I configure the build with:

cmake .. -G "Unix Makefiles" -DWANT_FONTCONFIG:BOOL=TRUE
-DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_C_FLAGS="$(CFLAGS)"
-DCMAKE_LD_FLAGS="-Wl,-z,defs" -DCMAKE_CXX_FLAGS="$(CXXFLAGS)"
-DCMAKE_SKIP_RPATH=ON -DCMAKE_VERBOSE_MAKEFILE=ON
-DPODOFO_BUILD_SHARED:BOOL=TRUE -DPODOFO_BUILD_STATIC:BOOL=FALSE
-DCMAKE_BUILD_TYPE=RELEASE -DWANT_BOOST:BOOL=1

The above builds successfully on:
Debian - unstable (i386/amd64), testing (i386/amd64), stable (i386)
Ubuntu - Lucid (i386/amd64)

Fails to build on:
Debian - stable (amd64)
Ubuntu - Karmic (i386/amd64) , Jaunty (i386/amd64) and earlier releases
(hardy, gutsy)

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=790130&aid=3001234&group_id=154028

------------------------------------------------------------------------------

_______________________________________________
Podofo-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/podofo-users

Reply via email to