buid breakage
- From: Hubert Figuiere <hfiguiere teaser fr>
- To: dia-list gnome org
- Subject: buid breakage
- Date: Mon, 16 Feb 2004 17:34:53 +0100
Hi,
I'm try to rebuild dia from CVS on my newly installed Debian/unstable.
I did configure --enable-gnome --enable-debug
Then, during make, I get this error:
../../../dia/app/app_procs.c: In function `process_opts':
../../../dia/app/app_procs.c:706: error: `rc' undeclared (first use in
this function)
../../../dia/app/app_procs.c:706: error: (Each undeclared identifier is
reported only once
../../../dia/app/app_procs.c:706: error: for each function it appears
in.)
By looking at the source, rc is defined if GNOME is not defined, while
it is used only ifdef HAVE_POPT. Is this an error or does this have a
good reason to be like that ?
Here is the code snippet:
{
#ifndef GNOME
int rc = 0;
#endif
#ifdef HAVE_POPT
poptCtx = poptGetContext(PACKAGE, argc, (const char **)argv, options,
0);
poptSetOtherOptionHelp(poptCtx, _("[OPTION...] [FILE...]"));
while (rc >= 0) {
if((rc = poptGetNextOpt(poptCtx)) < -1) {
Cheers,
Hub
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]