Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • Answering your parenthetical question: Use the MinTTY terminal (there's a Cygwin package for it); it's much friendlier than the standard Windows one. Even in the Windows terminal, though, you can get a scrollback buffer -- click on the window icon to get the menu, select properties, and then there's a setting there for "screen buffer size". Give that a really large height, and then you can scroll up that far. Commented Nov 7, 2010 at 1:39
  • What exactly are you trying to compile that throws all these errors? Some sample code would be useful here. Commented Nov 7, 2010 at 1:41
  • Thank you, MinTTY is much better than the standard Cygwin. Here is an paste of all my logs, it is basically just a small plugin, but this happens with anything I try to compile using this SDK. I ran into these issues on Ubuntu before too but build-essential fixed it. Im assuming some packages are off. ampaste.net/m3d0a864f Commented Nov 7, 2010 at 2:25
  • I was just told by one of the developers that the SDK doesn't compile with GCC 4.3 which is what I am using. Cygwin seems to not have 4.1 (the version they use) available though. Commented Nov 7, 2010 at 2:31