search for: get_home_dir

Displaying 4 results from an estimated 4 matches for "get_home_dir".

2000 Jun 07
2
samba head
...he current 1.2 ldap version. I put the contents of ./ldap/include/ in /usr/local/etc/openldap/lib/ and the contents of ./ldap/libraries/ in /usr/local/etc/openldap/lib/. When I compile I get this error: Compiling client/clitar.c Linking bin/smbclient /usr/lib/libreadline.a(shell.o): In function `get_home_dir': shell.o(.text+0x11c): multiple definition of `get_home_dir' lib/username.o(.text+0x974): first defined here /usr/bin/ld: Warning: size of symbol `get_home_dir' changed from 138 to 37 in shell.o collect2: ld returned 1 exit status make: *** [bin/smbclient] Error 1 I don't think th...
2007 Apr 12
9
taille de caractère
en fait je vous renvoi ce message car maintenant la taille de la police change au bout de 500 lignes environ, alors que j''avais reussi à garder la taille jusqu''à environ 5000 lignes. Je ne comprend pas. Est-ce que c''est instable? le bout de code que vous m''avez envoyer ne marche pas. merci Sebastien _______________________________________________ wxruby-users
2006 Nov 13
7
[736] trunk/wxruby2/samples/dialogs/dialogs.rb: Fixed crashing bug in on_paint and made the code style more Ruby like.
...lass="cx"> </span><del>- def onDirChoose(event) </del><ins>+ def on_dir_choose(event) </ins><span class="cx"> </span><span class="cx"> # pass some initial dir to DirDialog </span><del>- dirHome = get_home_dir() </del><ins>+ dir_home = get_home_dir() </ins><span class="cx"> </span><del>- dialog = DirDialog.new(self, "Testing directory picker", dirHome) </del><ins>+ dialog = DirDialog.new(self, "Testing directory picker&quo...
2008 Jan 08
28
1.9.3 release, rakefile
Hi I''d like to put out a 1.9.3 release perhaps later this week/weekend. If you have a chance to test the build and samples esp with latest rubygems, please do. There are still some bugs on the list, and samples to do, but this should address all the build/install probs that have come up. And it would be good to get some testing and feedback on some of the new classes. A note on the