Re: Compile problem

2015-06-19 Thread Christophe
- Josip Deanovic djosip+n...@linuxpages.net a écrit : [...] [...] wraster.h:182: error: wrong number of arguments specified for 'deprecated' attribute Could you please provide the answer for both commands: gcc --version $ gcc --version gcc (GCC) 4.4.7 20120313 (Red Hat

[repo.or.cz] wmaker-crm.git branch next updated: wmaker-0.95.6-319-g84284e6

2015-06-19 Thread crmafra
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project wmaker-crm.git. The branch, next has been updated via 84284e604e72fc4e54f01eaef1caf70a97c6065f (commit) via

Re: About to release wmaker-0.95.7

2015-06-19 Thread Josip Deanovic
Quoting message written on Friday 2015-06-19 15:15:58: Quoting message written on Saturday 2015-06-13 08:49:05: I'm planning to release wmaker-0.95.7 by the end of the next week, with the current state of the #master branch. This is a good time to test it to report any new problems or

Re: Compile problem

2015-06-19 Thread Josip Deanovic
Quoting message written on Friday 2015-06-19 22:02:24: Thanks again, I managed to isolate the cause! Thank you for your time. I have also sent a patch for this, although for this one it will take you some extra work, sorry for that... Now when I run ./autogen.sh I get this at the end: ...

Re: About to release wmaker-0.95.7

2015-06-19 Thread Josip Deanovic
Quoting message written on Saturday 2015-06-13 08:49:05: I'm planning to release wmaker-0.95.7 by the end of the next week, with the current state of the #master branch. This is a good time to test it to report any new problems or even old ones in case they were forgotten. Hi Carlos, I

Re: Double-click on application in wmdock does not launch the application if one instance is already running

2015-06-19 Thread Josip Deanovic
Quoting message written on Saturday 2014-06-14 00:06:14: Quoting message written on Monday 2014-06-09 11:13:14 by Carlos R. Mafra: It would be great if you could 'git bisect' the issue to a particular patch. That would speed up the fix greatly since there is even a confusion about the

[PATCH 1/2] wrlib: fixed gcc version needed for deprecated attribute support

2015-06-19 Thread Christophe CURIS
The support for a custom message in the attribute 'deprecated' have been added only from gcc 4.5.0 and not 4.0, so the check was updated accordingly to avoid compilation error with version 4.0 to 4.4. Reported-by: Josip Deanovic djosip+n...@linuxpages.net Signed-off-by: Christophe CURIS

[PATCH 2/2] Configure: increased the version of Automake requested

2015-06-19 Thread Christophe CURIS
The compilation of the WRaster library needs the keyword EXTRA_*_DEPENDENCIES in its Makefile so the configure.ac have been updated to require at least the version of automake in which it is added. Reported-by: Josip Deanovic djosip+n...@linuxpages.net Signed-off-by: Christophe CURIS