View previous topic :: View next topic |
Author |
Message |
nosacciu Tux's lil' helper


Joined: 20 Feb 2006 Posts: 89 Location: Reggio Calabria, Italy
|
Posted: Sat Apr 22, 2006 8:40 am Post subject: gimp-pspi |
|
|
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 |
|
 |
Luca89 Advocate


Joined: 27 Apr 2005 Posts: 2107 Location: Agrigento (Italy)
|
Posted: Sat Apr 22, 2006 11:51 am Post subject: |
|
|
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 |
|
 |
nosacciu Tux's lil' helper


Joined: 20 Feb 2006 Posts: 89 Location: Reggio Calabria, Italy
|
Posted: Sun Apr 23, 2006 1:37 pm Post subject: |
|
|
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  _________________ 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 |
|
 |
Cazzantonio Bodhisattva


Joined: 20 Mar 2004 Posts: 4514 Location: Somewere around the world
|
Posted: Sun Apr 23, 2006 4:52 pm Post subject: |
|
|
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 |
|
 |
nosacciu Tux's lil' helper


Joined: 20 Feb 2006 Posts: 89 Location: Reggio Calabria, Italy
|
Posted: Mon Apr 24, 2006 8:07 am Post subject: |
|
|
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 |
|
 |
nosacciu Tux's lil' helper


Joined: 20 Feb 2006 Posts: 89 Location: Reggio Calabria, Italy
|
Posted: Mon Apr 24, 2006 10:06 am Post subject: |
|
|
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 |
|
 |
|