We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: This expression has type bytes but an expression was expected of type string
Upon removing a breaking flag #105 the build goes a bit further, but fails here:
ocamlc -w +a-3-4-6-27-29-32-35-37-41-44-45-48-60 -ccopt "-pipe -Os -arch ppc -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/fribidi -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include/harfbuzz -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -D_THREAD_SAFE -o src/utils/lib/md4_cc.o" -ccopt "" -c src/utils/lib/md4.c + /opt/local/bin/gcc-mp-13 -arch ppc -O2 -fno-strict-aliasing -fwrapv -pthread -pipe -Os -arch ppc -D_FILE_OFFSET_BITS=64 -I/opt/local/include -c -I /byterun -o src/utils/cdk/zlibstubs.o -pipe -Os -arch ppc -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/fribidi -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include/harfbuzz -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -D_THREAD_SAFE -L/opt/local/lib -Wl,-headerpad_max_install_names -arch ppc -I/opt/local/include -D_THREAD_SAFE -I'/opt/local/lib/ocaml' 'src/utils/cdk/zlibstubs.c' + /opt/local/bin/gcc-mp-13 -arch ppc -O2 -fno-strict-aliasing -fwrapv -pthread -pipe -Os -arch ppc -D_FILE_OFFSET_BITS=64 -I/opt/local/include -c -I /byterun -o src/config/unix/os_stubs_c.o -pipe -Os -arch ppc -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/fribidi -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include/harfbuzz -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -D_THREAD_SAFE -L/opt/local/lib -Wl,-headerpad_max_install_names -arch ppc -I/opt/local/include -D_THREAD_SAFE -I'/opt/local/lib/ocaml' 'src/config/unix/os_stubs_c.c' File "src/utils/extlib/IO.ml", line 70, characters 22-23: 70 | let r = i.in_input s !p !l in ^ Error: This expression has type bytes but an expression was expected of type string make: *** [src/utils/extlib/IO.cmo] Error 2 make: *** Waiting for unfinished jobs....
The text was updated successfully, but these errors were encountered:
show full configure and build log
Sorry, something went wrong.
as discussed in #105 this was not git master build
@ygrek Yeah, I will try from the master soon, once the machine is free.
No branches or pull requests
Upon removing a breaking flag #105 the build goes a bit further, but fails here:
The text was updated successfully, but these errors were encountered: