On Sat, 14 Jul 2007, Dan Fandrich wrote:
> How about including a GNU indent(1) config file that matches this style so
> new chunks of code can be easily fixed before the initial checkin?
I started on one before. What would you guys say about this one:
--braces-on-if-line
--braces-after-struct-d
Hi
I've committed some changes, so now we use the script 'maketgz' to build
release source tarballs. It does a little extra magic before calling 'make
dist', such as fixing the version defines and stuff to be correct.
My daily snapshots script has been updated accordingly.
My commit message al
Hi,
> I just noticed that 'make dist' broke sometime after July 9 as both mine and
> Simon's automated snapshots are no longer made due to that... (and I'm off
> to bed)
seems I was guilty for that because I removed a file and added another, but
didnt update Makefile.am
I've just done same in
On Mon, 16 Jul 2007, Guenter Knauf wrote:
> seems I was guilty for that because I removed a file and added another, but
> didnt update Makefile.am I've just done same in the win32 folder:
> --- win32/ssh_sample.dsp
> +++ win32/tests.dsp
>
> but this time I see the *.dsp nowhere listed; can y
Greetings Devs,
I apologize in advance if this is not the right place to post on for help
and problems about the library. Please correct me if it is. I need help
figuring out why the library doesn't work.
I'm working on a project and am wanting to use your ssh library to make my
life a little ea
Hi Paul,
> 1) On windows with visual studio 2005, the project doesn't compile, but I
I've just few minutes ago fixed the project files; please use CVS code;
however the project files might still need some switch tweaks, please test and
report back here.
> was able to fix it so that id did. The s
Hi Paul,
> 3) When I was trying to run the ssh2.c example on linux, I noticed that
> the
> libssh2_config.h file wasn't present after installing 0.15 on my Gentoo
> Linux system. Now is probably a problem in the ebuild (Gentoo's install
> system), because it is in the source tar.gz. But let me ask
Ok, I just checked out the current CVS version and rebuilt libssh2 with it.
I still ran into the problem of not being able to compile the library out of
the box. MSVC 2005 does not define theses two types:
ssize_t
uint32_t
I had to typdef them in under the noted spot in my first post.
Just curio
Hi Paul,
> I still ran into the problem of not being able to compile the library out
> of the box. MSVC 2005 does not define theses two types:
> ssize_t
> uint32_t
> I had to typdef them in under the noted spot in my first post.
ok, can you please compile + run the attached test sample and tell