ccrtp-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [Ccrtp-devel] Visual Studio 2003 C++


From: Rose, John
Subject: RE: [Ccrtp-devel] Visual Studio 2003 C++
Date: Wed, 18 Jun 2003 09:49:14 -0600

I have been building everything in debug mode.  

I do get similiar errors when building rtphello and rtplisten.

If I don't comment out those lines when linking ccRTP I get:

ccrtp1 error LNK2005: "public: __thiscall ost::Mutex::Mutex(class
ost::Mutex const &)" (address@hidden@@address@hidden@@Z) already defined in
control.obj
ccrtp1 error LNK2005: "public: __thiscall ost::Thread::Thread(class
ost::Thread const &)" (address@hidden@@address@hidden@@Z) already defined in
control.obj
ccrtp1 error LNK2005: "public: __thiscall
ost::ThreadLock::ThreadLock(class ost::ThreadLock const &)"
(address@hidden@@address@hidden@@Z) already defined in control.obj
ccrtp1 error LNK2005: "public: class ost::Mutex & __thiscall
ost::Mutex::operator=(class ost::Mutex const &)"
(address@hidden@@address@hidden@@Z) already defined in control.obj
ccrtp1 error LNK2005: "public: class ost::Thread & __thiscall
ost::Thread::operator=(class ost::Thread const &)"
(address@hidden@@address@hidden@@Z) already defined in control.obj
ccrtp1 error LNK2005: "public: class ost::ThreadLock & __thiscall
ost::ThreadLock::operator=(class ost::ThreadLock const &)"
(address@hidden@@address@hidden@@Z) already defined in control.obj
ccrtp1 fatal error LNK1169: one or more multiply defined symbols found



-----Original Message-----
From: Federico Montesino Pouzols [mailto:address@hidden 
Sent: Wednesday, June 18, 2003 9:33 AM
To: Rose, John
Cc: address@hidden
Subject: Re: [Ccrtp-devel] Visual Studio 2003 C++



        Hi, ...

On Mon, Jun 16, 2003 at 02:46:05PM -0600, Rose, John wrote:
> Has anyone got ccRTP to compile on VC7.1?  I got ccRTP 1.0.2 to build 
> with a minor modification in ccgnu2 process.h:
>  

        It compiles on some versions of VC++, but I cannot confirm if it
does on 7.1.

> #ifndef CCXX_THREAD_H_
> //#include <cc++/thread.h>
> #endif
>  
> and ccext2 digest.h :
> #ifndef CCXX_THREAD_H_
> //#include <cc++/thread.h>
> #include <cc++/exception.h>
> #endif
> 
> by commenting out the "thread.h" includes and adding the "exception.h"

> include as shown above.  There is probably a better way to do this but

> at least it built :).
>  

        What errors do you get if you do not comment that lines?

> But when I build a demo project such as "rtpsend" I get:
>  
> Linking...
> LINK : warning LNK4075: ignoring '/EDITANDCONTINUE' due to 
> '/INCREMENTAL:NO' specification
> 

        Do you get similar errors with rtphello and rtplisten? Are you
compiling on Debug or Release mode?

> Has anyone else run into this?
> John
>  
>  

> _______________________________________________
> Ccrtp-devel mailing list
> address@hidden http://mail.gnu.org/mailman/listinfo/ccrtp-devel





reply via email to

[Prev in Thread] Current Thread [Next in Thread]