Good Afternoon Duke: Please note item d. on this list:
http://genome.ucsc.edu/admin/mirror.html#step6 ZIP file: http://hgdownload.cse.ucsc.edu/admin/jksrc.zip CVS access: http://genome.ucsc.edu/admin/cvs.html Instructions: http://genome.ucsc.edu/admin/jk-install.html and more extensively in the source tree: src/product/README.building.source I had one little bug in the build of v221 on the mac, line 51 of src/lib/errCatch.c needed an (int) cast: < int pid = pthread_self(); --- > int pid = (int)pthread_self(); --Hiram Duke wrote: > On 12/28/09 1:07 PM, Hiram Clawson wrote: >> Good Morning Duke: >> >> Please try this set of binaries: >> >> http://genome-test.cse.ucsc.edu/admin/exe/macOSX.i386/ >> >> These are from the version 221 source tree. > > Thanks Hiram, I will give it a try. By the way, do you know how and > where I can download the sources of bedTobigBed for Mac? > > Thanks, > > D. > >> >> -Hiram >> >> Duke wrote: >>> Hi, >>> >>> I am testing bigBed format, and I am working with a Mac Pro. Is there >>> anyway that I can try bedTobigBed on my Mac Pro? The executable file >>> on the web (http://hgdownload.cse.ucsc.edu/admin/exe/linux.x86_64/) >>> is for linux 64 bit only. I tried to compile the source, but it did >>> work either. >>> >>> Anybody can shed a light? >>> >>> Thanks, >>> >>> D. >> > > _______________________________________________ Genome maillist - [email protected] https://lists.soe.ucsc.edu/mailman/listinfo/genome
