maxmods / bah.mod

A collection of BlitzMax modules by Brucey
25 stars 17 forks source link

[ng] Problem building bah.libsmbclient #6

Closed woollybah closed 8 years ago

woollybah commented 9 years ago

bah.libsmbclient doesn't currently build with bmx-ng.

GWRon commented 8 years ago
$ ./bmk makemods -a bah.libsmbclient
[  1%] Compiling:glue.cpp
/home/ronny/Arbeit/Programmieren/BlitzMaxNG/mod/bah.mod/libsmbclient.mod/glue.cpp:23:26: fatal error: libsmbclient.h: No such file or directory
 #include "libsmbclient.h"
                          ^
compilation terminated.

I have "libsmbclient-dev" and "libsmbclient" installed but it still does not have this file. Users trying to compile "Kodi" (XMBC) had to replace it with "samba-4.0/libsmbclient.h" - but this sounds as if you need "samba-4.0" then.


Regardless, it might now compile for you and the issue is obsolete.