HI every body:
I have fedora 4.
I want to run a big application originally designed to run in UNIX. I have runned and compiled a lot of times without a problem in HP-UX 10.20
Now when I try to compile in fedora i have this errors:
localhost.localdomainasys:V5.2.2> cd tanques
~/source/project/simcot/tanques
localhost.localdomainasys:tanques> make new
make[1]: Entering directory `/home/oasys/V5.2.2/source/project/simcot/tanques'
make[2]: Entering directory `/home/oasys/V5.2.2/source/project/simcot/tanques'
make[2]: Leaving directory `/home/oasys/V5.2.2/source/project/simcot/tanques'
make[2]: Entering directory `/home/oasys/V5.2.2/source/project/simcot/tanques'
make[2]: Leaving directory `/home/oasys/V5.2.2/source/project/simcot/tanques'
--- Completed TARGET=clean:/home/oasys/V5.2.2/source/project/simcot/tanques./HP/make[1]: Leaving directory `/home/oasys/V5.2.2/source/project/simcot/tanques'
make[1]: Entering directory `/home/oasys/V5.2.2/source/project/simcot/tanques'
make[2]: Entering directory `/home/oasys/V5.2.2/source/project/simcot/tanques'
make[2]: Leaving directory `/home/oasys/V5.2.2/source/project/simcot/tanques'
:1:2: error: missing '(' after predicate
In file included from /home/oasys/V5.2.2/source/include/user/stddef.h:80,
from /usr/include/stdlib.h:33,
from tanqueins.c:58:
/usr/lib/gcc/i386-redhat-linux/4.0.0/include/varargs.h:4:2: error: #error "GCC no longer implements."
/usr/lib/gcc/i386-redhat-linux/4.0.0/include/varargs.h:5:2: error: #error "Revise your code to use."
In file included from tanqueins.c:84:
tanqueins.h:55:1: warning: "MAX_MSG_MBX" redefined
In file included from tanqueins.c:83:
/home/oasys/V5.2.2/source/include/user/simcot.h:37:1: warning: this is the location of the previous definition
:1:2: error: missing '(' after predicate
In file included from /home/oasys/V5.2.2/source/include/user/stddef.h:80,
from /usr/include/stdlib.h:33,
from tanques.c:62:
/usr/lib/gcc/i386-redhat-linux/4.0.0/include/varargs.h:4:2: error: #error "GCC no longer implements."
/usr/lib/gcc/i386-redhat-linux/4.0.0/include/varargs.h:5:2: error: #error "Revise your code to use."
In file included from tanques.c:90:
tanques.h:77:1: warning: "MAX_MSG_MBX" redefined
In file included from tanques.c:89:
/home/oasys/V5.2.2/source/include/user/simcot.h:37:1: warning: this is the location of the previous definition
/bin/sh: -c: line 0: syntax error near unexpected token `|'
/bin/sh: -c: line 0: `if test "`ls | awk '$1 ~ /\.enc$/ {print $1}'`" != "" ; then if test "" = "" ; then echo "encryption key not provided"; exit -1; fi; for file in *.enc; do set e ; | sed -e 's/\.o:\.lint/.lint /g' -e "s/\.c$/\.enc/g" | awk -f /home/oasys/V5.2.2/make.config/encdepend.nawk >> ./HP/_depend ; fi; : '
make[1]: [depend.local] Error 2 (no tiene efecto)
make[2]: Entering directory `/home/oasys/V5.2.2/source/project/simcot/tanques'
make[2]: Leaving directory `/home/oasys/V5.2.2/source/project/simcot/tanques'
--- Completed TARGET=depend:/home/oasys/V5.2.2/source/project/simcot/tanques
make[1]: Leaving directory `/home/oasys/V5.2.2/source/project/simcot/tanques'
make[1]: Entering directory `/home/oasys/V5.2.2/source/project/simcot/tanques'
make[2]: Entering directory `/home/oasys/V5.2.2/source/project/simcot/tanques'
make[2]: Leaving directory `/home/oasys/V5.2.2/source/project/simcot/tanques'
Lib
make[2]: Entering directory `/home/oasys/V5.2.2/source/project/simcot/tanques'
make[2]: Leaving directory `/home/oasys/V5.2.2/source/project/simcot/tanques'
--- Completed TARGET=LIB:/home/oasys/V5.2.2/source/project/simcot/tanques
make[2]: Entering directory `/home/oasys/V5.2.2/source/project/simcot/tanques'
make[2]: Leaving directory `/home/oasys/V5.2.2/source/project/simcot/tanques'
make[2]: Entering directory `/home/oasys/V5.2.2/source/project/simcot/tanques'
make[2]: *** No hay ninguna regla para construir el objetivo `', necesario para `HP/tanques.o'. Alto.
make[2]: Leaving directory `/home/oasys/V5.2.2/source/project/simcot/tanques'
Exe
make[2]: Entering directory `/home/oasys/V5.2.2/source/project/simcot/tanques'
make[2]: Leaving directory `/home/oasys/V5.2.2/source/project/simcot/tanques'
--- Completed TARGET=EXE:/home/oasys/V5.2.2/source/project/simcot/tanques
All
--- Completed full OASYS build:/home/oasys/V5.2.2/source/project/simcot/tanques
make[1]: Leaving directory `/home/oasys/V5.2.2/source/project/simcot/tanques'
localhost.localdomainasys:tanques>
IF I run uname -a I got:
Linux localhost.localdomain 2.6.11-1.1369_FC4 #1 Thu Jun 2 22:55:56 EDT 2005 i686 athlon i386 GNU/Linux
please can you tell me how I can possible find a solution to this problem.I pretty sure my source code is correct.
Also I have a question , fedora 4 is 32 bits?
Thanks, PabloMore Information:
- Everything starts off fine, it starts compiling, until it gives me the following:
- [next in thread] List: konq-e Subject: RE: New compiling problems (PPC, gcc 3
- com › topic › c › answers - Cached - Similargcc compiling problems on snow leopard « Crypto Codegcc compiling problems on snow leopard
- I have serious problems to compile IceS on a debian (woody), kernel 2
- I know there are already some posts out there for this one but im still having problems with my c++ or GCC compiler
- 11 posts - 3 authors - Last post: Feb 27Starting to have compiling problems
- there a way to trick the compiler into compiling 32-bit binaries? The binaries I generated on my 32-bit platform seem to work fine on the 64-bit platform
More:
- Redhat- - Redhat 9 I686 Arch
- Redhat- - Problem when update my RedHat
- Redhat- - Wohooo
- Redhat- - Upgrade to KDE 3.1.x via apt-get
- Redhat- - FTP Services not working
- Redhat- - RH and Smart Media reader
- Redhat- - Equiv of /dev/rmt/0cbn in RedHat 8?
- Redhat- - apache installation
- Redhat: Help installing Red Hat Linux
- Redhat: cfgmaker for squid


LinkBack URL
About LinkBacks
asys:V5.2.2> cd tanques
Reply With Quote

























































Bookmarks