<html>
    <head>
      <base href="https://llvm.org/bugs/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - LLVMHello compile fails with blank in Path"
   href="https://llvm.org/bugs/show_bug.cgi?id=23480">23480</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>LLVMHello compile fails with blank in Path
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>Build scripts
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>trunk
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>PC
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>cmake
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>unassignedbugs@nondot.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>der@oelgoetze.de
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvmbugs@cs.uiuc.edu
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Hello,

I am not sure were exactly the problem lives, but you can not build LLVMHello
when your path has a blank character.


jan@xym:/tmp2/svn lol/build$ make LLVMHello
Built target LLVMHello_exports
Linking CXX shared module ../../LLVMHello.so
c++: error: lol/build/lib/Transforms/Hello/LLVMHello.exports: No such file or
directory
lib/Transforms/Hello/CMakeFiles/LLVMHello.dir/build.make:85: recipe for target
'lib/LLVMHello.so' failed
make[3]: *** [lib/LLVMHello.so] Error 1                                         
CMakeFiles/Makefile2:1685: recipe for target
'lib/Transforms/Hello/CMakeFiles/LLVMHello.dir/all' failed                 
make[2]: *** [lib/Transforms/Hello/CMakeFiles/LLVMHello.dir/all] Error 2        
CMakeFiles/Makefile2:1697: recipe for target
'lib/Transforms/Hello/CMakeFiles/LLVMHello.dir/rule' failed                
make[1]: *** [lib/Transforms/Hello/CMakeFiles/LLVMHello.dir/rule] Error 2       
Makefile:612: recipe for target 'LLVMHello' failed                              
make: *** [LLVMHello] Error 2                                                   
jan@xym:/tmp2/svn lol/build$</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>