Subject: Re: [libssh2] #177: libssh2 1.2.6 build error using mingw 4.5.0

Re: [libssh2] #177: libssh2 1.2.6 build error using mingw 4.5.0

From: libssh2 Trac <trac_at_libssh2.stuge.se>
Date: Wed, 16 Jun 2010 00:38:23 -0000

#177: libssh2 1.2.6 build error using mingw 4.5.0
--------------------------+-------------------------------------------------
  Reporter: vszakats | Owner:
      Type: build error | Status: closed
  Priority: blocker | Milestone: 1.2.6
 Component: API | Version: 1.2.6
Resolution: fixed | Keywords:
    Blocks: | Blocked By:
--------------------------+-------------------------------------------------

Comment (by vszakats):

 Trac swallowed underscores in my report, so now there is a typo in commit:

 http://git.libssh2.org/?p=libssh2.git;a=commitdiff;h=49ddf447ff4bd80285f926eac0115f4e595f9425

 With proper formatting:

 line 1153:
 {{{
 #if defined( BORLANDC ) || defined( _MSC_VER ) || defined( MINGW32 )
 }}}
 should be:
 {{{
 #if defined( __BORLANDC__ ) || defined( _MSC_VER ) || defined( __MINGW32__
 )
 }}}

-- 
Ticket URL: <http://libssh2.stuge.se/ticket/177#comment:3>
libssh2 <http://libssh2.stuge.se/>
C library for writing portable SSH2 clients
_______________________________________________
libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel
Received on 2010-06-16