[Factor-talk] freetype problem with cygwin

2007-11-20 Thread Stefan Scholl
I compiled the current Factor with the current Cygwin and I get the following message when starting it after bootstrap (current image): -8<-8<-8<-8<-8<-8<-8<-8<-8<-8<- $ ./factor-nt.exe Words calling ``alien-invoke'' must be compiled with the optimizing

Re: [Factor-talk] freetype problem with cygwin

2007-11-20 Thread Doug Coleman
I had this problem with Cygwin recently. I believe that the ownership on your dlls is wrong. chmod can't fix it, you have to change the ACL in the Windows Security panel from file manager, or else don't wget the files, delete them, and download again through a browser. I have no idea why

Re: [Factor-talk] freetype problem with cygwin

2007-11-20 Thread Berlin Brown
I had the problem too; I guess I resolved it by just putting freetype and zlib in the same directory as the factor-nt executable and then rebuilt the image, just in case. Good old windows. Also, I couldn't get opengl hardware acceleration to work so the UI was kind of slow. I will test this agai

[Factor-talk] trouble bootstrapping

2007-11-20 Thread Alex Chapman
Hi, I'm having trouble bootstrapping the latest git on osx: git pull make clean make macosx-x86-32 wget http://factorcode.org/images/latest/boot.x86.32.image ./factor -i=boot.x86.32.image *** Data GC (0 minor, 0 cards) Loading P" resource:core/bootstrap/stage2.factor" Loading P" resource:core/co

Re: [Factor-talk] trouble bootstrapping

2007-11-20 Thread Doug Coleman
There's probably an empty directory in one of the roots. Windows git has an error where it won't delete the directories; I didn't know it happened on Mac too. On Nov 20, 2007, at 4:24 PM, Alex Chapman wrote: > Hi, > > I'm having trouble bootstrapping the latest git on osx: > > git pull > mak

Re: [Factor-talk] trouble bootstrapping

2007-11-20 Thread Alex Chapman
Yep, that was it. Thanks Doug, that would have taken me a while to figure out. There were actually heaps of empty directories. It may be a bug caused by Leopard (latest version of osx). On 21/11/2007, Doug Coleman <[EMAIL PROTECTED]> wrote: > > There's probably an empty directory in one of the roo

Re: [Factor-talk] freetype problem with cygwin

2007-11-20 Thread Stefan Scholl
On 2007-11-20 08:49:08, Doug Coleman wrote: > I had this problem with Cygwin recently. I believe that the > ownership on your dlls is wrong. chmod can't fix it, you have to > change the ACL in the Windows Security panel from file manager, or > else don't wget the files, delete them, and dow