home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.windows.x.apps
- Path: sparky!uunet!iWarp.intel.com|ichips!tmcconne
- From: tmcconne@sedona.intel.com (Tom McConnell)
- Subject: XPaint 2.0 problems - RS/6000, X11R5pl12
- Message-ID: <1992Jul29.143408.17389@ichips.intel.com>
- Originator: tmcconne@sedona
- Keywords: xpaint
- Sender: tmcconne@sedona (Tom McConnell)
- Reply-To: tmcconne@sedona.intel.com
- Organization: Intel Corporation
- Date: Wed, 29 Jul 1992 14:34:08 GMT
- Lines: 63
-
-
- Environment: IBM RS/6000
- AIX 3.1.6
- X11R5pl12
-
- I have been working on xpaint-2.0 on the RS/6000. The program seems to work,
- except for the following problems:
-
- 1. The bitmaps for the tools do not appear in the tool palette. The tools work,
- but they are just blank squares.
-
- On a Sun 4/330, SunOS 4.1, the bitmaps work fine.
-
- 2. The pencil only draws in black. Everything else seems to be able to draw in
- color.
-
- On the positive side, I generated an Imakefile, 'cause I hate dealing with
- Makefiles. It is at the end of this message.
-
- Thanks for any help.
-
- Cheers,
-
- Tom McConnell
-
- PS: Here is the Imakefile - TDM
-
- SRCS1 = main.c Menu.c Operation.c Graphic.c Undo.c Misc.c \
- FileName.c ReadWritePNM.c FontSelect.c libpnmrw.c \
- Pattern.c Hash.c Palette.c FatbitsEdit.c Event.c \
- Dialog.c Protocol.c
-
- SRCS2 = PencilOp.c BoxOp.c LineOp.c CircleOp.c EraseOp.c \
- BrushOp.c FontOp.c ArcOp.c PolyOp.c FillOp.c \
- SelectOp.c
-
- SRCS3 = Paint.c Colormap.c
-
- OBJS1 = main.o Menu.o Operation.o Graphic.o Undo.o Misc.o \
- FileName.o ReadWritePNM.o FontSelect.o libpnmrw.o \
- Pattern.o Hash.o Palette.o FatbitsEdit.o Event.o \
- Dialog.o Protocol.o
-
- OBJS2 = PencilOp.o BoxOp.o LineOp.o CircleOp.o EraseOp.o \
- BrushOp.o FontOp.o ArcOp.o PolyOp.o FillOp.o \
- SelectOp.o
-
- OBJS3 = Paint.o Colormap.o
-
- LOCAL_LIBRARIES = $(XAWLIB) $(XMULIB) $(EXTENSIONLIB) $(XTOOLLIB) $(XLIB)
-
- EXTRA_LIBRARIES = -lm
-
- SRCS = $(SRCS1) $(SRCS2) $(SRCS3)
- OBJS = $(OBJS1) $(OBJS2) $(OBJS3)
-
- ComplexProgramTarget(xpaint)
- InstallAppDefaults(XPaint)
- --
- Tom McConnell | Internet: tmcconne@sedona.intel.com
- Intel, Corp. C3-21 | Phone: (602)-554-8229
- 5000 W. Chandler Blvd. | The opinions expressed are my own. No one in
- Chandler, AZ 85226 | their right mind would claim them.
-