I hereby claim:
- I am jubos on github.
- I am jubos (https://keybase.io/jubos) on keybase.
- I have a public key ASBTZAa2UarBPJhhIxQ7O0BdjNH5C_sr5Z2HaAQ7WLuFCgo
To claim this, I am signing this object:
| opam install lambda-term | |
| The following actions will be performed: | |
| ∗ install lambda-term 1.12.0 | |
| =-=- Gathering sources =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= | |
| [lambda-term] Archive in cache | |
| =-=- Processing actions -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= | |
| [ERROR] The compilation of lambda-term failed at "jbuilder build -p lambda-term -j 4". |
| 0xC0CF68Fa8F2291446C7066C3EF66253eCB078c37 |
I hereby claim:
To claim this, I am signing this object:
| [default] | |
| access_key = asf | |
| bucket_location = US | |
| cloudfront_host = cloudfront.amazonaws.com | |
| cloudfront_resource = /2010-07-15/distribution | |
| default_mime_type = binary/octet-stream | |
| delete_removed = False | |
| dry_run = False | |
| encoding = UTF-8 | |
| encrypt = False |
| if (Boost_FOUND) | |
| #include_directories(${CMAKE_CURRENT_BINARY_DIR}/../include/ ${Boost_INCLUDE_DIRS}) | |
| include_directories(${Boost_INCLUDE_DIRS} ${CMAKE_CURRENT_SOURCE_DIR}/../src/) | |
| link_directories(${CMAKE_CURRENT_BINARY_DIR}/../lib) | |
| link_libraries(${Boost_LIBARIES} pillowtalk) | |
| set(HDRS ${CMAKE_CURRENT_SOURCE_DIR}/../src/pillowtalk.h) | |
| add_executable(test_basic test_basic.cpp ${HDRS}) |