www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 9533] New: CHM generation crashes

reply d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=9533

           Summary: CHM generation crashes
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: websites
        AssignedTo: nobody puremagic.com
        ReportedBy: andrej.mitrovich gmail.com



16:21:49 PST ---
While running:

$ make -f win32.mak chm

I get an access violation:

Error while processing line: <div class="navblock"><h2><a
href="index.html" title="D Programming
Language">D Home</a></h2> <ul> <li><a href="overview.html" title="D
language overview">Overview</
a></li>
Error while processing file: .\spec.html
object.Error: Access Violation

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Feb 18 2013
next sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=9533


Vladimir Panteleev <thecybershadow gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |thecybershadow gmail.com



05:15:37 EEST ---
Do you still get this? IIRC I fixed a similar-sounding bug a while ago, but
can't be sure.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Jun 13 2013
prev sibling next sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=9533


Andrej Mitrovic <andrej.mitrovich gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



05:58:29 PDT ---
It's fixed now.

Btw, could we make the tool try looking for the Phobos dir in some environment
variable?

I have my sources set up this way:

C:\dmd-git\dmd2\src:

\dlang.org
\dmd
\phobos

C:\dmd-git\dmd2\html:

\d\phobos

I can use a local git exclude file, but copying Phobos files directly into the
dlang.org repository is a drag. :]

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Jun 14 2013
prev sibling next sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=9533




22:52:42 EEST ---

 It's fixed now.
 
 Btw, could we make the tool try looking for the Phobos dir in some environment
 variable?
Personally, I have a "phobos" symlink that points to the generated Phobos documentation. If the makefile had a variable for the Phobos documentation location, then it would make sense to get chmgen to use it. (Does DigitalMars' make utility copy its variables to the environment of child processes?) However, I don't see such a variable in the Windows makefile, and the makefile doesn't seem to concern itself with Phobos documentation at all currently. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Jun 14 2013
prev sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=9533




13:01:33 PDT ---

 I have a "phobos" symlink that points to the generated Phobos
 documentation.
That works for me, thanks for the tip. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Jun 14 2013