Re: [Ekiga-devel-list] [Win32] last version (GTK2->GTK3)

2013-12-05 Thread Thierry Simonnet

  
  
On 12/05/2013 09:14 AM, Eugen Dedu
  wrote:

On 05/12/13 08:51, Thierry Simonnet wrote:
  
  Hello,


I made some tests.

For installation files, it seems to me that


   * libfontconfig-1.dll

   * libpangoft2-1.0-0.dll

   * libexpat-1.dll

   * libclet0-2.dll


are missing .

  
  
  What does "it seems to me" mean?  Do you have errors or not?  When
  do you have the error?  What error?
  
  
  Note that I have not yet tested calls, just that it starts.
  
  
  After the installation, I had the
following message : GLib-GIO-ERROR **: /No

GSettings schemas are installed on the system

/I copied /dist/Ekiga/share/glib-2.0 directory to my win7 PC

(c:\Program\ekiga\share).

  
  
  Strange, it should work...  What is the name of the .exe
  generated?
  

I add this line 

SetOverwrite on
    File "${TARGET_DIR}\Ekiga\*.exe"
    File "${TARGET_DIR}\Ekiga\*.dll"
    File /r "${TARGET_DIR}\Ekiga\icons"
    File /r "${TARGET_DIR}\Ekiga\ekiga"
    File /r "${TARGET_DIR}\Ekiga\sounds"
    File /r "${TARGET_DIR}\Ekiga\help"
    File /r "${TARGET_DIR}\Ekiga\share\locale"
    File /r "${TARGET_DIR}\Ekiga\share\glib-2.0"
    File /r /x man "${TARGET_DIR}\Ekiga\share"
    File /r "${TARGET_DIR}\Ekiga\plugins"
    File "${EKIGA_DIR}/win32/ico/ekiga.ico"

inside ekiga/win32/nsisinstaller/ekiga.nsi


  
  I tested echo, call back...


When leaving I had a Pb about a missing Runtime.

  
  
  Which one?
  
  



-- 
  
  
  
  
  
  
  
  
  
  
  
  
  Thierry
  Simonnet
  ESIEE-Paris
   Par
  respect pour
  l’environnement, n’imprimez ce mail que si nécessaire
  
  

  

___
ekiga-devel-list mailing list
ekiga-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/ekiga-devel-list

Re: [Ekiga-devel-list] [Win32] last version (GTK2->GTK3)

2013-12-05 Thread Thierry Simonnet

  
  
Le 05/12/2013 09:14, Eugen Dedu a
  écrit :

On 05/12/13 08:51, Thierry Simonnet wrote:
  
  Hello,


I made some tests.

For installation files, it seems to me that


   * libfontconfig-1.dll

   * libpangoft2-1.0-0.dll

   * libexpat-1.dll

   * libclet0-2.dll


are missing .

  
  
  What does "it seems to me" mean?  Do you have errors or not?  When
  do you have the error?  What error?
  
  
  Note that I have not yet tested calls, just that it starts.
  
  
  After the installation, I had the
following message : GLib-GIO-ERROR **: /No

GSettings schemas are installed on the system

/I copied /dist/Ekiga/share/glib-2.0 directory to my win7 PC

(c:\Program\ekiga\share).

  
  
  Strange, it should work...  What is the name of the .exe
  generated?
  
  
  I tested echo, call back...


When leaving I had a Pb about a missing Runtime.

  
  
  Which one?
  
  

"This application has requested the Runtime to terminate it in an
unusual way.
Please contact the application's support team for more information."

-- 
  
  
  
  
  
  
  
  
  
  
  
  
  Thierry
  Simonnet
  ESIEE-Paris
   Par
  respect pour
  l’environnement, n’imprimez ce mail que si nécessaire
  
  

  

___
ekiga-devel-list mailing list
ekiga-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/ekiga-devel-list

Re: [Ekiga-devel-list] [Win32] last version (GTK2->GTK3)

2013-12-05 Thread Thierry Simonnet

  
  
Le 05/12/2013 09:14, Eugen Dedu a
  écrit :

On 05/12/13 08:51, Thierry Simonnet wrote:
  
  Hello,


I made some tests.

For installation files, it seems to me that


   * libfontconfig-1.dll

   * libpangoft2-1.0-0.dll

   * libexpat-1.dll

   * libclet0-2.dll


are missing .

  
  
  What does "it seems to me" mean?  Do you have errors or not?  When
  do you have the error?  What error?
  

I had errors. libs are missings. Need to be added in Makefile with
other libpang*.dll.


  
  Note that I have not yet tested calls, just that it starts.
  
  
  After the installation, I had the
following message : GLib-GIO-ERROR **: /No

GSettings schemas are installed on the system

/I copied /dist/Ekiga/share/glib-2.0 directory to my win7 PC

(c:\Program\ekiga\share).

  
  
  Strange, it should work...  What is the name of the .exe
  generated?
  

ekiga-setup-4.1.0-git-443_gc02f2ea.exe

  
  I tested echo, call back...

  

h323 crashes with all my test numbers

  

When leaving I had a Pb about a missing Runtime.

  
  
  Which one?
  

Unable to say. It is too fast and unable to have a static window.




-- 
  
  
  
  
  
  
  
  
  
  
  
  
  Thierry
  Simonnet
  ESIEE-Paris
   Par
  respect pour
  l’environnement, n’imprimez ce mail que si nécessaire
  
  

  

___
ekiga-devel-list mailing list
ekiga-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/ekiga-devel-list

Re: [Ekiga-devel-list] [Win32] last version (GTK2->GTK3)

2013-12-05 Thread Eugen Dedu

On 05/12/13 08:51, Thierry Simonnet wrote:

Hello,

I made some tests.
For installation files, it seems to me that

   * libfontconfig-1.dll
   * libpangoft2-1.0-0.dll
   * libexpat-1.dll
   * libclet0-2.dll

are missing .


What does "it seems to me" mean?  Do you have errors or not?  When do 
you have the error?  What error?


Note that I have not yet tested calls, just that it starts.


After the installation, I had the following message : GLib-GIO-ERROR **: /No
GSettings schemas are installed on the system
/I copied /dist/Ekiga/share/glib-2.0 directory to my win7 PC
(c:\Program\ekiga\share).


Strange, it should work...  What is the name of the .exe generated?


I tested echo, call back...

When leaving I had a Pb about a missing Runtime.


Which one?

--
Eugen
___
ekiga-devel-list mailing list
ekiga-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/ekiga-devel-list