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: Closed >Resolution: Fixed 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-10-21 18:06 Message: I think we solved the problem. If there are still problems with 0.8.3, please reopen the bug. ---------------------------------------------------------------------- Comment By: Oleksandr Moskalenko (oleksa) Date: 2010-05-17 18:14 Message: I was able to build podofo with -DWANT_BOOST:BOOL=1 after adding libboost-graph-dev to build depends explicitly on both Karmic and Jaunty. I think the problem arose from different treatment of boost inter-dependencies in different releases, so it was masked on the current releases with boost 1.42. In the future please list the particular boost libraries actually used by podofo in the readme or install files for reference. Between that and cmake checking for the presence of the required libraries when DWANT_BOOST:BOOL is enabled things will work fine. Thank you. ---------------------------------------------------------------------- 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 ------------------------------------------------------------------------------ Nokia and AT&T present the 2010 Calling All Innovators-North America contest Create new apps & games for the Nokia N8 for consumers in U.S. and Canada $10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store http://p.sf.net/sfu/nokia-dev2dev _______________________________________________ Podofo-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/podofo-users
