I would definitely like this as well. For my use case, which involves using a bundle Cygwin environment to run a graphical program (and is hence quite large), it would make my installer development/test cycle a lot quicker if I could do parallel compression.
Cygwin's symlinks use something called NTFS Reparse Points as symlinks (https://cygwin.com/cygwin-ug-net/using.html#pathnames-symlinks, https://en.wikipedia.org/wiki/NTFS_reparse_point) It seems that, much like Linux symlinks, applications that aren't aware of symlinks might just end up duplicating files rather than preserving the links. Unfortunately I can't really provide any insight beyond what those links show, apart from saying that NSIS seems to duplicate files. This isn't really my area of...
Using /a /r works, thanks. Not sure how to mark as solved.
Using /a /r works, thanks.
Cygwin .lnk symlinks are broken
NTFS Symlinks are not preserved
Good idea. I know docbook 5.0 works, because that's what I used to write my documentation that I process with DAPS.
Fair enough :) Nope, still not working. A package search doesn't yield any docbook 5.1 - specific things, so I think there probably just isn't a package for the docbook 5.1 stuff. Thanks anyway :)
Thanks for quick reply. I have asciidoctor installed, but not asciidoc. It works now I've removed it - thanks :) Yeah, when I run the configure script, I get this: DocBook 5.1 support | no | install DocBook 5.1, the | | DocBook 5 XSL stylesheets, | | and jing jing is installed, so I'm assuming one of the others isn't, or it's not being detected that they are. I don't know how to install them though. It's always said this, so not new, but I have a different issue that I think might be related to this,...
Thanks for quick reply. I have asciidoctor insteadd, but not asciidoc. It works now Ive removed it - thanks :) Yeah, when I run the configure script, I get this: DocBook 5.1 support | no | install DocBook 5.1, the | | DocBook 5 XSL stylesheets, | | and jing jing is installed, so I'm assuming one of the others isn't, or it's not being detected that they are. I don't know how to install them though. It's always said this, so not new, but I have a different issue that I think might be related to this,...
This looks great, but unfortunately I can't compile this. When I try, this is the output I get: make[1]: Entering directory '.../daps-3.0.0' touch build/.firstbuild make[2]: Entering directory '.../daps-3.0.0' make[2]: Leaving directory '.../daps-3.0.0' make[2]: Entering directory '.../daps-3.0.0' .../daps-3.0.0/doc/build/.profiled/noprofile/daps-asciidoc.xml:213:144: error: element "emphasis" not allowed here; expected the element end-tag, text or element "alt", "anchor", "annotation", "biblioref",...
Hi, Same person - I've just created an account now. Thank you, that's really helpful :) I'm actually running DAPS 2.2.0 that I compiled on Linux Mint, so I'd better recompile! Thanks again, Hamish