Hot-Linc alpha 2 released
Moderators: snarkout, Patrick, dann
Hot-Linc alpha 2 released
Hey now, the Hot-Linc cpu monitor alpha verion .0.0.2 has been released. You can download your copy at <a href="http://www.thelinuxlink.net/~dann/hot-l ... .tar.gz</a>.
Expect version 0.0.3 sometime before the next tech show! And what a sight it will be to see!
Expect version 0.0.3 sometime before the next tech show! And what a sight it will be to see!
-
Guest
hi
diff -Naur hot-linc-0.0.2/hot-babe.c hot-linc-0.0.2-1/hot-babe.c
--- hot-linc-0.0.2/hot-babe.c 2002-09-21 10:53:24.000000000 -0400
+++ hot-linc-0.0.2-1/hot-babe.c 2004-11-12 02:27:36.935232856 -0500
@@ -81,7 +81,7 @@
FILE *stat;
stat = fopen("/proc/stat", "r");
- fscanf(stat, "%*s %Ld %Ld %Ld %Ld", &ab, &ac, &ad, &ae);
+ fscanf(stat, "%*s %lu %lu %lu %lu", &ab, &ac, &ad, &ae);
fclose(stat);
/* Find out the CPU load */
--- hot-linc-0.0.2/hot-babe.c 2002-09-21 10:53:24.000000000 -0400
+++ hot-linc-0.0.2-1/hot-babe.c 2004-11-12 02:27:36.935232856 -0500
@@ -81,7 +81,7 @@
FILE *stat;
stat = fopen("/proc/stat", "r");
- fscanf(stat, "%*s %Ld %Ld %Ld %Ld", &ab, &ac, &ad, &ae);
+ fscanf(stat, "%*s %lu %lu %lu %lu", &ab, &ac, &ad, &ae);
fclose(stat);
/* Find out the CPU load */
- Wally Balljacker
- Posts: 1227
- Joined: Fri Jul 29, 2005 3:32 am
- Location: University of Massachusetts - Lowell
- Contact:
Re: Hot-Linc alpha 2 released
Just to necrothread here for a bit (but with good reason), Hot-Linc will build in Fedora 20. You need to install gtk+ and gtk+devel, as well as gdk-pixbuf2-devel. Then, you need to grab yourself a copy of the original HotBabe source and copy the CFLAGS and LIBS lines from HotBabe's Makefile over to the Makefile in Hot-Linc before compiling. Then make yourself some Hot Linc goodness. 
Time to make 0.0.3, Dann!
Time to make 0.0.3, Dann!

Re: Hot-Linc alpha 2 released
Holy Shit!! Someone posted here 
Re: Hot-Linc alpha 2 released
It must soon be time to look at getting hot linc ready to run. When we cannot listen to Linc, let's at least se him excited when compiling.