cuongphphanoi / mongoose

Automatically exported from code.google.com/p/mongoose
MIT License
0 stars 0 forks source link

compile error #320

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. untar the .tgz file and change to the directory"/mongoose/example"
2. when trying to compile the chat.c by typing make , i get this
   chat: chat.c:378: main:Assertion 'ctx != ((void *)0)' failed.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
mongoose 3.0 
system environment: ubuntu 11.04

Please provide any additional information below.

Original issue reported on code.google.com by vegettah...@hotmail.com on 28 Feb 2012 at 5:03

GoogleCodeExporter commented 8 years ago
Most probably, you have SSL problem.
Try to debug it yourself, unfortunately I don't have resources to help.

Original comment by valenok on 28 Feb 2012 at 10:54