You are not logged in.

#1 2006-09-29 22:58:43

lumiwa
Member
Registered: 2005-12-26
Posts: 712

pspi

Hi!

"PSPI: Running Photoshop plug-ins in GIMP
Now on Linux, too!"
http://www.gimp.org/~tml/gimp/win32/pspi.html

I tried to build pspi from above page without success. It it possible to someone help with PKGBUILD, please?

Thanks in advance,

Mitja

Offline

#2 2006-09-30 03:35:06

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: pspi

What was the error message/problem?

Offline

#3 2006-09-30 14:32:46

lumiwa
Member
Registered: 2005-12-26
Posts: 712

Re: pspi

Snowman wrote:

What was the error message/problem?

I tried:
./configure --with-pssdk

Than I got :

./config.status: line 1261: ./intltool-extract.in: No such file or directory
mv: cannot stat `intltool-extract.out': No such file or directory
chmod: cannot access `intltool-extract': No such file or directory
chmod: cannot access `intltool-extract': No such file or directory
./config.status: line 1261: ./intltool-merge.in: No such file or directory
mv: cannot stat `intltool-merge.out': No such file or directory
chmod: cannot access `intltool-merge': No such file or directory
chmod: cannot access `intltool-merge': No such file or directory
./config.status: line 1261: ./intltool-update.in: No such file or directory
mv: cannot stat `intltool-update.out': No such file or directory
chmod: cannot access `intltool-update': No such file or directory
chmod: cannot access `intltool-update': No such file or directory
config.status: executing default-1 commands
config.status: executing po/stamp-it commands

I I ran make anywhere than I get:
main.c:42:21: error: windows.h: No such file or directory
main.c: In function 'setup_debug_mask':
main.c:592: warning: implicit declaration of function 'getpid'
make[2]: *** [main.o] Error 1
make[2]: Leaving directory `/var/abs/local/pspi-1.0.5/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/abs/local/pspi-1.0.5'
make: *** [all] Error 2

...but with binaries for other distros it work very good. I tried some free photoshop plugins and it is very good.

Offline

#4 2006-09-30 14:51:28

Cerebral
Forum Fellow
From: Waterloo, ON, CA
Registered: 2005-04-08
Posts: 3,108
Website

Re: pspi

try installing the intltool package, and see if that fixes things.

Offline

#5 2006-09-30 15:40:21

lumiwa
Member
Registered: 2005-12-26
Posts: 712

Re: pspi

Cerebral wrote:

try installing the intltool package, and see if that fixes things.

I have intltool installed.

Offline

#6 2006-09-30 17:18:19

tardo
Member
Registered: 2006-07-15
Posts: 526

Re: pspi

main.c:42:21: error: windows.h: No such file or directory

this is usually used in windows programming

$ locate windows.h
/usr/include/wine/windows/windows.h

Offline

#7 2006-10-18 03:18:28

skottish
Forum Fellow
From: Here
Registered: 2006-06-16
Posts: 7,942

Re: pspi

PSPI compilation requires that you have the Photoshop SDK (hence the --with-pssdk part). I have PSPI already compiled, and the files are tiny (22.6 KB as a tar.bz2). If you can find a volunteer to make the PKGBUILD file, PM me and I can mail the files that are required to make it work. Redistribution of this software is fully legal and acceptable (see the documentation in the source).

Upon looking again, I think it's just as easy to grab a RPM or DEB from the download site. Yes, the plug-in is compiled for 386, but considering that it's using Wine to run, I don't think that you're going to miss anything in terms of speed.

Too bad this thing won't work under 64 bit. It was my biggest sacrifice in switching to Arch64.

Offline

Board footer

Powered by FluxBB