http://llvm.org/bugs/show_bug.cgi?id=2605

           Summary: Fail to build AsmParser without bison on Win32
           Product: Build scripts
           Version: trunk
          Platform: PC
        OS/Version: Windows NT
            Status: NEW
          Severity: minor
          Priority: P2
         Component: Makefiles
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
                CC: [email protected]


in 'win32/dobison.cmd' script, the output directory for 'llvmAsmParser.cpp',
and 'llvmAsmParser.h' is different when they are generated using bison from
when they are generated using pre-generated files. Thus, the 'AsmParser'
project fails to build when 'bison' cannot be found in the path. 

This could easily be fixed by make the output directories for both cases the
same and the project has correct path to the generated file.


-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to