Changes between Initial Version and Version 7 of Ticket #7759


Ignore:
Timestamp:
Feb 11, 2010, 9:36:09 PM (14 years ago)
Author:
mf2k (Frank Schima)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7759

    • Property Cc pierre@… removed
    • Property Owner changed from darwinports-bugs@… to pmq@…
    • Property Status changed from new to closed
    • Property Resolution changed from to fixed
  • Ticket #7759 – Description

    initial v7  
    11First I got :
    22
     3{{{
    34ocamlc -warn-error A -g -I /opt/local/lib/ocaml/camlimages -c misc.ml
    45File "misc.ml", line 117, characters 5-6:
     
    1112Error: error-enabled warnings (3 occurrences)
    1213make: *** [misc.cmo] Error 2
     14}}}
    1315
    1416So I removed the -warn-error flag, then I got :
    1517
     18{{{
    1619ocamlc -g -custom -I /opt/local/lib/ocaml/camlimages events.o grwm.o grY11.o graphics.cma unix.cma str.cma ci_core.cma graphics.cma ci_graphics.cma ci_freetype.cma ci_gif.cma ci_jpeg.cma ci_tiff.cma ci_bmp.cma ci_ppm.cma ci_png.cma ci_xvthumb.cma ci_xpm.cma ci_ps.cma config.cmo misc.cmo timeout.cmo ageometry.cmo options.cmo rc.cmo userfile.cmo graphicsY11.cmo global_options.cmo busy.cmo gradient.cmo gterm.cmo launch.cmo dvicolor.cmo shot.cmo laser_pointer.cmo symbol.cmo input.cmo table.cmo pkfont.cmo ttfont.cmo jfm.cmo search.cmo font.cmo glyph.cmo devfont.cmo units.cmo dimension.cmo dvi.cmo drawimage.cmo gs.cmo transimpl.cmo embed.cmo grdev.cmo addons.cmo scratch.cmo cdvi.cmo driver.cmo thumbnails.cmo dviview.cmo main.cmo  -cclib -lgraphics -cclib -lunix -cclib -lstr -cclib -L/usr/X11R6/lib -cclib -lSM -cclib -lICE -cclib -lXinerama -cclib -lXext -cclib -lX11 -o advi.byt
    1720/usr/bin/ld: warning prebinding disabled because dependent library: /opt/local/lib/libungif.4.dylib is not prebound
     
    2225Error while building custom runtime system
    2326make: *** [advi.byt] Error 2
     27}}}