[reSIProcate] cross compilation problem
zuobf
zuobf at chinabizone.com
Mon Mar 28 00:34:30 CST 2005
Hello,
There are redefinitions of two varaibles, named invokePkcs7ContentsInit and invokePkcs7SignedContentsInit.
In file Pkcs7Contents.hxx: (defined within namespace resip)
line 40: static bool invokePkcs7ContentsInit = Pkcs7Contents::init();
line 63: static bool invokePkcs7SignedContentsInit = Pkcs7SignedContents::init();
In file Pkcs7Contents.cxx: (defined after "using namespace resip")
line 19: static bool invokePkcs7ContentsInit = Pkcs7Contents::init();
line 20: static bool invokePkcs7SignedContentsInit = Pkcs7SignedContents::init();
If i comment either of the two, my compiler can then compile the file successfully.
Who the problem belongs to ? Are these redefinitions desired? (The file Pkcs7Contents.hxx is
included in several files, should the init be done several times?)
Any of your help is greatly appreciated. Thanks very much.
sincerely,
zuobf
zuobf at chinabizone.com
2005-03-28
======= 2005-03-28 12:57:00 =======
>Hello,
> I am new to resiprocate, and i want to use it to implement
>an embeded softphone, the embeded system is equator's tetra development
>board, the cross compiler is ecc, which is said to be gcc 2.95.3 compatible.
>
>And when the compiling process goes to Pkcs7Contents.cxx:
> Pkcs7Contents.cxx:19: internal error: assertion failed: remove_from_variables_list: not found (/.automount/camnfs2/root/vol/vol0/qa/snapshot/v6.0/6127/eti/tools/compTools/eccom/cfe_edg/il.c, line 8219)
>
>e++ fatal : '/usr/local/Equator/v6.0/tools/i686_Linux/bin/eccom' received signal 6
>
>I want to know whether the current resiprocate compiled fine with gcc 2.95.3 ?
>BTW: I got the working copy from the svn repository by command
>"svn co http://scm.sipfoundry.org/rep/resiprocate/main resiprocate"
>and it compiles fine both in Fedora2 with gcc version 3.3.3 and in another system (which is the system
>where the cross compiler ecc,e++ and so on reside) with gcc (GCC) 3.2.2.
>
>
>Any of your help will be great appreciated, I need your help.
>
>
>
> sincerely,
>
>
> zuobf
> zuobf at chinabizone.com
> 2005-03-28
>_______________________________________________
>resiprocate-devel mailing list
>resiprocate-devel at list.sipfoundry.org
>https://list.sipfoundry.org/mailman/listinfo/resiprocate-devel
= = = = = = = = = = = = = = = = = = = =
More information about the resiprocate-devel
mailing list