This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug build/21385] New: windows-nat.c compilation fails: no declaration for allargs


https://sourceware.org/bugzilla/show_bug.cgi?id=21385

            Bug ID: 21385
           Summary: windows-nat.c compilation fails: no declaration for
                    allargs
           Product: gdb
           Version: HEAD
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: build
          Assignee: unassigned at sourceware dot org
          Reporter: HBBroeker@T-Online.de
  Target Milestone: ---

As of commit 7c5ded6a00c4817d56cdf04fbc1969bc33b2a930, windows-nat.c again does
not compile on Cygwin64 (current, GCC-5.4):

../../binutils-gdb/gdb/windows-nat.c: In function 'void
windows_create_inferior(target_ops*, const char*, const string&, char**, int)':
../../binutils-gdb/gdb/windows-nat.c:2478:29: error: 'allargs' was not declared
in this scope
       len = mbstowcs (NULL, allargs, 0) + 1;
                             ^
../../binutils-gdb/gdb/windows-nat.c:2496:24: error: 'allargs' was not declared
in this scope
      + mbstowcs (NULL, allargs, 0) + 2;
                        ^

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]