hi,
I am am trying to compile kdenetwork 2.2.2
I run configure without any flags, which reports no errors at all.
when I run make all I get this error
g++ -DDW_DEVELOPMENT_VERSION -DHAVE_CONFIG_H -I. -I. -D_REENTRANT -D_REENTRA
NT -
O2 -fno-exceptions -fno-check-new -DQT_CLEAN_NAMESPACE -DQT_NO_COMPAT -DQT_N
O_AS
CII_CAST -c string.cpp -fPIC -DPIC -o .libs/string.o
string.cpp: In method `void DwString::_replace (unsigned int, unsigned
int, const char *, unsigned int)':
string.cpp:1243: Internal compiler error in schedule_insns, at
haifa-sched.c:7065
Please submit a full bug report.
See <URL:http://bugzilla.redhat.com/bugzilla/> for instructions.
make[3]: *** [string.lo] Error 1
make[3]: Leaving directory
`/usr/local/src/kde-2.2.2/kdenetwork-2.2.2/mimelib'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/usr/local/src/kde-2.2.2/kdenetwork-2.2.2/mimelib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/kde-2.2.2/kdenetwork-2.2.2'
make: *** [all-recursive-am] Error 2
When I run the last g++ command on its own which is
g++ -DDW_DEVELOPMENT_VERSION -DHAVE_CONFIG_H -I. -I. -D_REENTRANT -D_REENTRA
NT -
O2 -fno-exceptions -fno-check-new -DQT_CLEAN_NAMESPACE -DQT_NO_COMPAT -DQT_N
O_AS
CII_CAST -c string.cpp -fPIC -DPIC -o .libs/string.o
I get the error
g++ -DDW_DEVELOPMENT_VERSION -DHAVE_CONFIG_H -I.
-I. -D_REENTRANT -D_REENTRANT -O2 -fno-exceptions -fno-check-new -DQT_CLEAN
_NAM
ESPACE -DQT_NO_COMPAT -DQT_NO_ASCII_CAST -c string.cpp -fPIC -DPIC -o
.libs/str
ing.o
g++: string.cpp: No such file or directory
g++: No input files
I would really like to get this working.
Any ideas ?
Matt.
Can anyone give me a bit of a better clue