RSS/Atom feed Twitter
Site is read-only, email is disabled

GIMP-get Compile Failure (Windows)

This discussion is connected to the gimp-developer-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

3 of 3 messages available
Toggle history

Please log in to manage your subscriptions.

GIMP-get Compile Failure (Windows) Partha Bagchi 20 Jan 21:06
  GIMP-get Compile Failure (Windows) Ell via gimp-developer-list 20 Jan 23:11
   GIMP-get Compile Failure (Windows) Partha Bagchi 21 Jan 02:45
Partha Bagchi
2018-01-20 21:06:46 UTC (about 6 years ago)

GIMP-get Compile Failure (Windows)

Ell,

Issues with process_system_time (addition from yesterday?):

CC gimpdashboard.o

gimpdashboard.c: In function 'gimp_dashboard_sample_cpu_usage': gimpdashboard.c:1559:27: error: 'process_system_time' undeclared (first use in this function); did you mean 'process_user_time'? &process_system_time, ^~~~~~~~~~~~~~~~~~~ process_user_time gimpdashboard.c:1559:27: note: each undeclared identifier is reported only once for each function it appears in Makefile:1381: recipe for target `gimpdashboard.o' failed make[4]: *** [gimpdashboard.o] Error 1

I think you meant to say "process_kernel_time".

Window 10 64bit etc.

Thanks, Partha

Ell via gimp-developer-list
2018-01-20 23:11:06 UTC (about 6 years ago)

GIMP-get Compile Failure (Windows)

On Sat, 20 Jan 2018 16:06:46 -0500 Partha Bagchi wrote:

Ell,

Issues with process_system_time (addition from yesterday?):

CC gimpdashboard.o

gimpdashboard.c: In function 'gimp_dashboard_sample_cpu_usage': gimpdashboard.c:1559:27: error: 'process_system_time' undeclared (first use in this function); did you mean 'process_user_time'? &process_system_time, ^~~~~~~~~~~~~~~~~~~ process_user_time gimpdashboard.c:1559:27: note: each undeclared identifier is reported only once for each function it appears in Makefile:1381: recipe for target `gimpdashboard.o' failed make[4]: *** [gimpdashboard.o] Error 1

I think you meant to say "process_kernel_time".

Indeed. This is what happens when you push untested code :)

Fixed in 4d3720baad3792a418f2d002b66440c1bda29cbb, thanks!

-- Ell

Partha Bagchi
2018-01-21 02:45:56 UTC (about 6 years ago)

GIMP-get Compile Failure (Windows)

On Sat, Jan 20, 2018 at 6:11 PM, Ell via gimp-developer-list < gimp-developer-list@gnome.org> wrote:

On Sat, 20 Jan 2018 16:06:46 -0500 Partha Bagchi wrote:

Ell,

Issues with process_system_time (addition from yesterday?):

CC gimpdashboard.o

gimpdashboard.c: In function 'gimp_dashboard_sample_cpu_usage': gimpdashboard.c:1559:27: error: 'process_system_time' undeclared (first use in this function); did you mean 'process_user_time'? &process_system_time, ^~~~~~~~~~~~~~~~~~~ process_user_time gimpdashboard.c:1559:27: note: each undeclared identifier is reported only once for each function it appears in Makefile:1381: recipe for target `gimpdashboard.o' failed make[4]: *** [gimpdashboard.o] Error 1

I think you meant to say "process_kernel_time".

Indeed. This is what happens when you push untested code :)

Fixed in 4d3720baad3792a418f2d002b66440c1bda29cbb, thanks!

-- Ell

No problem. I tested it for you.