LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Direct Connect (https://www.linuxquestions.org/questions/linux-software-2/direct-connect-191089/)

mikedeatworld 06-08-2004 09:04 AM

Direct Connect
 
If any of you use the Direct Connect client, you will have noticed an update was applied.

After using Mandrakes rpmDrake to uninstall my current Direct Connect client, I tried to install the updated version.

As root I ran the following commands

./configure
make
make install

It seems that the dclib files compiled without any error.

However, when I try to make install the dcgui I get this error:

dcupdatemanager.cpp:502: warning: comparison between signed and unsigned integer expressions
dcupdatemanager.cpp: In member function `void DCUpdateManager::CheckConfig(CByteArray*)':
dcupdatemanager.cpp:586: error: `entry' undeclared (first use this function)
dcupdatemanager.cpp:586: error: (Each undeclared identifier is reported only once for each function it appears in.)
dcupdatemanager.cpp: In member function `bool DCUpdateManager::SaveContent(DCUpdateEntry*, CByteArray*)':
dcupdatemanager.cpp:677: warning: comparison between signed and unsigned integer expressions
make[2]: *** [dcupdatemanager.o] Error 1
make[2]: Leaving directory `/home/miked/downloads/directconnect/dcgui-qt-0.3.2/dcgui'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/miked/downloads/directconnect/dcgui-qt-0.3.2/dcgui'
make: *** [install-recursive] Error 1

Any ideas? Im thinking something wasnt complete uninstalled? I just am not sure how to find out.

Thanks in advance...

Mike


All times are GMT -5. The time now is 05:52 PM.