[Issue 12128] New: C++ conversion error: not parsed until the end of the file

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Feb 10 01:40:25 PST 2014


https://d.puremagic.com/issues/show_bug.cgi?id=12128

           Summary: C++ conversion error: not parsed until the end of the
                    file
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: VisualD
        AssignedTo: nobody at puremagic.com
        ReportedBy: andrej.mitrovich at gmail.com


--- Comment #0 from Andrej Mitrovic <andrej.mitrovich at gmail.com> 2014-02-10 01:40:23 PST ---
I've tried converting this codebase:
http://www.music.mcgill.ca/~gary/rtaudio/release/rtaudio-4.0.12.tar.gz

C++ Conversion Wizard Dialog settings:

-----
Input Dir: 
C:\dev\projects\CRtAudio_Interface\src\rtaudio_c-4.0.12

Output Dir: 
C:\dev\projects\CRtAudio_Interface\src\rtaudio_c-4.0.12\convert

Files and directories:
*.cpp
*.h

Preprocessor expansions:
__WINDOWS_DS__=1

Keyword Prefix:
d_

Package Prefix:
rtaudio_d
-----

When hitting convert for each C++ file I get back these errors:

RtAudio.cpp
C:\dev\projects\CRtAudio_Interface\src\rtaudio_c-4.0.12\RtAudio.cpp(108): not
parsed until the end of the file
----------------
RtAudio.h
C:\dev\projects\CRtAudio_Interface\src\rtaudio_c-4.0.12\RtAudio.h(515): not
parsed until the end of the file
----------------
RtError.h
C:\dev\projects\CRtAudio_Interface\src\rtaudio_c-4.0.12\RtError.h(41): not
parsed until the end of the file
----------------
3 of 3 files failed to parse, aborting

Using VisualD 0.3.37

Any ideas what I'm doing wrong?

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list