Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • graph-tool graph-tool
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 46
    • Issues 46
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

Please use the issue tracker only to report bugs (i.e. errors in the library that need to be fixed) or feature requests.

For questions about how to compile, install or use the library, please use instead the mailing list at https://graph-tool.skewed.de/mailing
(If unsure, use the mailing list first.)



When opening new issues, please choose the BUG template from the drop-down menu, and fill out the required information.

  • Tiago Peixoto
  • graph-toolgraph-tool
  • Issues
  • #443

Closed
Open
Created Feb 23, 2018 by Noriyuki@Kojima

Error placeholders' is ambiguous

I have been successfully configured graph tool using the command below.

./configure CXX="/sw/arcts/centos7/gcc/5.4.0/bin/gcc" LDFLAGS="-L/scratch/jiadeng_fluxoe/kojimano/packages/lib" CPPFLAGS="-I/scratch/jiadeng_fluxoe/kojimano/packages/lib" --with-python-module-path="/home/kojimano/anaconda3/envs/CogMap2/lib/python3.5/site-packages" --prefix="/home/kojimano/anaconda3/envs/CogMap2/lib" --disable-cairo --disable-sparsehash --with-boost="/scratch/jiadeng_fluxoe/kojimano/packages" 

However, when it came to build the package using

make -j 16

, the gcc/5.4.0 compiler started complaining about

graph_pagerank.cc:60:61: error: reference to 'placeholders' is ambiguous
                       placeholders::_1, g.GetVertexIndex(), placeholders::_2,

I am using GCC: 5.4.0 Boost: 1.6.3 (also tried 1.6.1), compiled with python below Python: 3.5 (anaconda distaribution) Graph-Tool Version: patch 178add3a OS: CentOS 7

Full output of the issue is attached below. make_output.txt``

Edited Feb 23, 2018 by Noriyuki
Assignee
Assign to
Time tracking