Hey Luiz,
Iâm sorry. I just update xHarbour from latest code and build as usual. I worked before, it gives error since your latest changes in hbssl.
Patrick
On Tue, Dec 27, 2016 at 11:03 AM, Luiz Rafael Culik <***@xharbour.com.br> wrote:
Patrick
I dont get this error and hb_unconst is inside hbdefs.h
Regards Luiz
Em 27 de dez de 2016 07:14, "Patrick Mast, xHarbour.com" < ***@xharbour.com [***@xharbour.com] > escreveu:
Hello Luiz,
Still get: contrib\hbssl\ bio.c (506): error C3861: 'HB_UNCONST': identifier not found contrib\hbssl\bio.c(629): error C3861: 'HB_UNCONST': identifier not found contrib\hbssl\bio.c(643): error C3861: 'HB_UNCONST': identifier not found contrib\hbssl\bio.c(654): error C3861: 'HB_UNCONST': identifier not found contrib\hbssl\bio.c(654): error C2660: 'hb_itemPutNL': function does not take 1 arguments contrib\hbssl\bio.c(664): error C3861: 'HB_UNCONST': identifier not found contrib\hbssl\bio.c(664): error C2660: 'hb_itemPutNL': function does not take 1 arguments contrib\hbssl\bio.c(695): error C3861: 'HB_UNCONST': identifier not found contrib\hbssl\bio.c(695): error C2660: 'hb_itemPutNL': function does not take 1 arguments
Patrick
On Tue, Dec 27, 2016 at 12:55 AM, Luiz Rafael Culik < ***@xharbour.com.br [***@xharbour.com.br] > wrote:
Patrick
Should be ok after
2016-12-26 22:00 UTC-0300 Luiz Rafael Culik < ***@xharbour.com.br [***@xharbour.com.br] > * contrib/hbssl/hbssl.h ! minor fix to previus commit.
Regards Luiz
2016-12-26 14:14 GMT-02:00 Patrick Mast, xHarbour.com < ***@xharbour.com [***@xharbour.com] > :
Hey Luiz,
Ok, but not with me. Dus you look at the log?
ð
Patrick
On Mon, Dec 26, 2016 at 5:02 PM, Luiz Rafael Culik < ***@xharbour.com.br [***@xharbour.com.br] > wrote:
Msvc 2015? I compiled with this version with out problem
Regards Luiz
Em 26 de dez de 2016 12:01, "Patrick Mast, xHarbour.com" < ***@xharbour.com [***@xharbour.com] > escreveu:
Hey Luiz,
Sorry, its not P ellesC but latest Visual C.
Here is the log file: http://d.pr/f/NkHk [http://d.pr/f/NkHk]
Thanks!!
ð
Patrick
On Mon, Dec 26, 2016 at 2:49 PM, Luiz Rafael Culik < ***@xharbour.com.br [***@xharbour.com.br] > wrote:
Patrick
Which version os pellesc. Ive compiled with msvc2015 and bcc55 with out problem
Regards Luiz
Em 26 de dez de 2016 10:28, "Patrick Mast, xHarbour.com" < ***@xharbour.com [***@xharbour.com] > escreveu:
Thank you Luiz!
But I still get these errors building with PellesC:
contrib\hbssl\bio.c(506): error C3861: 'HB_UNCONST': identifier not found contrib\hbssl\bio.c(629): error C3861: 'HB_UNCONST': identifier not found contrib\hbssl\bio.c(643): error C3861: 'HB_UNCONST': identifier not found contrib\hbssl\bio.c(654): error C3861: 'HB_UNCONST': identifier not found contrib\hbssl\bio.c(654): error C2660: 'hb_itemPutNL': function does not take 1 arguments contrib\hbssl\bio.c(664): error C3861: 'HB_UNCONST': identifier not found contrib\hbssl\bio.c(664): error C2660: 'hb_itemPutNL': function does not take 1 arguments contrib\hbssl\bio.c(695): error C3861: 'HB_UNCONST': identifier not found contrib\hbssl\bio.c(695): error C2660: 'hb_itemPutNL': function does not take 1 arguments
Patrick
On Mon, Dec 26, 2016 at 1:41 AM, Luiz Rafael Culik < ***@xharbour.com.br [***@xharbour.com.br] > wrote:
2016-12-25 23:30 UTC-0300 Luiz Rafael Culik < ***@xharbour.com.br [***@xharbour.com.br] > * contrib/hbssl/bio.c * contrib/hbssl/err.c * contrib/hbssl/evp.c * contrib/hbssl/evpciph.c * contrib/hbssl/evpenc.c * contrib/hbssl/evpmd.c * contrib/hbssl/ hbssl.ch [http://hbssl.ch] * contrib/hbssl/hbssl.h * contrib/hbssl/rand.c * contrib/hbssl/ssl.c * contrib/hbssl/sslctx.c * Adjust to compile under openssl >= 1.1.x some fixes borrow from Victor harbour branch