[ https://issues.apache.org/jira/browse/PROTON-1014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14948907#comment-14948907 ]
Bozo Dragojevic commented on PROTON-1014: ----------------------------------------- bq. – Build files have been written to: /home/opiske/code/cpp/rh/qpid-proton why is there /build missing at the end of this line in your output.. here is how it looks for me: {code} vagrant@builder:/vagrant/qpid-proton$ mkdir PROTON-1014 && cd PROTON-1014 && cmake .. -- The C compiler identification is GNU 4.8.4 -- Check for working C compiler: /usr/bin/cc [[[ lots of stuff removed ]]] -- Configuring done -- Generating done -- Build files have been written to: /vagrant/qpid-proton/PROTON-1014 {code} > Documentation: compilation instructions refer an invalid path > ------------------------------------------------------------- > > Key: PROTON-1014 > URL: https://issues.apache.org/jira/browse/PROTON-1014 > Project: Qpid Proton > Issue Type: Bug > Components: proton-c > Reporter: Otavio Rodolfo Piske > Priority: Minor > Labels: documentation > Fix For: 0.11 > > > Documentation: compilation instructions refer an invalid path > The compilation instructions, in file INSTALL.md, instructs the user to > create a build directory and switch to that directory for compilation. > However, no files are generated in the build directory and the 'make install' > step fails with the following error: > make: *** No rule to make target 'install'. Stop. > The users should be advised to: a) either configure and generate the > configuration in the project root directory or b) switch to the project root > after configuration. -- This message was sent by Atlassian JIRA (v6.3.4#6332)