You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Download sources
2. configure
3. make
What is the expected output? What do you see instead?
% make
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
cat /byteswap.in.h; \
} > byteswap.h-t
cat: /byteswap.in.h: No such file or directory
make: *** [byteswap.h] Error 1
What version of the product are you using? On what operating system?
ocaml-bitstring-2.0.2
Darwin Kernel Version 9.8.0: Wed Jul 15 16:55:01 PDT 2009; root:xnu-
1228.15.4~1/RELEASE_I386 i386
(OSX 10.5.8)
Please provide any additional information below.
The srcdir is not set in the makefile, causing such an error. If i add it
(srcdir=.), everything compile
correctly
Original issue reported on code.google.com by [email protected] on 20 Mar 2010 at 9:37
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 20 Mar 2010 at 9:37The text was updated successfully, but these errors were encountered: