Re: Fwd: [openmosix - Open Discussion] Openmosix Tools compilation with gcc4
Moreno Baricevic <[email protected]>
| Newsgroups | gmane.linux.cluster.openmosix.general |
|---|---|
| Message-ID | <[email protected]> |
The patch in attachment should fix it. I've no gcc-4 around here, is anyone so kind to test it? Ciao Moreno On Fri, 2006-02-10 at 15:49, Bruce Knox wrote: > >>> "SourceForge.net" <[email protected]> 2/10/2006 6:26:47 AM > >>> > > Read and respond to this message at: > https://sourceforge.net/forum/message.php?msg_id=3569121 > By: nobody > > I am trying to build and install openmosix-tools on a Debian system > that is > already running openmosix. > > When I try to compile I get the error > > mtop.c:405: error: label at end of compound statement > > I suspect that this is related to the compiler not liking a deprecated > construction. > > What is the best way of overcoming this? > > I am, by default, using gcc-4.0 > > Dave > > ______________________________________________________________________ > You are receiving this email because you elected to monitor this > forum. > To stop monitoring this forum, login to SourceForge.net and visit: > https://sourceforge.net/forum/unmonitor.php?forum_id=153233 > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 > _______________________________________________ > openMosix-general mailing list > openMosix-general-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org > https://lists.sourceforge.net/lists/listinfo/openmosix-general
mtop-label.patch
(text/plain, 216 B)
--- mtop.c.orig 2006-02-10 16:06:45.118163000 +0100
+++ mtop.c 2006-02-10 16:07:08.071553009 +0100
@@ -401,7 +401,7 @@
}
cp++;
}
- breakargv:
+ breakargv:;
}
/* set to PCPU sorting */