Giter VIP home page Giter VIP logo

Comments (5)

gnusosa avatar gnusosa commented on August 23, 2024

I'm getting the same error.

/Applications/Xcode-beta.app/Contents/Developer/usr/bin/make  all-recursive
Making all in openbsd-compat
gcc -DHAVE_CONFIG_H -I. -I..  -I../smtpd -I../openbsd-compat -I/usr/local/include -I/usr/local/opt/libressl//include   -g -O2  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset  -c -o arc4random.o arc4random.c
gcc -DHAVE_CONFIG_H -I. -I..  -I../smtpd -I../openbsd-compat -I/usr/local/include -I/usr/local/opt/libressl//include   -g -O2  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset  -c -o base64.o base64.c
In file included from base64.c:58:0:
/usr/include/stdio.h:421:6: error: conflicting types for 'snprintf'
 int  snprintf(char * __restrict, size_t, const char * __restrict, ...) __printflike(3, 4);
      ^
In file included from includes.h:77:0,
                 from base64.c:47:
openbsd-compat.h:152:5: note: previous declaration of 'snprintf' was here
 int snprintf(char *, size_t, SNPRINTF_CONST char *, ...);
     ^
make[2]: *** [base64.o] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

from libasr.

ericfaurot avatar ericfaurot commented on August 23, 2024

This is weird, it looks like snprintf was not detected properly in AC_CHECK_FUNCS.
Could you please show the config.log?

from libasr.

poolpOrg avatar poolpOrg commented on August 23, 2024

I think Jung fixed something similar in smtpd recently FWIW
Le 22 janv. 2016 4:47 PM, Eric Faurot [email protected] a écrit :This is weird, it looks like snprintf was not detected properly in AC_CHECK_FUNCS.
Could you please show the config.log?

—Reply to this email directly or view it on GitHub.

from libasr.

gnusosa avatar gnusosa commented on August 23, 2024

Most recent version works in El Capitan. Please close this issue.

As per my conversation with @ericfaurot, I downloaded the most recent version, and was able to build it successfully after pointing it to the OpenSSL library.

config.log.txt
config.verbose.output.log.txt

from libasr.

ericfaurot avatar ericfaurot commented on August 23, 2024

Thanks for the update.

from libasr.

Related Issues (11)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.