Results 1 to 10 of 12
Hey there,
after posting at the verlihub forums and receiving no reply for the past week im posting here hoping one of you guys will be able to have a ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 11-08-2005 #1Just Joined!
- Join Date
- Oct 2005
- Posts
- 9
verlihub
Hey there,
after posting at the verlihub forums and receiving no reply for the past week im posting here hoping one of you guys will be able to have a solution for this
I keep receiving the following error when i run make, after i have run ./configure
do any of you guys have any idea to what this error is referring to and some workaround it? tnx alot!t* nConfig::cConfigItemBaseInt::Address()'
cconfigitembase.h:79: warning: overriding 'virtual void* nConfig::cConfigItemBase::Address()'
cconfigitembase.h:109: warning: deprecated covariant return type for 'virtual unsigned int* nConfig::cConfigItemBaseUInt::Address()'
cconfigitembase.h:79: warning: overriding 'virtual void* nConfig::cConfigItemBase::Address()'
cconfigitembase.h:110: warning: deprecated covariant return type for 'virtual long int* nConfig::cConfigItemBaseLong::Address()'
cconfigitembase.h:79: warning: overriding 'virtual void* nConfig::cConfigItemBase::Address()'
cconfigitembase.h:111: warning: deprecated covariant return type for 'virtual long unsigned int* nConfig::cConfigItemBaseULong::Address()'
cconfigitembase.h:79: warning: overriding 'virtual void* nConfig::cConfigItemBase::Address()'
cconfigitembase.h:112: warning: deprecated covariant return type for 'virtual double* nConfig::cConfigItemBaseDouble::Address()'
cconfigitembase.h:79: warning: overriding 'virtual void* nConfig::cConfigItemBase::Address()'
cconfigitembase.h:113: warning: deprecated covariant return type for 'virtual char** nConfig::cConfigItemBasePChar::Address()'
cconfigitembase.h:79: warning: overriding 'virtual void* nConfig::cConfigItemBase::Address()'
cconfigitembase.h:114: warning: deprecated covariant return type for 'virtual std::string* nConfig::cConfigItemBaseString::Address()'
cconfigitembase.h:79: warning: overriding 'virtual void* nConfig::cConfigItemBase::Address()'
cconfigitembase.h:115: warning: deprecated covariant return type for 'virtual long long int* nConfig::cConfigItemBaseInt64::Address()'
cconfigitembase.h:79: warning: overriding 'virtual void* nConfig::cConfigItemBase::Address()'
cdcconf.cpp: In member function 'void nDirectConnect::nTables::cDCConf::AddVars()':
casyncsocketserver.h:105: error: 'int nServer::cAsyncSocketServer::mPort' is protected
cdcconf.cpp:99: error: within this context
make[2]: *** [cdcconf.lo] Error 1
make[2]: Leaving directory `/data/applications/verlihub-0.9.8c/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/data/applications/verlihub-0.9.8c'
- 11-08-2005 #2Linux Engineer
- Join Date
- Jan 2005
- Location
- Chicago (USA)
- Posts
- 1,028
1. What's your compiler?
2. What are you compiling?
3. What's your distro?
- 11-08-2005 #3Just Joined!
- Join Date
- Oct 2005
- Posts
- 9
sorry forgot to mention
Originally Posted by a thing
1. gcc4
2. verlihub
3. fedora core 4
- 11-11-2005 #4Just Joined!
- Join Date
- Oct 2005
- Posts
- 9
anyone at all with any suggestions
?
- 11-11-2005 #5Linux Engineer
- Join Date
- Jan 2005
- Location
- Chicago (USA)
- Posts
- 1,028
The program was designed for GCC <4 and GCC 4 is much stricter than previous versions. So the hacker didn't write such standards-compliant code, and now it's screwed.
- 11-11-2005 #6Just Joined!
- Join Date
- Oct 2005
- Posts
- 9
thank you very much!
decided to try to grab the latest file from cvs and everything went like a charm
- 11-29-2005 #7Just Joined!
- Join Date
- May 2005
- Posts
- 10
I have the exact same problem than mighty_falcon
Only difference is that i dont have a clue what cvs is...
so could somebody please explain this to me, if you will.
- 11-29-2005 #8
it stands for concurrent version system as explained here
http://en.wikipedia.org/wiki/Concurrent_Versions_System
andySLOMO: acer extensa 5235 2.2ghz,2gb ram 160gb hdd wireless
SPEEDY: homebrew desktop,Amd x2 dualcore,2gb ram,500gb +1tb( 2x500gb) hdd suse 11.3,32mb fibreline
registered linux user #401845
- 11-29-2005 #9Just Joined!
- Join Date
- May 2005
- Posts
- 10
thanks man..
edit: problem solved...
- 12-01-2005 #10Just Joined!
- Join Date
- May 2005
- Posts
- 10
hmm.. how do i specify CVSROOT... seems to be a bigass problem to me...
And what it exactly is...


Reply With Quote
