Re: [Geany-Devel] Windows installer snapshots with GTK 2.24

2015-07-03 Thread Dimitar Zhekov

On 03.7.2015 г. 02:03, Matthew Brush wrote:

On 2015-07-02 01:36 PM, Enrico Tröger wrote:

On 02/07/15 01:17, Matthew Brush wrote:

Another alternative might be `-static -lwinpthread-1` with or without
the `-1`.


Thanks. I already tried static -lpthread and now also your variants but
all without success :(.
The geany.dll on my system is always linked against libwinpthread-1.dll,
even after updating my Mingw environment.

I'll keep testing and trying...



I remember having this problem before, though I forget how I solved it :(

This looks kind of promising:
http://stackoverflow.com/a/28001271


objdump of my Geany 1.25 built on or after Apr 25 2015 with WAF, MinGW 
gcc-4.8.1 and binutils/ld 2.24:


DLL Name: comdlg32.dll
DLL Name: kernel32.dll
DLL Name: msvcrt.dll
DLL Name: msvcrt.dll
DLL Name: ole32.dll
DLL Name: shell32.dll
DLL Name: user32.dll
DLL Name: wsock32.dll
DLL Name: libcairo-2.dll
DLL Name: libgdk-win32-2.0-0.dll
DLL Name: libgdk_pixbuf-2.0-0.dll
DLL Name: libgio-2.0-0.dll
DLL Name: libglib-2.0-0.dll
DLL Name: libgmodule-2.0-0.dll
DLL Name: libgobject-2.0-0.dll
DLL Name: libgthread-2.0-0.dll
DLL Name: libgtk-win32-2.0-0.dll
DLL Name: intl.dll
DLL Name: libpango-1.0-0.dll
DLL Name: libpangocairo-1.0-0.dll

Two links to msvcrt, but no winpthread.
Hope that helps somehow...

--
E-gards: Jimmy
___
Devel mailing list
Devel@lists.geany.org
https://lists.geany.org/cgi-bin/mailman/listinfo/devel


Re: [Geany-Devel] Questions about bugs/features trackers

2015-07-03 Thread Minh Bui
 Nobody that I know of, so please, go ahead :)
Great, now I can work on this issue without doubt.

 PS: there's no item 3, is it?
Ugh... That's a bug. : D

Thank you for your response. That was helpful. I will be sure to keep my
eyes on the Github issues tracking system.

On Fri, Jul 3, 2015 at 5:03 PM, Colomban Wendling 
lists@herbesfolles.org wrote:

 Hi,

 Le 03/07/2015 23:48, Minh Bui a écrit :
  Hello, I'm a student who wants to contribute to Geany. I've read the
  HACKING file and surf through the bug/features tracking list.

 Great :)

  There are several questions I would like to ask:
 
  1. What are the open tickets? Are they issues that people have
  proposed and haven't been picked up by the development team?

 Open is the default state on SF, so it can mean that
 * Nobody really looked at the ticket
 * Someone looked, found it sensible but didn't do anything else

 So yeah basically it's what you guessed.

  If the answer to the question above is yes then:
  Are the open-accepted tickets are tickets that the development team
  has accepted to work on?

 Basically, it means okay, we confirm/agree this is an issue/feature to
 have.

  2. Why do we have to use 2 different tracking systems? I noticed that
  the issues tracking on Github and the one on SourceForge do not match
  with others. Which is the most active recent tracking system?

 Basically, we're (slowly) moving to GitHub.

  4. Assuming my assumption for the first question is correct, I would
  like to work on this: http://sourceforge.net/p/geany/bugs/1026/. But I'm
  in doubt because I don't know if someone has already working on this.

 Nobody that I know of, so please, go ahead :)

 BTW, this is a good example of open-accepted, Lex just said you're
 right that's a bug we need to fix, but didn't do anything further (yet).
 Though, we are pretty bad at managing our bug tracker, so I wouldn't be
 surprised there are open tickets that we forgot to close (probably
 because we fixed the issue separately), or await for a long time :(

 Regards,
 Colomban


 PS: there's no item 3, is it?
 ___
 Devel mailing list
 Devel@lists.geany.org
 https://lists.geany.org/cgi-bin/mailman/listinfo/devel

___
Devel mailing list
Devel@lists.geany.org
https://lists.geany.org/cgi-bin/mailman/listinfo/devel


[Geany-Devel] Questions about bugs/features trackers

2015-07-03 Thread Minh Bui
Hello, I'm a student who wants to contribute to Geany. I've read the
HACKING file and surf through the bug/features tracking list.

There are several questions I would like to ask:

1. What are the open tickets? Are they issues that people have proposed
and haven't been picked up by the development team?

If the answer to the question above is yes then:
Are the open-accepted tickets are tickets that the development team has
accepted to work on?

2. Why do we have to use 2 different tracking systems? I noticed that the
issues tracking on Github and the one on SourceForge do not match with
others. Which is the most active recent tracking system?

4. Assuming my assumption for the first question is correct, I would like
to work on this: http://sourceforge.net/p/geany/bugs/1026/. But I'm in
doubt because I don't know if someone has already working on this.

Thanks a lot!
Minh Bui
___
Devel mailing list
Devel@lists.geany.org
https://lists.geany.org/cgi-bin/mailman/listinfo/devel


Re: [Geany-Devel] Windows installer snapshots with GTK 2.24

2015-07-03 Thread Enrico Tröger
On 03/07/15 18:27, Dimitar Zhekov wrote:
 On 03.7.2015 г. 02:03, Matthew Brush wrote:
 On 2015-07-02 01:36 PM, Enrico Tröger wrote:
 On 02/07/15 01:17, Matthew Brush wrote:
 Another alternative might be `-static -lwinpthread-1` with or without
 the `-1`.

 Thanks. I already tried static -lpthread and now also your variants but
 all without success :(.
 The geany.dll on my system is always linked against libwinpthread-1.dll,
 even after updating my Mingw environment.

 I'll keep testing and trying...


 I remember having this problem before, though I forget how I solved it :(

 This looks kind of promising:
 http://stackoverflow.com/a/28001271
 
 objdump of my Geany 1.25 built on or after Apr 25 2015 with WAF, MinGW
 gcc-4.8.1 and binutils/ld 2.24:

The versions look like those I had until I upgraded my Mingw setup
yesterday.
Where did you get your Mingw from?

I'm using the one bundled in the Strawberry Perl distribution
(http://strawberryperl.com/).


Regards,
Enrico

-- 
Get my GPG key from http://www.uvena.de/pub.asc



signature.asc
Description: OpenPGP digital signature
___
Devel mailing list
Devel@lists.geany.org
https://lists.geany.org/cgi-bin/mailman/listinfo/devel


Re: [Geany-Devel] Questions about bugs/features trackers

2015-07-03 Thread Colomban Wendling
Hi,

Le 03/07/2015 23:48, Minh Bui a écrit :
 Hello, I'm a student who wants to contribute to Geany. I've read the
 HACKING file and surf through the bug/features tracking list.

Great :)

 There are several questions I would like to ask:
 
 1. What are the open tickets? Are they issues that people have
 proposed and haven't been picked up by the development team?

Open is the default state on SF, so it can mean that
* Nobody really looked at the ticket
* Someone looked, found it sensible but didn't do anything else

So yeah basically it's what you guessed.

 If the answer to the question above is yes then:
 Are the open-accepted tickets are tickets that the development team
 has accepted to work on?

Basically, it means okay, we confirm/agree this is an issue/feature to
have.

 2. Why do we have to use 2 different tracking systems? I noticed that
 the issues tracking on Github and the one on SourceForge do not match
 with others. Which is the most active recent tracking system?

Basically, we're (slowly) moving to GitHub.

 4. Assuming my assumption for the first question is correct, I would
 like to work on this: http://sourceforge.net/p/geany/bugs/1026/. But I'm
 in doubt because I don't know if someone has already working on this.

Nobody that I know of, so please, go ahead :)

BTW, this is a good example of open-accepted, Lex just said you're
right that's a bug we need to fix, but didn't do anything further (yet).
Though, we are pretty bad at managing our bug tracker, so I wouldn't be
surprised there are open tickets that we forgot to close (probably
because we fixed the issue separately), or await for a long time :(

Regards,
Colomban


PS: there's no item 3, is it?
___
Devel mailing list
Devel@lists.geany.org
https://lists.geany.org/cgi-bin/mailman/listinfo/devel