Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mature build-scripts #4

Closed
tmcw opened this issue Feb 14, 2011 · 5 comments
Closed

Mature build-scripts #4

tmcw opened this issue Feb 14, 2011 · 5 comments

Comments

@tmcw
Copy link
Contributor

tmcw commented Feb 14, 2011

Right now they require clang, and multithreaded boost.

@maning
Copy link

maning commented Mar 4, 2011

I ran make:

~/mbutil$ make
clang++ mbutil.cpp -o mbutil -lboost_program_options-mt -lboost_system-mt -lboost_filesystem-mt -lsqlite3 -lboost_regex-mt -I include
./mbutil

But I can't run mbutil

@tmcw
Copy link
Contributor Author

tmcw commented Mar 4, 2011

cmake-powered make process started in fb6040e

maning: How do you mean you can't run mbutil?

@maning
Copy link

maning commented Mar 7, 2011

I downloaded the latest source and run

cmake .
make

I get these errors:
Linking CXX executable mbutil
c++: dynamic_lookup: No such file or directory
make[2]: *** [mbutil] Error 1
make[1]: *** [CMakeFiles/mbutil.dir/all] Error 2
make: *** [all] Error 2

@tmcw
Copy link
Contributor Author

tmcw commented Mar 8, 2011

Rewritten in Python; cpp can continue being a wasteland.

@maning
Copy link

maning commented Mar 9, 2011

Python script works! Thanks!

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants