swarm-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: installation problems on sun network


From: Paul Box
Subject: Re: installation problems on sun network
Date: Wed, 28 Apr 1999 11:34:05 -0600

OK, deleting the config.cache worked.  The portion of the code with
tkobjc has build apparantly without incedent.  Now I've reached
another stumbling block:

make[4]: Entering directory `/auto/sanduku/swarm-1.4.1/src/tkobjc'
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I./../collections -I./../defobj -I./../objectbase -I.. -I./.. -I./../gui 
-I./../misc -I./../activity -I./../tclobjc -I/auto/d2/gnu/include 
-I/auto/d2/gnu/include  -I/auto/d2/gnu/include -I/auto/d2/gnu/include    -g -O2 
-Wall -Wno-import -Wno-protocol -Werror -I/usr/openwin/include 
-Wno-implicit-int -c ArchivedGeometryWidget.m
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I./../collections -I./../defobj 
-I./../objectbase -I.. -I./.. -I./../gui -I./../misc -I./../activity 
-I./../tclobjc -I/auto/d2/gnu/include -I/auto/d2/gnu/include 
-I/auto/d2/gnu/include -I/auto/d2/gnu/include -g -O2 -Wall -Wno-import 
-Wno-protocol -Werror -I/usr/openwin/include -Wno-implicit-int -c -fPIC -DPIC 
ArchivedGeometryWidget.m
In file included from internal.h:34,
                 from ArchivedGeometryWidget.m:6:
../tkobjc/Pixmap.h:23: parse error before `XpmImage'
make[4]: *** [ArchivedGeometryWidget.lo] Error 1
make[4]: Leaving directory `/auto/sanduku/swarm-1.4.1/src/tkobjc'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/auto/sanduku/swarm-1.4.1/src/tkobjc'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/auto/sanduku/swarm-1.4.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/auto/sanduku/swarm-1.4.1'
make: *** [all-recursive-am] Error 2


The offending lines from Pixmap.h are:

#ifndef _WIN32
  Display *display;
  X11Pixmap pixmap;                               // the map
  X11Pixmap mask;                                 // clipping mask
  XpmImage xpmimage;
#else
  void *pixmap;
#endif
  unsigned palette_size;
  png_colorp palette;

Is ther a simple fix to this?



                  ==================================
   Swarm-Support is for discussion of the technical details of the day
   to day usage of Swarm.  For list administration needs (esp.
   [un]subscribing), please send a message to <address@hidden>
   with "help" in the body of the message.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]