<meta http-equiv="Content-Type" content="text/html charset=utf-8">Hi Goodwin<div><br></div><div>Sorry. Looks like I did not copy the whole thing</div><div><br></div><div><div>make                                                                                                                                 23:04:50  ✔ 0</div><div>cc -c -Wall -D_GNU_SOURCE -DLOCH -W -Wall -DLXMACOSX -I/usr/local/Cellar/wxmac/2.9.5.0/lib/wx/include/osx_cocoa-unicode-2.9 -I/usr/local/Cellar/wxmac/2.9.5.0/include/wx-2.9 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I/usr/X11R6/include  -o lxTR.o lxTR.c</div><div>lxTR.c:448:11: warning: 'gluProject' is deprecated: first deprecated in OS X 10.9 - "Use GLKMathProject" [-Wdeprecated-declarations]</div><div>      if (gluProject(x, y, z, modelview, proj, viewport, &winX, &winY, &winZ)){</div><div>          ^</div><div>/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:280:14: note: 'gluProject' declared here</div><div>extern GLint gluProject (GLdouble objX, GLdouble objY, GLdouble objZ, const GLdouble *model, const GLdouble *proj, const GLint *view, GLdouble* winX, GLdou...</div><div>             ^</div><div>1 warning generated.</div><div>c++ -c -Wall -D_GNU_SOURCE -DLOCH -W -Wall -DLXMACOSX -I/usr/local/Cellar/wxmac/2.9.5.0/lib/wx/include/osx_cocoa-unicode-2.9 -I/usr/local/Cellar/wxmac/2.9.5.0/include/wx-2.9 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I/usr/local/Cellar/freetype/2.5.2/include/freetype2 -I/usr/local/include/vtk-6.0 -Wno-deprecated -I/usr/X11R6/include -I/usr/X11R6/include/freetype2  -o lxOGLFT.o lxOGLFT.cxx</div><div>c++ -c -Wall -D_GNU_SOURCE -DLOCH -W -Wall -DLXMACOSX -I/usr/local/Cellar/wxmac/2.9.5.0/lib/wx/include/osx_cocoa-unicode-2.9 -I/usr/local/Cellar/wxmac/2.9.5.0/include/wx-2.9 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I/usr/local/Cellar/freetype/2.5.2/include/freetype2 -I/usr/local/include/vtk-6.0 -Wno-deprecated -I/usr/X11R6/include -I/usr/X11R6/include/freetype2  -o lxSetup.o lxSetup.cxx</div><div>c++ -c -Wall -D_GNU_SOURCE -DLOCH -W -Wall -DLXMACOSX -I/usr/local/Cellar/wxmac/2.9.5.0/lib/wx/include/osx_cocoa-unicode-2.9 -I/usr/local/Cellar/wxmac/2.9.5.0/include/wx-2.9 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I/usr/local/Cellar/freetype/2.5.2/include/freetype2 -I/usr/local/include/vtk-6.0 -Wno-deprecated -I/usr/X11R6/include -I/usr/X11R6/include/freetype2  -o lxRender.o lxRender.cxx</div><div>c++ -c -Wall -D_GNU_SOURCE -DLOCH -W -Wall -DLXMACOSX -I/usr/local/Cellar/wxmac/2.9.5.0/lib/wx/include/osx_cocoa-unicode-2.9 -I/usr/local/Cellar/wxmac/2.9.5.0/include/wx-2.9 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I/usr/local/Cellar/freetype/2.5.2/include/freetype2 -I/usr/local/include/vtk-6.0 -Wno-deprecated -I/usr/X11R6/include -I/usr/X11R6/include/freetype2  -o lxWX.o lxWX.cxx</div><div>c++ -c -Wall -D_GNU_SOURCE -DLOCH -W -Wall -DLXMACOSX -I/usr/local/Cellar/wxmac/2.9.5.0/lib/wx/include/osx_cocoa-unicode-2.9 -I/usr/local/Cellar/wxmac/2.9.5.0/include/wx-2.9 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I/usr/local/Cellar/freetype/2.5.2/include/freetype2 -I/usr/local/include/vtk-6.0 -Wno-deprecated -I/usr/X11R6/include -I/usr/X11R6/include/freetype2  -o lxImgIO.o lxImgIO.cxx</div><div>lxImgIO.cxx:106:20: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]</div><div>    lxImgIOError = "can't open file for output";</div><div>                   ^</div><div>lxImgIO.cxx:301:22: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]</div><div>      lxImgIOError = "can't open file for input";</div><div>                     ^</div><div>lxImgIO.cxx:320:20: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]</div><div>    lxImgIOError = "error reading JPEG file";</div><div>                   ^</div><div>lxImgIO.cxx:449:23: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]</div><div>char * lxImgIOError = "unknown";</div><div>                      ^</div><div>4 warnings generated.</div><div>c++ -c -Wall -D_GNU_SOURCE -DLOCH -W -Wall -DLXMACOSX -I/usr/local/Cellar/wxmac/2.9.5.0/lib/wx/include/osx_cocoa-unicode-2.9 -I/usr/local/Cellar/wxmac/2.9.5.0/include/wx-2.9 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I/usr/local/Cellar/freetype/2.5.2/include/freetype2 -I/usr/local/include/vtk-6.0 -Wno-deprecated -I/usr/X11R6/include -I/usr/X11R6/include/freetype2  -o lxLRUD.o lxLRUD.cxx</div><div>c++ -c -Wall -D_GNU_SOURCE -DLOCH -W -Wall -DLXMACOSX -I/usr/local/Cellar/wxmac/2.9.5.0/lib/wx/include/osx_cocoa-unicode-2.9 -I/usr/local/Cellar/wxmac/2.9.5.0/include/wx-2.9 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I/usr/local/Cellar/freetype/2.5.2/include/freetype2 -I/usr/local/include/vtk-6.0 -Wno-deprecated -I/usr/X11R6/include -I/usr/X11R6/include/freetype2  -o lxFile.o lxFile.cxx</div><div>c++ -c -Wall -D_GNU_SOURCE -DLOCH -W -Wall -DLXMACOSX -I/usr/local/Cellar/wxmac/2.9.5.0/lib/wx/include/osx_cocoa-unicode-2.9 -I/usr/local/Cellar/wxmac/2.9.5.0/include/wx-2.9 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I/usr/local/Cellar/freetype/2.5.2/include/freetype2 -I/usr/local/include/vtk-6.0 -Wno-deprecated -I/usr/X11R6/include -I/usr/X11R6/include/freetype2  -o lxSTree.o lxSTree.cxx</div><div>c++ -c -Wall -D_GNU_SOURCE -DLOCH -W -Wall -DLXMACOSX -I/usr/local/Cellar/wxmac/2.9.5.0/lib/wx/include/osx_cocoa-unicode-2.9 -I/usr/local/Cellar/wxmac/2.9.5.0/include/wx-2.9 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I/usr/local/Cellar/freetype/2.5.2/include/freetype2 -I/usr/local/include/vtk-6.0 -Wno-deprecated -I/usr/X11R6/include -I/usr/X11R6/include/freetype2  -o lxData.o lxData.cxx</div><div>c++ -c -Wall -D_GNU_SOURCE -DLOCH -W -Wall -DLXMACOSX -I/usr/local/Cellar/wxmac/2.9.5.0/lib/wx/include/osx_cocoa-unicode-2.9 -I/usr/local/Cellar/wxmac/2.9.5.0/include/wx-2.9 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I/usr/local/Cellar/freetype/2.5.2/include/freetype2 -I/usr/local/include/vtk-6.0 -Wno-deprecated -I/usr/X11R6/include -I/usr/X11R6/include/freetype2  -o lxMath.o lxMath.cxx</div><div>c++ -c -Wall -D_GNU_SOURCE -DLOCH -W -Wall -DLXMACOSX -I/usr/local/Cellar/wxmac/2.9.5.0/lib/wx/include/osx_cocoa-unicode-2.9 -I/usr/local/Cellar/wxmac/2.9.5.0/include/wx-2.9 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I/usr/local/Cellar/freetype/2.5.2/include/freetype2 -I/usr/local/include/vtk-6.0 -Wno-deprecated -I/usr/X11R6/include -I/usr/X11R6/include/freetype2  -o lxSView.o lxSView.cxx</div><div>c++ -c -Wall -D_GNU_SOURCE -DLOCH -W -Wall -DLXMACOSX -I/usr/local/Cellar/wxmac/2.9.5.0/lib/wx/include/osx_cocoa-unicode-2.9 -I/usr/local/Cellar/wxmac/2.9.5.0/include/wx-2.9 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I/usr/local/Cellar/freetype/2.5.2/include/freetype2 -I/usr/local/include/vtk-6.0 -Wno-deprecated -I/usr/X11R6/include -I/usr/X11R6/include/freetype2  -o lxSScene.o lxSScene.cxx</div><div>c++ -c -Wall -D_GNU_SOURCE -DLOCH -W -Wall -DLXMACOSX -I/usr/local/Cellar/wxmac/2.9.5.0/lib/wx/include/osx_cocoa-unicode-2.9 -I/usr/local/Cellar/wxmac/2.9.5.0/include/wx-2.9 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I/usr/local/Cellar/freetype/2.5.2/include/freetype2 -I/usr/local/include/vtk-6.0 -Wno-deprecated -I/usr/X11R6/include -I/usr/X11R6/include/freetype2  -o lxGUI.o lxGUI.cxx</div><div>In file included from lxGUI.cxx:62:</div><div>./icons/visentrance.xpm:3:1: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]</div><div>"16 15 2 1",</div><div>^</div><div>./icons/visentrance.xpm:4:1: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]</div><div>"       c None",</div><div>^</div><div>./icons/visentrance.xpm:5:1: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]</div><div>".      c #1A4C1A",</div><div>^</div><div>./icons/visentrance.xpm:6:1: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]</div><div>"                ",</div><div>^</div><div>./icons/visentrance.xpm:7:1: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]</div><div>"     ......     ",</div><div>^</div><div>./icons/visentrance.xpm:8:1: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]</div><div>"    ..    ..    ",</div><div>^</div><div>./icons/visentrance.xpm:9:1: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]</div><div>"   ..      ..   ",</div><div>^</div><div>./icons/visentrance.xpm:10:1: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]</div><div>"  ..        ..  ",</div><div>^</div><div>./icons/visentrance.xpm:11:1: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]</div><div>"  ..        ..  ",</div><div>^</div><div>./icons/visentrance.xpm:12:1: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]</div><div>"  ..        ..  ",</div><div>^</div><div>./icons/visentrance.xpm:13:1: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]</div><div>"  ..        ..  ",</div><div>^</div><div>./icons/visentrance.xpm:14:1: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]</div><div>"  ..        ..  ",</div><div>^</div><div>./icons/visentrance.xpm:15:1: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]</div><div>"   ..      ..   ",</div><div>^</div><div>./icons/visentrance.xpm:16:1: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]</div><div>"    ..    ..    ",</div><div>^</div><div>./icons/visentrance.xpm:17:1: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]</div><div>"    ..    ..    ",</div><div>^</div><div>./icons/visentrance.xpm:18:1: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]</div><div>"  ...      ...  ",</div><div>^</div><div>./icons/visentrance.xpm:19:1: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]</div><div>"                ",</div><div>^</div><div>./icons/visentrance.xpm:20:1: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]</div><div>"                "};</div><div>^</div><div>In file included from lxGUI.cxx:63:</div><div>./icons/visfix.xpm:3:1: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]</div><div>"16 15 2 1",</div><div>^</div><div>./icons/visfix.xpm:4:1: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]</div><div>"       c None",</div><div>^</div><div>./icons/visfix.xpm:5:1: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]</div><div>".      c #500000",</div><div>^</div><div>./icons/visfix.xpm:6:1: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]</div><div>"                ",</div><div>^</div><div>./icons/visfix.xpm:7:1: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]</div><div>"                ",</div><div>^</div><div>./icons/visfix.xpm:8:1: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]</div><div>"        .       ",</div><div>^</div><div>./icons/visfix.xpm:9:1: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]</div><div>"        .       ",</div><div>^</div><div>./icons/visfix.xpm:10:1: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]</div><div>"       ...      ",</div><div>^</div><div>./icons/visfix.xpm:11:1: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]</div><div>"      .   .     ",</div><div>^</div><div>./icons/visfix.xpm:12:1: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]</div><div>"     .     .    ",</div><div>^</div><div>./icons/visfix.xpm:13:1: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]</div><div>"   ...  .  ...  ",</div><div>^</div><div>./icons/visfix.xpm:14:1: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]</div><div>"     .     .    ",</div><div>^</div><div>./icons/visfix.xpm:15:1: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]</div><div>"      .   .     ",</div><div>^</div><div>./icons/visfix.xpm:16:1: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]</div><div>"       ...      ",</div><div>^</div><div>./icons/visfix.xpm:17:1: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]</div><div>"        .       ",</div><div>^</div><div>./icons/visfix.xpm:18:1: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]</div><div>"        .       ",</div><div>^</div><div>./icons/visfix.xpm:19:1: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]</div><div>"                ",</div><div>^</div><div>./icons/visfix.xpm:20:1: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]</div><div>"                "};</div><div>^</div><div>In file included from lxGUI.cxx:64:</div><div>./icons/visstation.xpm:3:1: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]</div><div>"16 15 2 1",</div><div>^</div><div>./icons/visstation.xpm:4:1: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]</div><div>"       c None",</div><div>^</div><div>./icons/visstation.xpm:5:1: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]</div><div>".      c #9E7B00",</div><div>^</div><div>./icons/visstation.xpm:6:1: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]</div><div>"                ",</div><div>^</div><div>./icons/visstation.xpm:7:1: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]</div><div>"                ",</div><div>^</div><div>./icons/visstation.xpm:8:1: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]</div><div>"                ",</div><div>^</div><div>./icons/visstation.xpm:9:1: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]</div><div>"       ..       ",</div><div>^</div><div>./icons/visstation.xpm:10:1: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]</div><div>"       ..       ",</div><div>^</div><div>./icons/visstation.xpm:11:1: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]</div><div>"       ..       ",</div><div>^</div><div>./icons/visstation.xpm:12:1: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]</div><div>"    ........    ",</div><div>^</div><div>./icons/visstation.xpm:13:1: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]</div><div>"    ........    ",</div><div>^</div><div>./icons/visstation.xpm:14:1: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]</div><div>"       ..       ",</div><div>^</div><div>./icons/visstation.xpm:15:1: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]</div><div>"       ..       ",</div><div>^</div><div>./icons/visstation.xpm:16:1: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]</div><div>"       ..       ",</div><div>^</div><div>./icons/visstation.xpm:17:1: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]</div><div>"                ",</div><div>^</div><div>./icons/visstation.xpm:18:1: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]</div><div>"                ",</div><div>^</div><div>./icons/visstation.xpm:19:1: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]</div><div>"                ",</div><div>^</div><div>./icons/visstation.xpm:20:1: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]</div><div>"                "};</div><div>^</div><div>In file included from lxGUI.cxx:65:</div><div>./icons/vislabel.xpm:3:1: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]</div><div>"16 15 3 1",</div><div>^</div><div>./icons/vislabel.xpm:4:1: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]</div><div>"       c None",</div><div>^</div><div>./icons/vislabel.xpm:5:1: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]</div><div>".      c #000000",</div><div>^</div><div>./icons/vislabel.xpm:6:1: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]</div><div>"+      c #9E7B00",</div><div>^</div><div>./icons/vislabel.xpm:7:1: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]</div><div>"                ",</div><div>^</div><div>./icons/vislabel.xpm:8:1: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]</div><div>"    .  ..   .   ",</div><div>^</div><div>./icons/vislabel.xpm:9:1: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]</div><div>"   . . . . . .  ",</div><div>^</div><div>./icons/vislabel.xpm:10:1: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]</div><div>"   ... ..  .    ",</div><div>^</div><div>./icons/vislabel.xpm:11:1: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]</div><div>"   . . . . . .  ",</div><div>^</div><div>./icons/vislabel.xpm:12:1: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]</div><div>"   . . ..   .   ",</div><div>^</div><div>./icons/vislabel.xpm:13:1: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]</div><div>"                ",</div><div>^</div><div>./icons/vislabel.xpm:14:1: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]</div><div>"                ",</div><div>^</div><div>./icons/vislabel.xpm:15:1: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]</div><div>"        +       ",</div><div>^</div><div>./icons/vislabel.xpm:16:1: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]</div><div>"        +       ",</div><div>^</div><div>./icons/vislabel.xpm:17:1: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]</div><div>"      +++++     ",</div><div>^</div><div>./icons/vislabel.xpm:18:1: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]</div><div>"        +       ",</div><div>^</div><div>./icons/vislabel.xpm:19:1: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]</div><div>"        +       ",</div><div>^</div><div>./icons/vislabel.xpm:20:1: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]</div><div>"                ",</div><div>^</div><div>./icons/vislabel.xpm:21:1: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]</div><div>"                "};</div><div>^</div><div>73 warnings generated.</div><div>c++ -c -Wall -D_GNU_SOURCE -DLOCH -W -Wall -DLXMACOSX -I/usr/local/Cellar/wxmac/2.9.5.0/lib/wx/include/osx_cocoa-unicode-2.9 -I/usr/local/Cellar/wxmac/2.9.5.0/include/wx-2.9 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I/usr/local/Cellar/freetype/2.5.2/include/freetype2 -I/usr/local/include/vtk-6.0 -Wno-deprecated -I/usr/X11R6/include -I/usr/X11R6/include/freetype2  -o lxGLC.o lxGLC.cxx</div><div>c++ -c -Wall -D_GNU_SOURCE -DLOCH -W -Wall -DLXMACOSX -I/usr/local/Cellar/wxmac/2.9.5.0/lib/wx/include/osx_cocoa-unicode-2.9 -I/usr/local/Cellar/wxmac/2.9.5.0/include/wx-2.9 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I/usr/local/Cellar/freetype/2.5.2/include/freetype2 -I/usr/local/include/vtk-6.0 -Wno-deprecated -I/usr/X11R6/include -I/usr/X11R6/include/freetype2  -o lxOptDlg.o lxOptDlg.cxx</div><div>c++ -c -Wall -D_GNU_SOURCE -DLOCH -W -Wall -DLXMACOSX -I/usr/local/Cellar/wxmac/2.9.5.0/lib/wx/include/osx_cocoa-unicode-2.9 -I/usr/local/Cellar/wxmac/2.9.5.0/include/wx-2.9 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I/usr/local/Cellar/freetype/2.5.2/include/freetype2 -I/usr/local/include/vtk-6.0 -Wno-deprecated -I/usr/X11R6/include -I/usr/X11R6/include/freetype2  -o lxAboutDlg.o lxAboutDlg.cxx</div><div>cc -c -Wall -D_GNU_SOURCE -DLOCH -W -Wall -DLXMACOSX -I/usr/local/Cellar/wxmac/2.9.5.0/lib/wx/include/osx_cocoa-unicode-2.9 -I/usr/local/Cellar/wxmac/2.9.5.0/include/wx-2.9 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I/usr/X11R6/include  -o img.o img.c</div><div>img.c:634:12: warning: explicitly assigning a variable of type 'int' to itself [-Wself-assign]</div><div>   fBinary = fBinary;</div><div>   ~~~~~~~ ^ ~~~~~~~</div><div>1 warning generated.</div><div>c++ -o loch -Wall  lxTR.o lxOGLFT.o lxSetup.o lxRender.o lxWX.o lxImgIO.o lxLRUD.o lxFile.o lxSTree.o lxData.o lxMath.o lxSView.o lxSScene.o lxGUI.o lxGLC.o lxOptDlg.o lxAboutDlg.o img.o -lz -L/usr/X11R6/lib -lwx_osx_cocoau_gl-2.9 -L/usr/local/Cellar/wxmac/2.9.5.0/lib   -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -framework QuickTime -lwx_osx_cocoau-2.9  -L/usr/local/lib  -lvtkHybrid -lvtkImaging -lvtkIO -lvtkGraphics -lvtkFiltering -lvtkCommon -lvtkjpeg -lvtkpng -lvtkzlib -lvtksys -lfreetype</div><div>ld: library not found for -lvtkHybrid</div><div>clang: error: linker command failed with exit code 1 (use -v to see invocation)</div><div>make: *** [loch] Error 1</div><div><div>On 26 Dec 2013, at 22:04, Goodwin Lawlor-2 [via VTK] <<a href="/user/SendEmail.jtp?type=node&node=5725145&i=0" target="_top" rel="nofollow" link="external">[hidden email]</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote style='border-left:2px solid #CCCCCC;padding:0 1em' type="cite">

        <div dir="ltr">Hi Christian,<div><br></div><div>It's hard to tell without seeing the error message but I'd guess the problem is you need to link against against libXft</div><div><br></div><div>See the topic here on gerrit for how to add the lib using CMake  <a href="http://review.source.kitware.com/#/t/2433/" target="_top" rel="nofollow" link="external">http://review.source.kitware.com/#/t/2433/</a> (but change the location in the source tree for your needs)</div>
<div><br></div><div>If you're going it alone on the command line add "-lXft"</div><div><br></div><div>If it's not this, post your build error message.</div><div><br></div><div>hth</div><div><br></div><div>
Goodwin</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Dec 25, 2013 at 5:04 PM, z3r0x <span dir="ltr"><<a href="x-msg://20/user/SendEmail.jtp?type=node&amp;node=5725144&amp;i=0" target="_top" rel="nofollow" link="external">[hidden email]</a>></span> wrote:<br>
<blockquote style='border-left:2px solid #CCCCCC;padding:0 1em' style="border-left:2px solid #CCCCCC;padding:0 1em" class="gmail_quote">Hi<br>
<br>
I am trying to migrate to VTK6 and am having linking problems when using<br>
<br>
c++ -o loch -Wall  lxTR.o lxOGLFT.o lxSetup.o lxRender.o lxWX.o lxImgIO.o<br>
lxLRUD.o lxFile.o lxSTree.o lxData.o lxMath.o lxSView.o lxSScene.o lxGUI.o<br>
lxGLC.o lxOptDlg.o lxAboutDlg.o img.o -lz -L/usr/X11R6/lib<br>
-lwx_osx_cocoau_gl-2.9 -L/usr/local/Cellar/wxmac/<a href="http://2.9.5.0/lib" target="_blank" rel="nofollow" link="external">2.9.5.0/lib</a>   -framework<br>
IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework<br>
System -framework OpenGL -framework QuickTime -lwx_osx_cocoau-2.9<br>
-L/usr/local/lib/vtk-6.0 -lvtkHybrid -lvtkImaging -lvtkIO -lvtkGraphics<br>
-lvtkFiltering -lvtkCommon -lvtkjpeg -lvtkpng -lvtkzlib -lvtksys -lfreetype<br>
<br>
how should I proceed with that?<br>
<br>
<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://vtk.1045678.n5.nabble.com/Migration-to-VTK6-tp5725138.html" target="_blank" rel="nofollow" link="external">http://vtk.1045678.n5.nabble.com/Migration-to-VTK6-tp5725138.html</a><br>
Sent from the VTK - Dev mailing list archive at <a href="http://Nabble.com" target="_top" rel="nofollow" link="external">Nabble.com</a>.<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com/" target="_blank" rel="nofollow" link="external">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank" rel="nofollow" link="external">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.vtk.org/mailman/listinfo/vtk-developers" target="_blank" rel="nofollow" link="external">http://www.vtk.org/mailman/listinfo/vtk-developers</a><br>
<br>
</blockquote></div><br></div>
<br>_______________________________________________
<br>Powered by <a href="http://www.kitware.com" target="_top" rel="nofollow" link="external">www.kitware.com</a>
<br><br>Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_top" rel="nofollow" link="external">http://www.kitware.com/opensource/opensource.html</a><br><br>Follow this link to subscribe/unsubscribe:
<br><a href="http://www.vtk.org/mailman/listinfo/vtk-developers" target="_top" rel="nofollow" link="external">http://www.vtk.org/mailman/listinfo/vtk-developers</a><br><br>

        
        
        
        <br>
        <br>
        <hr noshade="noshade" size="1">
        <div style="color:#444; font: 12px tahoma,geneva,helvetica,arial,sans-serif;">
                <div style="font-weight:bold">If you reply to this email, your message will be added to the discussion below:</div>
                <a href="http://vtk.1045678.n5.nabble.com/Migration-to-VTK6-tp5725138p5725144.html" target="_top" rel="nofollow" link="external">http://vtk.1045678.n5.nabble.com/Migration-to-VTK6-tp5725138p5725144.html</a>
        </div>
        <div style="color:#666; font: 11px tahoma,geneva,helvetica,arial,sans-serif;margin-top:.4em;line-height:1.5em">
                
                To unsubscribe from Migration to VTK6, <a href="" target="_top" rel="nofollow" link="external">click here</a>.<br>
                <a href="http://vtk.1045678.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml" rel="nofollow" style="font:9px serif" target="_top" link="external">NAML</a>
        </div></blockquote></div><br></div><div class="small"><br/><img src="/images/icon_attachment.gif" > <strong>signature.asc</strong> (507 bytes) <a href="http://vtk.1045678.n5.nabble.com/attachment/5725145/0/signature.asc" target="_top" rel="nofollow" link="external">Download Attachment</a></div>

        
        
        
<br/><hr align="left" width="300" />
View this message in context: <a href="http://vtk.1045678.n5.nabble.com/Migration-to-VTK6-tp5725138p5725145.html">Re: Migration to VTK6</a><br/>
Sent from the <a href="http://vtk.1045678.n5.nabble.com/VTK-Dev-f1251487.html">VTK - Dev mailing list archive</a> at Nabble.com.<br/>