1
edit
(→Compiling OpenSceneGraph: Don't specify Producer and OpenThreads in INC_DIR!) |
|||
| Line 36: | Line 36: | ||
If you get errors when compiling the patched OpenSceneGraph after having compiled (and installed) OpenThreads and Producer successfully (happens on Arch Linux), you may have to add the following to your 'make': | If you get errors when compiling the patched OpenSceneGraph after having compiled (and installed) OpenThreads and Producer successfully (happens on Arch Linux), you may have to add the following to your 'make': | ||
'''make PRODUCER_INC_DIR=/usr/local/include | '''make PRODUCER_INC_DIR=/usr/local/include \''' | ||
'''PRODUCER_LIB_DIR=/usr/local/lib \''' | '''PRODUCER_LIB_DIR=/usr/local/lib \''' | ||
'''OPENTHREADS_INC_DIR=/usr/local/include | '''OPENTHREADS_INC_DIR=/usr/local/include \''' | ||
'''OPENTHREADS_LIB_DIR=/usr/local/lib''' | '''OPENTHREADS_LIB_DIR=/usr/local/lib''' | ||
edit