#1927: Parrot doesn't build with spaces in directory name
-------------------------+--------------------------------------------------
 Reporter:  whiteknight  |       Owner:  jkeenan 
     Type:  bug          |      Status:  assigned
 Priority:  critical     |   Milestone:  3.0     
Component:  build        |     Version:  master  
 Severity:  high         |    Keywords:  win32   
     Lang:               |       Patch:          
 Platform:  all          |  
-------------------------+--------------------------------------------------

Comment(by jkeenan):

 Replying to [comment:12 jkeenan]:
 > The install directory is still somehow dependent on the build directory.
 >

 It turns out that this problem (a) has nothing to do with the problem of
 spaces in paths and (b) has been lurking in Darwin all along.  Working in
 master, I configured in a directory that had no spaces in its path.  I
 then installed.  When I called `./bin/parrot --version` I got the expected
 output.  I then called `make realclean` in the build directory and re-
 called `./bin/parrot --version`.  I got this output:
 {{{
 [pseudoinstall] 529 $ ./bin/parrot --version
 dyld: Library not loaded:
 /Users/jimk/gitwork/parrot/blib/lib/libparrot.dylib
   Referenced from: /Users/jimk/work/pseudoinstall/./bin/parrot
   Reason: image not found
 Trace/BPT trap
 }}}
 Since the problem I'm having on Darwin has to do with Darwin and not this
 ticket, I will merge the ''spaces_in_paths'' branch into master and open a
 new ticket for the Darwin problem.

 Thank you very much.

 kid51

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/1927#comment:13>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets

Reply via email to