-
The decision "setpgrp" doesn't take arguments --> I'm compiling on SYSV is not correct here; Darwin defines it as "pid_t setpgrp (void);" and successfully fails to compile.
2009-07-13 11:37:43 UTC by nobody
-
vmpsd holds its terminal even after forking. Here is a patch which fixes the issue for me; I don't know if it is clean enough as is.
2009-06-05 10:33:15 UTC by nobody
-
I submitted a patch that should take care of the 64-bit issues, and clean up the bulk of the warnings that show up when the code is compiled with -Wall.
It can be found here: https://sourceforge.net/tracker/index.php?func=detail&aid=2695656&group_id=47375&atid=449288
Let me know how it works for you.
Thanks.
2009-03-19 22:09:54 UTC by annamoo
-
This patch fixes most compile warnings found with -Wall, and renders the code 64-bit clean. There are still two warnings, and some ugliness that is outside the realm of my C coding experience, but that can wait for a later time, or someone else with better C skills than mine.
2009-03-19 22:08:14 UTC by annamoo
-
dori_seliskar added the vmpsd-1.4.01.tar.gz file.
2009-02-15 19:37:32 UTC by dori_seliskar
-
dori_seliskar created the 1.4.01 file release.
2009-02-15 19:31:51 UTC by dori_seliskar
-
Thank you very much, worked like a charm. This sounds like it would be a very handy step to include in the INSTALL file. I spent a few hours trying to figure this out.
Something on the lines of:
./configure
automake -a -c
make
make install
But maybe this is only a problem on Ubuntu or maybe other Debian based Linux's.
Thanks again,
Jim.
2009-02-09 20:03:23 UTC by jkronebusch
-
Hi Jim,
I ran into the same problem today. Just execute the following command in the source dir:
automake -a -c
It creates the depcomp shell script. After that you can run make again.
best regards,
jochen.
2009-02-08 15:16:10 UTC by verbosemode
-
I should mention I have just downloaded the newest package on sourceforge of vmpsd-1.4.tar.gz release on 2/1/09.
Thanks,
Jim.
2009-02-06 16:01:17 UTC by jkronebusch
-
I am installing on Ubuntu 8.04 and have successfully ran ./configure, but get the following errors when running make:
root@ocs:/home/administrator/VPMS Info/vmpsd# make
cd . && autoheader
autoheader2.50: WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot'
autoheader2.50: WARNING: and `config.h.top', to define templates for `config.h.in'
autoheader2.50: WARNING: is...
2009-02-06 15:59:33 UTC by jkronebusch