Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
gimp-pspi
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) Forum di discussione italiano
View previous topic :: View next topic  
Author Message
nosacciu
Tux's lil' helper
Tux's lil' helper


Joined: 20 Feb 2006
Posts: 89
Location: Reggio Calabria, Italy

PostPosted: Sat Apr 22, 2006 8:40 am    Post subject: gimp-pspi Reply with quote

essendo molto interessato all'utilizzo dei plugin di photoshop su the gimp ho scoperto questo utilissimo tools, ma non essendo presente nel portage, ho scaricato i sorgenti che non compilano dando il seguente errore
Quote:
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 `/home/tux/pspi-1.0.5/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/tux/pspi-1.0.5'
make: *** [all] Error 2


comprensibilissimo perchè richiede il windows.h
sul sito ufficiale si trova gia compilato per la suse ho provato quello ma non funziona....
volevo sapere se qualcuno l'ha gia installato su gentoo e mi potrebbe dare una mano
_________________
Linux GentooBOX 2.6.14-gentoo-r7 #1 PREEMPT Sat Feb 18 13:15:07 GMT 2006 x86_64 AMD Athlon(tm) 64 Processor 3700+ AuthenticAMD GNU/Linux
Back to top
View user's profile Send private message
Luca89
Advocate
Advocate


Joined: 27 Apr 2005
Posts: 2107
Location: Agrigento (Italy)

PostPosted: Sat Apr 22, 2006 11:51 am    Post subject: Reply with quote

a quanto ho letto nel sito di questo progetto, il software richiede wine per poter essere usato, wine lo hai installato?
_________________
Running Fast!
Back to top
View user's profile Send private message
nosacciu
Tux's lil' helper
Tux's lil' helper


Joined: 20 Feb 2006
Posts: 89
Location: Reggio Calabria, Italy

PostPosted: Sun Apr 23, 2006 1:37 pm    Post subject: Reply with quote

Luca89 wrote:
a quanto ho letto nel sito di questo progetto, il software richiede wine per poter essere usato, wine lo hai installato?


ovviamente si ed è funzionante :wink:
_________________
Linux GentooBOX 2.6.14-gentoo-r7 #1 PREEMPT Sat Feb 18 13:15:07 GMT 2006 x86_64 AMD Athlon(tm) 64 Processor 3700+ AuthenticAMD GNU/Linux
Back to top
View user's profile Send private message
Cazzantonio
Bodhisattva
Bodhisattva


Joined: 20 Mar 2004
Posts: 4514
Location: Somewere around the world

PostPosted: Sun Apr 23, 2006 4:52 pm    Post subject: Reply with quote

Moved from Forum italiano (Italian) to Forum di discussione italiano.

Visto che si tratta di supporto per un programma non in portage...
_________________
Any mans death diminishes me, because I am involved in Mankinde; and therefore never send to know for whom the bell tolls; It tolls for thee.
-John Donne
Back to top
View user's profile Send private message
nosacciu
Tux's lil' helper
Tux's lil' helper


Joined: 20 Feb 2006
Posts: 89
Location: Reggio Calabria, Italy

PostPosted: Mon Apr 24, 2006 8:07 am    Post subject: Reply with quote

Code:
./pspi
wine: could not load L"Z:\\home\\tux\\gimpshop\\pspi.exe.so": Bad EXE format for


questo con i precompilati...

seguo le istruzioni e vado a compilare ma
Code:

GentooBOX pspi-1.0.5 # CC=winegcc ./configure --with-pssdk=adobe/
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for native Win32... no
checking for style of include used by make... GNU
checking for gcc... winegcc
checking for C compiler default output file name... configure: error: C compiler cannot create executables
See `config.log' for more details.


come potete notare sto con architettura a 64 bit precisamente Athlon64 3700+ potete darmi una mano?
_________________
Linux GentooBOX 2.6.14-gentoo-r7 #1 PREEMPT Sat Feb 18 13:15:07 GMT 2006 x86_64 AMD Athlon(tm) 64 Processor 3700+ AuthenticAMD GNU/Linux
Back to top
View user's profile Send private message
nosacciu
Tux's lil' helper
Tux's lil' helper


Joined: 20 Feb 2006
Posts: 89
Location: Reggio Calabria, Italy

PostPosted: Mon Apr 24, 2006 10:06 am    Post subject: Reply with quote

guardando il config.log ho capito quale e' l'errore:
Code:

configure:2234: winegcc --version </dev/null >&5
x86_64-pc-linux-gnu-gcc (GCC) 4.1.0 (Gentoo 4.1.0)
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:2237: $? = 0
configure:2239: winegcc -v </dev/null >&5
Using built-in specs.
Target: x86_64-pc-linux-gnu
Configured with: /var/tmp/portage/gcc-4.1.0/work/gcc-4.1.0/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.1.0 --includedir=/usr$Thread model: posix
gcc version 4.1.0 (Gentoo 4.1.0)
x86_64-pc-linux-gnu-gcc -v
configure:2242: $? = 0
configure:2244: winegcc -V </dev/null >&5
x86_64-pc-linux-gnu-gcc: '-V' option must have argument
winegcc: x86_64-pc-linux-gnu-gcc failed.
configure:2247: $? = 2
configure:2270: checking for C compiler default output file name
configure:2273: winegcc    conftest.c  >&5
ld: Relocatable linking with relocations from format elf64-x86-64 (conftest-sY8g55.o) to format elf32-i386 (a.MbfkK2.o) is not supported
winebuild: ld -m elf_i386 -r failed with status 256
winegcc: winebuild failed.
configure:2276: $? = 2
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "pspi"
| #define PACKAGE_TARNAME "pspi"
| #define PACKAGE_VERSION "1.0.5"
| #define PACKAGE_STRING "pspi 1.0.5"
| #define PACKAGE_BUGREPORT ""
| #define PLUGIN_NAME PACKAGE_NAME
| #define PLUGIN_VERSION PACKAGE_VERSION
| #define PLUGIN_MAJOR_VERSION 1
| #define PLUGIN_MINOR_VERSION 0
| #define PLUGIN_MICRO_VERSION 5
| /* end confdefs.h.  */
|
| int
| main ()
| {
|
|   ;
|   return 0;
| }
configure:2315: error: C compiler cannot create executables
See `config.log' for more details.


ma non so come risolverlo...
_________________
Linux GentooBOX 2.6.14-gentoo-r7 #1 PREEMPT Sat Feb 18 13:15:07 GMT 2006 x86_64 AMD Athlon(tm) 64 Processor 3700+ AuthenticAMD GNU/Linux
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) Forum di discussione italiano All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum