Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mosquitto-dev] Mosquitto Broker 1.4 Visual Studio Compiling - HowTo

Hi Giorgio,

For pthreads support please see the links mentioned in
http://git.eclipse.org/c/mosquitto/org.eclipse.mosquitto.git/tree/readme-windows.txt

For the libwebsockets error... I'm a bit confused why that isn't just
working but I can't see the paths / library detection in the cmake
file either. Please try adding the path to the LWS include directory
and library directory to your compile and linker paths respectively.
I'll try and get this fixed up.

Cheers,

Roger


On Mon, Apr 20, 2015 at 8:51 PM, Giorgio Soldavini <gsoldav@xxxxxx> wrote:
> Dear All,
>
>
>
>                 I’m software developer and I’m working basically on Windows
> platform. I’m successfully using Mosquitto Borker 1.4 with my applications
> but I have to develop new web based applications and I have to connect old
> applications to new ones. I see that latest versions of Mosquitto can handle
> web sockets but I also understand that I should recompile it to enable
> websockects feature.
>
> I’m using Mosquitto as windows service.
>
> I’m trying to compile Mosquitto project under VS2013 but I get some errors:
>
> -          “Ptherads.h” No such file or directory
>
> -          “libwebsockets.h” No such file or directory.
>
> I’m actually using CMake to create a .SLN file.
>
>
>
> Please can you help me on competing this task.
>
>
>
> Thank you so much for the support.
>
>
>
> Kind regards,
>
> Giorgio
>
>
> _______________________________________________
> mosquitto-dev mailing list
> mosquitto-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from
> this list, visit
> https://dev.eclipse.org/mailman/listinfo/mosquitto-dev


Back to the top