Re: [Freeswitch-dev] windows json build
Hello, I changed every boolean to json_boolean, and it compiles fine for me: (http://jira.freeswitch.org/browse/MODEVENT-63) I added mod_curl and mod_json_cdr to the 2008 express solution. Regards, Tamas Michael Jerris wrote: > The new tarball will be up shortly, there was one more change. > > Mike > > On Mar 23, 2010, at 12:12 PM, Tamas Cseke wrote: > > >> Hello, >> >> Responding (for others who may be intrested) >> for json build a patched json tarball is needed. >> >> Here is the modification >> http://pastebin.freeswitch.org/12524 >> >> After this libjson build works. >> mod_curl still used json header files from 0.8 version. >> And I got compile errors >> http://pastebin.freeswitch.org/12525 >> >> Jlenk is working on mod_curl build...it's coming soon... >> Thanks the help! >> >> Tamas >> >> >> >> Tamas Cseke wrote: >> >>> Hello, >>> >>> I've seen the json upgrade (0.8 ->0.9) has been done for windows as well >>> in r17064. >>> >>> If it would work, I'd like to fix the windows build for mod_json_cdr >>> (http://jira.freeswitch.org/browse/MODEVENT-62) >>> >>> I was trying with vc++ 2008 express, but I can't compile jsonlib. >>> >>> json_util.c(62) : error C2065: 'O_RDONLY' : undeclared identifier >>> json_util.c(97) : error C2065: 'O_WRONLY' : undeclared identifier >>> json_util.c(97) : error C2065: 'O_TRUNC' : undeclared identifier >>> json_util.c(97) : error C2065: 'O_CREAT' : undeclared identifier >>> >>> Is it works for you? does mod_curl build works on windows? >>> or the jsonlib doesn't support windows at all (it seems to me) ? >>> >>> Thanks in advance, >>> Tamas >>> >>> >>> >>> ___ >>> FreeSWITCH-dev mailing list >>> [email protected] >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev >>> http://www.freeswitch.org >>> >>> >>> >> ___ >> FreeSWITCH-dev mailing list >> [email protected] >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev >> http://www.freeswitch.org >> > > > ___ > FreeSWITCH-dev mailing list > [email protected] > http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev > http://www.freeswitch.org > > ___ FreeSWITCH-dev mailing list [email protected] http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev http://www.freeswitch.org
Re: [Freeswitch-dev] windows json build
The new tarball will be up shortly, there was one more change. Mike On Mar 23, 2010, at 12:12 PM, Tamas Cseke wrote: > Hello, > > Responding (for others who may be intrested) > for json build a patched json tarball is needed. > > Here is the modification > http://pastebin.freeswitch.org/12524 > > After this libjson build works. > mod_curl still used json header files from 0.8 version. > And I got compile errors > http://pastebin.freeswitch.org/12525 > > Jlenk is working on mod_curl build...it's coming soon... > Thanks the help! > > Tamas > > > > Tamas Cseke wrote: >> Hello, >> >> I've seen the json upgrade (0.8 ->0.9) has been done for windows as well >> in r17064. >> >> If it would work, I'd like to fix the windows build for mod_json_cdr >> (http://jira.freeswitch.org/browse/MODEVENT-62) >> >> I was trying with vc++ 2008 express, but I can't compile jsonlib. >> >> json_util.c(62) : error C2065: 'O_RDONLY' : undeclared identifier >> json_util.c(97) : error C2065: 'O_WRONLY' : undeclared identifier >> json_util.c(97) : error C2065: 'O_TRUNC' : undeclared identifier >> json_util.c(97) : error C2065: 'O_CREAT' : undeclared identifier >> >> Is it works for you? does mod_curl build works on windows? >> or the jsonlib doesn't support windows at all (it seems to me) ? >> >> Thanks in advance, >> Tamas >> >> >> >> ___ >> FreeSWITCH-dev mailing list >> [email protected] >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev >> http://www.freeswitch.org >> >> > > > ___ > FreeSWITCH-dev mailing list > [email protected] > http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev > http://www.freeswitch.org ___ FreeSWITCH-dev mailing list [email protected] http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev http://www.freeswitch.org
Re: [Freeswitch-dev] windows json build
I thought this was fixed already yesterday... did you redownload the json lib? /b On Mar 23, 2010, at 11:12 AM, Tamas Cseke wrote: > Hello, > > Responding (for others who may be intrested) > for json build a patched json tarball is needed. > > Here is the modification > http://pastebin.freeswitch.org/12524 > > After this libjson build works. > mod_curl still used json header files from 0.8 version. > And I got compile errors > http://pastebin.freeswitch.org/12525 > > Jlenk is working on mod_curl build...it's coming soon... > Thanks the help! > > Tamas > > > > Tamas Cseke wrote: >> Hello, >> >> I've seen the json upgrade (0.8 ->0.9) has been done for windows as well >> in r17064. >> >> If it would work, I'd like to fix the windows build for mod_json_cdr >> (http://jira.freeswitch.org/browse/MODEVENT-62) >> >> I was trying with vc++ 2008 express, but I can't compile jsonlib. >> >> json_util.c(62) : error C2065: 'O_RDONLY' : undeclared identifier >> json_util.c(97) : error C2065: 'O_WRONLY' : undeclared identifier >> json_util.c(97) : error C2065: 'O_TRUNC' : undeclared identifier >> json_util.c(97) : error C2065: 'O_CREAT' : undeclared identifier >> >> Is it works for you? does mod_curl build works on windows? >> or the jsonlib doesn't support windows at all (it seems to me) ? >> >> Thanks in advance, >> Tamas >> >> >> >> ___ >> FreeSWITCH-dev mailing list >> [email protected] >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev >> http://www.freeswitch.org >> >> > > > ___ > FreeSWITCH-dev mailing list > [email protected] > http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev > http://www.freeswitch.org ___ FreeSWITCH-dev mailing list [email protected] http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev http://www.freeswitch.org
Re: [Freeswitch-dev] windows json build
Hello, Responding (for others who may be intrested) for json build a patched json tarball is needed. Here is the modification http://pastebin.freeswitch.org/12524 After this libjson build works. mod_curl still used json header files from 0.8 version. And I got compile errors http://pastebin.freeswitch.org/12525 Jlenk is working on mod_curl build...it's coming soon... Thanks the help! Tamas Tamas Cseke wrote: > Hello, > > I've seen the json upgrade (0.8 ->0.9) has been done for windows as well > in r17064. > > If it would work, I'd like to fix the windows build for mod_json_cdr > (http://jira.freeswitch.org/browse/MODEVENT-62) > > I was trying with vc++ 2008 express, but I can't compile jsonlib. > > json_util.c(62) : error C2065: 'O_RDONLY' : undeclared identifier > json_util.c(97) : error C2065: 'O_WRONLY' : undeclared identifier > json_util.c(97) : error C2065: 'O_TRUNC' : undeclared identifier > json_util.c(97) : error C2065: 'O_CREAT' : undeclared identifier > > Is it works for you? does mod_curl build works on windows? > or the jsonlib doesn't support windows at all (it seems to me) ? > > Thanks in advance, > Tamas > > > > ___ > FreeSWITCH-dev mailing list > [email protected] > http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev > http://www.freeswitch.org > > ___ FreeSWITCH-dev mailing list [email protected] http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev http://www.freeswitch.org
[Freeswitch-dev] windows json build
Hello, I've seen the json upgrade (0.8 ->0.9) has been done for windows as well in r17064. If it would work, I'd like to fix the windows build for mod_json_cdr (http://jira.freeswitch.org/browse/MODEVENT-62) I was trying with vc++ 2008 express, but I can't compile jsonlib. json_util.c(62) : error C2065: 'O_RDONLY' : undeclared identifier json_util.c(97) : error C2065: 'O_WRONLY' : undeclared identifier json_util.c(97) : error C2065: 'O_TRUNC' : undeclared identifier json_util.c(97) : error C2065: 'O_CREAT' : undeclared identifier Is it works for you? does mod_curl build works on windows? or the jsonlib doesn't support windows at all (it seems to me) ? Thanks in advance, Tamas ___ FreeSWITCH-dev mailing list [email protected] http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev http://www.freeswitch.org
