DaemonForums  

Go Back   DaemonForums > OpenBSD > OpenBSD Packages and Ports

OpenBSD Packages and Ports Installation and upgrading of packages and ports on OpenBSD.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1   (View Single Post)  
Old 23rd March 2018
gpatrick gpatrick is offline
Spam Deminer
 
Join Date: Nov 2009
Posts: 245
Default Zotonic an Erlang CMS

Erlang CMS Zotonic
Code:
$ gmake
...
./rebar3 compile
===> Verifying dependencies...
===> Compiling bcrypt
===> Compiling /usr/local/zotonic/_build/default/lib/bcrypt/c_src/bcrypt.c
===> /usr/local/zotonic/_build/default/lib/bcrypt/c_src/bcrypt.c:66:5: error: conflicting types for 'bcrypt'
int bcrypt(char *, const char *, const char *);
    ^

/usr/include/pwd.h:111:8: note: previous declaration is here
char                  *bcrypt(const char*, const char *);
                       ^

/usr/local/zotonic/_build/default/lib/bcrypt/c_src/bcrypt.c:146:1: error: conflicting types for 'bcrypt'
bcrypt(char * encrypted, const char *key, const char *salt)
^

/usr/include/pwd.h:111:8: note: previous declaration is here
char                 *bcrypt(const char *, const char *);
                      ^

2 errors generated.

gmake: *** [GNUmakefile:27: compile] Error 1
Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 02:48 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick