Please forgive me.



Hi to all the members,

I want to make you sincerely excuses for the injuries I post on this mailing-list.

Concerning the Gtk-3 maintainer and everybody that I have hurt.

I'm sorry for:

for all the injuries I have said to the GTK-Team on the mailing list (gtk-app-devel-list gnome org 
<mailto:gtk-app-devel-list gnome org>) in one mail.

I'm not bad but when things get wrong I become nervous and want to kill
the entire world.

So I have posted injuries for what I'm not proud about on the gtk-app-devel
mailing list.

I sends you my true excuses and I will never more do this again.

To let my emotions make me sin so hard.

|

Thanks to understand that you become bad minded angry and nervous when your program
crash and you think:
1. You have done all right (because it worked with Micro Music Player).

2. The BUG comes from the underlying library (What's wrong).

3. The last time you did the same with my useful *.dll copying script and it works well (But this time it's 
not sufficient).

[CODE]
#! /bin/bash

###########################################
#                                         #
# A script for mingw distributing copying #
# every needed *.dll to destination given #
# as argument ($2),                       #
# from binary given as argument ($1)      #
#                                         #
###########################################

function usage {

   echo "a script to copy all required dll files from a binary to a destdir."
   echo "usage: $0 pathtobin destdir"

   exit 1

}

if [[ ! -f $1 ]] || [[ ! -d $2 ]] ; then

   usage ;

else

   ldd $1 | grep /mingw64/bin/ | cp $(gawk '{print $3}' ) $2

   ldd $1 | grep /mingw64/bin/ | echo "$(gawk '{print $3}' )"

   # A try for cygwin:
   #
   #objdump -p $1 | grep "DLL Name" | cp $(printf "%s%s" "/usr/x86_64-w64-mingw32/sys-root/mingw/bin/" $(gawk 
'{print $3}')) $2

   #objdump -p $1 | grep "DLL Name" | echo $(printf "%s%s" "/usr/x86_64-w64-mingw32/sys-root/mingw/bin/" 
$(gawk '{print $3}'))

   echo "copy to $2"

   cp $1 $2

   echo "copy $1 to $2"

   exit 0 ;

fi

[/CODE]

---

Thanks to accept my excuses and forgive me.

I though to add some technical questions as footer but humanity

is more important that a computer.

So thanks to forgive me.

So I won't post any  technical question in this post I only search the pardon.

---

P.S: Thinks to donate for the survival of GtkSourceView which currently has a single maintainer which I get 
some familiarity with him.

at: <https://liberapay.com/GtkSourceView/>.




---
L'absence de virus dans ce courrier électronique a été vérifiée par le logiciel antivirus Avast.
https://www.avast.com/antivirus


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]