Sponsor: VoiceMeUp - Corporate & Wholesale VoIP Services

VoIP Mailing List Archives
Mailing list archives for the VoIP community
 SearchSearch 

[Freeswitch-users] fs installation is broken in version: FreeSWITCH Version 1.0.trunk (14500M)


 
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> freeSWITCH Users
View previous topic :: View next topic  
Author Message
testeador01 at gmail.com
Guest





PostPosted: Wed Aug 12, 2009 1:06 pm    Post subject: [Freeswitch-users] fs installation is broken in version: Fre Reply with quote

I just did a rebootstrap on a fs box, it turned out the new revision has this at the end of mod_sofia.h:

Quote:
char *sofia_glue_get_extra_headers(switch_channel_t *channel, const char *prefix); <<<<<<< .mine void sofia_glue_set_extra_headers(switch_channel_t *channel, sip_t const *sip, const char *prefix);
======= void sofia_glue_set_extra_headers(switch_channel_t *channel, sip_t const *sip, const char *prefix); >>>>>>> .r14490


no wonder why it wouldn't compile Razz
Back to top
brian at freeswitch.org
Guest





PostPosted: Wed Aug 12, 2009 1:22 pm    Post subject: [Freeswitch-users] fs installation is broken in version: Fre Reply with quote

You have a merge conflict. svn revert sofia_glue.c

/b

On Aug 12, 2009, at 12:59 PM, Milena wrote:

Quote:
I just did a rebootstrap on a fs box, it turned out the new revision
has this at the end of mod_sofia.h:

char *sofia_glue_get_extra_headers(switch_channel_t *channel, const
char *prefix);
<<<<<<< .mine
void sofia_glue_set_extra_headers(switch_channel_t *channel, sip_t
const *sip, const char *prefix);

=======
void sofia_glue_set_extra_headers(switch_channel_t *channel, sip_t
const *sip, const char *prefix);
Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
.r14490

no wonder why it wouldn't compile Razz


_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
Back to top
mike at jerris.com
Guest





PostPosted: Wed Aug 12, 2009 1:26 pm    Post subject: [Freeswitch-users] fs installation is broken in version: Fre Reply with quote

The M in the version number means modified. You had local code
changes that conflicted when you updated trunk. Revert the changes to
that file and it should be fine.

Mike

On Aug 12, 2009, at 10:59 AM, Milena <testeador01@gmail.com> wrote:

Quote:
I just did a rebootstrap on a fs box, it turned out the new revision
has this at the end of mod_sofia.h:

char *sofia_glue_get_extra_headers(switch_channel_t *channel, const
char *prefix);
<<<<<<< .mine
void sofia_glue_set_extra_headers(switch_channel_t *channel, sip_t
const *sip, const char *prefix);

=======
void sofia_glue_set_extra_headers(switch_channel_t *channel, sip_t
const *sip, const char *prefix);
Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
.r14490

no wonder why it wouldn't compile Razz


_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org

_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
Back to top
testeador01 at gmail.com
Guest





PostPosted: Wed Aug 12, 2009 1:33 pm    Post subject: [Freeswitch-users] fs installation is broken in version: Fre Reply with quote

It's modified because it wouldn't compile with those "<<<<<<" at the end of the file

2009/8/12 Michael Jerris <mike@jerris.com (mike@jerris.com)>
Quote:
The M in the version number means modified.  You had local code
changes that conflicted when you updated trunk.  Revert the changes to
that file and it should be fine.

Mike


On Aug 12, 2009, at 10:59 AM, Milena <testeador01@gmail.com (testeador01@gmail.com)> wrote:

Quote:
I just did a rebootstrap on a fs box, it turned out the new revision
has this at the end of mod_sofia.h:

char *sofia_glue_get_extra_headers(switch_channel_t *channel, const
char *prefix);
<<<<<<< .mine
void sofia_glue_set_extra_headers(switch_channel_t *channel, sip_t
const *sip, const char *prefix);

=======
void sofia_glue_set_extra_headers(switch_channel_t *channel, sip_t
const *sip, const char *prefix);
Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
.r14490

no wonder why it wouldn't compile Razz





Quote:
_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org (FreeSWITCH-users@lists.freeswitch.org)
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org

_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org (FreeSWITCH-users@lists.freeswitch.org)
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Back to top
testeador01 at gmail.com
Guest





PostPosted: Wed Aug 12, 2009 1:39 pm    Post subject: [Freeswitch-users] fs installation is broken in version: Fre Reply with quote

Ok, done and fixed, thank you very much Smile

2009/8/12 Milena <testeador01@gmail.com (testeador01@gmail.com)>
Quote:
It's modified because it wouldn't compile with those "<<<<<<" at the end of the file

2009/8/12 Michael Jerris <mike@jerris.com (mike@jerris.com)>

Quote:
The M in the version number means modified.  You had local code
changes that conflicted when you updated trunk.  Revert the changes to
that file and it should be fine.

Mike


On Aug 12, 2009, at 10:59 AM, Milena <testeador01@gmail.com (testeador01@gmail.com)> wrote:

Quote:
I just did a rebootstrap on a fs box, it turned out the new revision
has this at the end of mod_sofia.h:

char *sofia_glue_get_extra_headers(switch_channel_t *channel, const
char *prefix);
<<<<<<< .mine
void sofia_glue_set_extra_headers(switch_channel_t *channel, sip_t
const *sip, const char *prefix);

=======
void sofia_glue_set_extra_headers(switch_channel_t *channel, sip_t
const *sip, const char *prefix);
Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
.r14490

no wonder why it wouldn't compile Razz





Quote:
_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org (FreeSWITCH-users@lists.freeswitch.org)
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org

_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org (FreeSWITCH-users@lists.freeswitch.org)
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org






Back to top
Display posts from previous:   
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> freeSWITCH Users All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group

VoiceMeUp - Corporate & Wholesale VoIP Services