Re: [Gimp-user] How to put an arrow mark using gimp

2005-11-29 Thread sunita
Hi

I am still having the problem.
I have done as you have mentioned and ran following command as an user.

1. xmkmf
2. make Makefiles
3. make

While running make command as an user following error I got.
=
[EMAIL PROTECTED] gfxmuse-0.4]$ make
making all in ./debug-d...
make[1]: Entering directory `/home/sunita/softwares_pdf/gfxmuse-0.4/debug-d'
rm -f debug.o
cp  libgmdbg.a  ../lib-d
gcc -c -O2 -march=i386 -mcpu=i686 -pipe-I. -I../hdrs-d -Ihdrs-d 
-I/usr/X11R6/include-Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L
-D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE
-DFUNCPROTO=15 -DNARROWPROTO   -g -Wall -DDEBUG  -DGIMP12   -c debug.c
cp: cannot stat `libgmdbg.a': No such file or directory
make[1]: *** [install] Error 1
make[1]: *** Waiting for unfinished jobs
make[1]: Leaving directory `/home/sunita/softwares_pdf/gfxmuse-0.4/debug-d'
make: *** [all] Error 2
===


How can I solve this problem??

Thanks for your suggestion.

sunita







> * [EMAIL PROTECTED] <[EMAIL PROTECTED]> [11-29-05 08:45]:
>> ===
>> [EMAIL PROTECTED] gfxmuse-0.4]# make
>> making all in ./debug-d...
>> make[1]: Entering directory
>> `/home/sunita/softwares_pdf/gfxmuse-0.4/debug-d' rm -f debug.o
>> gcc -c -O2 -march=i386 -mcpu=i686 -pipe-I. -I../hdrs-d -Ihdrs-d
>
> I do not know about the other commands, but you would _normally_ run
> 'make' and everything else except 'make install' as {USER}, then run
> 'make install' as root.
>
> ps: PLEASE trim your quotes,
> http://www.netmeister.org/news/learn2quote.html
> --
> Patrick ShanahanRegistered Linux User #207535
> http://wahoo.no-ip.org@ http://counter.li.org
> HOG # US1244711 Photo Album:  http://wahoo.no-ip.org/gallery2
> ___
> Gimp-user mailing list
> Gimp-user@lists.XCF.Berkeley.EDU
> https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user
>

___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] How to put an arrow mark using gimp

2005-11-29 Thread Patrick Shanahan
* [EMAIL PROTECTED] <[EMAIL PROTECTED]> [11-29-05 08:45]:
> ===
> [EMAIL PROTECTED] gfxmuse-0.4]# make
> making all in ./debug-d...
> make[1]: Entering directory
> `/home/sunita/softwares_pdf/gfxmuse-0.4/debug-d' rm -f debug.o
> gcc -c -O2 -march=i386 -mcpu=i686 -pipe-I. -I../hdrs-d -Ihdrs-d 

I do not know about the other commands, but you would _normally_ run
'make' and everything else except 'make install' as {USER}, then run
'make install' as root.

ps: PLEASE trim your quotes,
http://www.netmeister.org/news/learn2quote.html
-- 
Patrick ShanahanRegistered Linux User #207535
http://wahoo.no-ip.org@ http://counter.li.org
HOG # US1244711 Photo Album:  http://wahoo.no-ip.org/gallery2
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] How to put an arrow mark using gimp

2005-11-29 Thread sunita
Hi Alexandre,

I tried to install it as root in the Linux machine. I did not make any
changes in the config.h. These are the steps specified in the README file.

0. Edit config.h - only a couple of items there you might need to change.
1. xmkmf
2. make Makefiles
3. make
4. make dist

1. output of xmkmf command
===
[EMAIL PROTECTED] gfxmuse-0.4]# xmkmf
mv -f Makefile Makefile.bak
imake -DUseInstalled -I/usr/X11R6/lib/X11/config
===

2. output of make Makefiles
===
[EMAIL PROTECTED] gfxmuse-0.4]# make Makefile
+ rm -f Makefile.bak
+ mv -f Makefile Makefile.bak
imake -DUseInstalled -I/usr/X11R6/lib/X11/config  -DTOPDIR=. -DCURDIR=.
===

3. output of make
===
[EMAIL PROTECTED] gfxmuse-0.4]# make
making all in ./debug-d...
make[1]: Entering directory
`/home/sunita/softwares_pdf/gfxmuse-0.4/debug-d' rm -f debug.o
gcc -c -O2 -march=i386 -mcpu=i686 -pipe-I. -I../hdrs-d -Ihdrs-d 
-I/usr/X11R6/include-Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L
-D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE
-DFUNCPROTO=15 -DNARROWPROTO   -g -Wall -DDEBUG  -DGIMP12   -c debug.c cp 
libgmdbg.a  ../lib-d
cp: cannot stat `libgmdbg.a': No such file or directory
make[1]: *** [install] Error 1
make[1]: *** Waiting for unfinished jobs
make[1]: Leaving directory
`/home/sunita/softwares_pdf/gfxmuse-0.4/debug-d' make: *** [all] Error 2


In the third of the installation I am getting the above error msg. How to
get rid of this error?

Thanks for your help.

Sunita

> On 11/29/05, Sunita wrote:
>
>> While searching for it I came across Graphics Muse tool
>> (http://www.graphics-muse.org/sw/gfxarrows.html) which provide plugin for
>> drawing an arrow. I follow the instruction to install the plugin but could
>> not do it.
>>
>> Pls help me.
>> Your suggestion will be highly appreciated.
>
> It is impossible to help you until you tell us what exactly goes wrong
by installation.
>
> Alexandre
> ___
> Gimp-user mailing list
> Gimp-user@lists.XCF.Berkeley.EDU
> https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user
>



___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] How to put an arrow mark using gimp

2005-11-29 Thread Alexandre Prokoudine
On 11/29/05, Sunita wrote:

> While searching for it I came across Graphics Muse tool
> (http://www.graphics-muse.org/sw/gfxarrows.html) which provide plugin for
> drawing an arrow. I follow the instruction to install the plugin but could
> not do it.
>
> Pls help me.
> Your suggestion will be highly appreciated.

It is impossible to help you until you tell us what exactly goes wrong
by installation.

Alexandre
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user