I tried your commands, but the error still there
I worked with Kannel over Cygwin and run OK (a lot of users work with
Cygwin), but in other machine and without opensmppbox

I dont know why only one or two lines in the configure file appear in
Spanish (the cygwin package is in English, the gateway package is in
english, ).The only thing in spanish its me....

------------------------------------------------------------------------------------
In file included from wmlscript/wslexer.c:72:0:
y.tab.h:273:5: error: tipos en conflicto para ‘ws_yy_parse’

*...................error, types in conflict for "ws yy parse"*


wmlscript/wsint.h:293:5: nota: la declaración previa de ‘ws_yy_parse’
estaba aquí

*.................................... note: the previous declaration of ´ws
yy parse´ was there*


Makefile:230: recipe for target `wmlscript/wslexer.o' failed
make: *** [wmlscript/wslexer.o] Error 1

Carlos





2013/5/12 spameden <[email protected]>

> Sorry, I do not speak Spanish, but google translate says it's some kinda
> conflict in y.tab.h
>
> try to issue
>
> make clean; ./configure --with-mysql; make
>
> Also I'm not sure if kannel is supported on Cygwin, can you try maybe on
> linux instead?
>
>
> 2013/5/13 Carlos Azagra <[email protected]>
>
>> Dear Spameden:
>>
>> Sorry . I didn´t point to "answer to all"
>>
>> I install bison (I work over Cygwin), and the Make command seems ok. But
>> the last lines are:
>>
>> .............................................................
>> In file included from wmlscript/wslexer.c:72:0:
>> y.tab.h:273:5: error: tipos en conflicto para ‘ws_yy_parse’
>> wmlscript/wsint.h:293:5: nota: la declaración previa de ‘ws_yy_parse’
>> estaba aquí
>> Makefile:230: recipe for target `wmlscript/wslexer.o' failed
>> make: *** [wmlscript/wslexer.o] Error 1
>>
>> Thanks a lot
>>
>> Carlos
>>
>>
>>
>>
>>
>>
>>
>>
>> 2013/5/12 spameden <[email protected]>
>>
>>> Always include users @ kannel . org as well, so others would benefit
>>> from help too.
>>>
>>> You need to install bison
>>>
>>> either:
>>>
>>> yum install bison
>>>
>>> or
>>>
>>> apt-get install bison
>>>
>>> depends on your distro
>>>
>>>
>>>
>>> 2013/5/13 Carlos Azagra <[email protected]>
>>>
>>>> Dear Spameden:
>>>>
>>>> I need to abuse of your help
>>>>
>>>> I tried to configure Kannel with your instruccions, and configure the
>>>> file svn.kannel.org/gateway/trunk
>>>>
>>>> But when I try the "make" command, I receive this following error
>>>>
>>>> This is the first time I see that. ¿can you help me?
>>>>
>>>> Thanks in advance
>>>>
>>>> Carlos
>>>>
>>>>
>>>> $ make
>>>> Makefile:338: .depend: No such file or directory
>>>> yacc -d -p ws_yy_ wmlscript/wsgram.y && mv y.tab.c wmlscript/wsgram.c
>>>> /bin/sh: yacc: no se encontró la orden
>>>> Makefile:224: recipe for target `wmlscript/wsgram.c' failed
>>>> make: *** [wmlscript/wsgram.c] Error 127
>>>>
>>>>
>>>> 2013/5/12 Carlos Azagra <[email protected]>
>>>>
>>>>> Thanks again.
>>>>>
>>>>>  Your help was very useful for me..
>>>>>
>>>>> Carlos
>>>>>
>>>>>
>>>>>
>>>>> 2013/5/12 spameden <[email protected]>
>>>>>
>>>>>> sorry i gave wrong link
>>>>>>
>>>>>> https://svn.kannel.org/opensmppbox/trunk/
>>>>>>
>>>>>> for kannel:
>>>>>>
>>>>>> https://svn.kannel.org/gateway/trunk/
>>>>>>
>>>>>>
>>>>>> 2013/5/13 Carlos Azagra <[email protected]>
>>>>>>
>>>>>>> Dear Spameden:
>>>>>>>
>>>>>>> Thanks again, but the url doesn´t exist any more. ¿Can you give me
>>>>>>> another site/url where I can find this file?
>>>>>>>
>>>>>>> Carlos
>>>>>>>
>>>>>>>
>>>>>>> 2013/5/12 spameden <[email protected]>
>>>>>>>
>>>>>>>> If you don't need Pruiz commits, I strongly suggest using
>>>>>>>> http://svn.kannel.org/gateway/opensmppbox SVN repo instead,
>>>>>>>> because it's an official repository and bugfixes submitted there 
>>>>>>>> firstly.
>>>>>>>>
>>>>>>>>
>>>>>>>> 2013/5/12 Carlos Azagra <[email protected]>
>>>>>>>>
>>>>>>>>> Dear Spameden
>>>>>>>>>
>>>>>>>>> Thanks for your reply
>>>>>>>>>
>>>>>>>>> The problem is that I have Kannel installed and working well (I
>>>>>>>>> can send and receive messages to/from Gsm modems without problems)
>>>>>>>>>
>>>>>>>>> I know that Kannel comes first that other installation.
>>>>>>>>>
>>>>>>>>> Carlos
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> 2013/5/12 spameden <[email protected]>
>>>>>>>>>
>>>>>>>>>> you can see difference here
>>>>>>>>>> https://github.com/pruiz/kannel-opensmppbox/commits/master
>>>>>>>>>>
>>>>>>>>>> if you inspect commits made by pruiz.
>>>>>>>>>>
>>>>>>>>>> if you cant compile/build with gwlib missing error means you
>>>>>>>>>> didnt install kannel first on your system
>>>>>>>>>>
>>>>>>>>>> maybe in 2nd case you have prefix set to some dir where kannel
>>>>>>>>>> installed.
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> 2013/5/12 Ali Kashif <[email protected]>
>>>>>>>>>>
>>>>>>>>>>> see these 2 links ,
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> http://www.akashif.co.uk/kannel/install-kannel-addons-opensmpp-and-sqlbox
>>>>>>>>>>>
>>>>>>>>>>> http://www.akashif.co.uk/kannel/opensmpp-configuration-with-mysql
>>>>>>>>>>>
>>>>>>>>>>> i still cant help with difference between these 2
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> On Sun, May 12, 2013 at 6:42 PM, Carlos Azagra <
>>>>>>>>>>> [email protected]> wrote:
>>>>>>>>>>>
>>>>>>>>>>>> Dear kannel users
>>>>>>>>>>>>
>>>>>>>>>>>> ¿Witch is the difference between the opensmppbox (kannel 1.5 -
>>>>>>>>>>>> addons- opensmppbox), with the version kannel-opensmppbox-master
>>>>>>>>>>>> (Github-pruiz-kannelopensmppbox)?.
>>>>>>>>>>>>
>>>>>>>>>>>> When I try to configure the first one (kannel addons), I
>>>>>>>>>>>> receive the error "kannel gwlib is requirred"), and this version 
>>>>>>>>>>>> dont allow
>>>>>>>>>>>> "--with-mysql"
>>>>>>>>>>>>
>>>>>>>>>>>> When I configure the second (master version), I can configure
>>>>>>>>>>>> (with mysql), and can do Make and Make install without problems, 
>>>>>>>>>>>> but I cant
>>>>>>>>>>>> find the "opensmppbox.conf", nowhere.
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> Im sure that I make some mistakes in both cases, but I want to
>>>>>>>>>>>> know ,what version I need to review (and if someone can help me to 
>>>>>>>>>>>> look for
>>>>>>>>>>>> my errors I very apreciate that).
>>>>>>>>>>>>
>>>>>>>>>>>> Thanks
>>>>>>>>>>>>
>>>>>>>>>>>> Carlos Azagra
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>
>>>>>
>>>>
>>>
>>
>

Reply via email to