You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2022/12/19 12:21:14 UTC

[GitHub] [couchdb] big-r81 opened a new issue, #4316: [Jiffy] Build error on Windows

big-r81 opened a new issue, #4316:
URL: https://github.com/apache/couchdb/issues/4316

   [NOTE]: # ( ^^ Provide a general summary of the issue in the title above. ^^ )
   
   ## Description
   
   Building CouchDB on Windows with jiffy (tag: 1.1.1) fails with the following error message:
   [Full build Log](https://paste.apache.org/ehhle)
   
   ```
   ...
   Microsoft (R) C/C++ Optimizing Compiler Version 19.34.31937 for x64
   Copyright (C) Microsoft Corporation.  All rights reserved.
   
   cl : Command line warning D9035 : option 'o' has been deprecated and will be removed in a future release
   cl : Command line warning D9002 : ignoring unknown option '/LIBPATH:c:/Program Files/erl24/lib/erl_interface-5.2.2/lib'
   cl : Command line warning D9024 : unrecognized source file type 'c_src/decoder.o', object file assumed
   cl : Command line warning D9024 : unrecognized source file type 'c_src/encoder.o', object file assumed
   cl : Command line warning D9024 : unrecognized source file type 'c_src/jiffy.o', object file assumed
   cl : Command line warning D9024 : unrecognized source file type 'c_src/termstack.o', object file assumed
   cl : Command line warning D9024 : unrecognized source file type 'c_src/utf8.o', object file assumed
   cl : Command line warning D9024 : unrecognized source file type 'c_src/util.o', object file assumed
   cl : Command line warning D9024 : unrecognized source file type 'c_src/doubles.o', object file assumed
   cl : Command line warning D9024 : unrecognized source file type 'c_src/objects.o', object file assumed
   cl : Command line warning D9024 : unrecognized source file type 'c_src/double-conversion/bignum-dtoa.o', object file assumed
   cl : Command line warning D9024 : unrecognized source file type 'c_src/double-conversion/bignum.o', object file assumed
   cl : Command line warning D9024 : unrecognized source file type 'c_src/double-conversion/cached-powers.o', object file assumed
   cl : Command line warning D9024 : unrecognized source file type 'c_src/double-conversion/diy-fp.o', object file assumed
   cl : Command line warning D9024 : unrecognized source file type 'c_src/double-conversion/double-conversion.o', object file assumed
   cl : Command line warning D9024 : unrecognized source file type 'c_src/double-conversion/fast-dtoa.o', object file assumed
   cl : Command line warning D9024 : unrecognized source file type 'c_src/double-conversion/fixed-dtoa.o', object file assumed
   cl : Command line warning D9024 : unrecognized source file type 'c_src/double-conversion/strtod.o', object file assumed
   Microsoft (R) Incremental Linker Version 14.34.31937.0
   Copyright (C) Microsoft Corporation.  All rights reserved.
   
   /out:decoder.exe 
   /out:priv/jiffy.dll 
   c_src/decoder.o 
   c_src/encoder.o 
   c_src/jiffy.o 
   c_src/termstack.o 
   c_src/utf8.o 
   c_src/util.o 
   c_src/doubles.o 
   c_src/objects.o 
   c_src/double-conversion/bignum-dtoa.o 
   c_src/double-conversion/bignum.o 
   c_src/double-conversion/cached-powers.o 
   c_src/double-conversion/diy-fp.o 
   c_src/double-conversion/double-conversion.o 
   c_src/double-conversion/fast-dtoa.o 
   c_src/double-conversion/fixed-dtoa.o 
   c_src/double-conversion/strtod.o 
   ei.lib 
   LINK : fatal error LNK1181: cannot open input file 'ei.lib'
   
   ```
   
   ## Steps to Reproduce
   
   - Setup build env for windows (couchdb-glazier)
   - run `make -f Makefile.win` 
   
   ## Expected Behaviour
   
   Should build Couchdb like before (v3.2.2)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@couchdb.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [couchdb] big-r81 closed issue #4316: [Jiffy] Build error on Windows

Posted by GitBox <gi...@apache.org>.
big-r81 closed issue #4316: [Jiffy] Build error on Windows
URL: https://github.com/apache/couchdb/issues/4316


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [couchdb] big-r81 commented on issue #4316: [Jiffy] Build error on Windows

Posted by GitBox <gi...@apache.org>.
big-r81 commented on issue #4316:
URL: https://github.com/apache/couchdb/issues/4316#issuecomment-1361282051

   Fixed by bfd8d55b397925572f83f660d830078924c8e8bd.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org