Skip to content

Instantly share code, notes, and snippets.

@tommetge
Created June 19, 2012 18:07
Show Gist options
  • Save tommetge/2955631 to your computer and use it in GitHub Desktop.
Save tommetge/2955631 to your computer and use it in GitHub Desktop.
/usr/local/share/boost-build/build/toolset.jam:38: in toolset.using
*** argument error
* rule pb.init ( prefix : condition * )
* called with: ( : : : : : : : )
* missing argument prefix
/Users/tom/src/git/spacemonkey/client/native/src/protos/pb.jam:44:see definition of rule 'init' being called
/usr/local/share/boost-build/build/project.jam:888: in using
src/protos/Jamfile:1: in modules.load
/usr/local/share/boost-build/build/project.jam:314: in load-jamfile
/usr/local/share/boost-build/build/project.jam:62: in project.load
/usr/local/share/boost-build/build/project.jam:766: in project.use
/usr/local/share/boost-build/build/project.jam:89: in load-used-projects
/usr/local/share/boost-build/build/project.jam:73: in load
/usr/local/share/boost-build/build/project.jam:168: in project.find
/usr/local/share/boost-build/build-system.jam:570: in load
/usr/local/share/boost-build/kernel/modules.jam:283: in import
/usr/local/share/boost-build/kernel/bootstrap.jam:142: in boost-build
/usr/local/share/boost-build/boost-build.jam:8: in module scope
@tommetge
Copy link
Author

tommetge commented Nov 6, 2012

For those who hit this from Google, check the following:

  1. ~/user-config.jam exists and is what it should be
  2. you spelled it correctly :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment