From: David B. <dav...@gm...> - 2010-07-25 14:35:39
|
but not libpng12-dev. installing it solved the problem. I guess I missed this part in the tutorial. sorry! On Sun, Jul 25, 2010 at 5:28 PM, David Breimann <dav...@gm...>wrote: > p.s. I have libpng 1.2.42 installed on my system. > > > On Sun, Jul 25, 2010 at 5:21 PM, David Breimann <dav...@gm...>wrote: > >> Hi, >> >> I just cloned JBrowse on a clean machine. everthing seemed to work fine, >> but when I tried adding a wig file using bin/wig-to-json.pl, I got the >> following error: >> >> Can't find binary executable /var/www/jbrowse/bin/wig2png (try typing >> 'make' in jbrowse root directory?) at bin/wig-to-json.pl line 26. >> >> Indeed, bin/wig2png is missing from bin/. I tried the make suggestion but >> it resulted in an error: >> g++ -I/usr/X11/include -include src/config.h -L/usr/X11/lib -lpng -o >> bin/wig2png src/wig2png.cc src/opts_list.cc >> src/wig2png.cc:24:17: error: png.h: No such file or directory >> src/wig2png.cc:40: error: ‘png_bytep’ has not been declared >> src/wig2png.cc:40: error: ‘png_color’ has not been declared >> src/wig2png.cc: In function ‘void write_png_file(const char*, int, int, >> int*, int*, int, int)’: >> ... and so on. >> >> I tried a fresh clone but again wig2png is missing. >> >> p.s. >> I clone using http://github... >> instead git://github due to some port restrictions in my university. >> >> Thanks, >> Dave >> > > |