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 this problem suddenly cropped up.

Test the problem:
./factor-nt -run=listener
"freetype6.dll" dlopen -- this should fail with a permissions error


...Fix the error...

Fix your image:
./factor-nt -run=listener
compile-all save
Good to go!

Doug


On Nov 20, 2007, at 2:40 AM, Stefan Scholl wrote:

> 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  
> compiler.
> alien-invoke-error-library "freetype"
> alien-invoke-error-symbol  "FT_Init_FreeType"
> Words calling ``alien-invoke'' must be compiled with the optimizing  
> compiler.
> alien-invoke-error-library "freetype"
> alien-invoke-error-symbol  "FT_Init_FreeType"
>
> Debugger commands:
>
> :help - documentation for this error
> :s    - data stack at exception time
> :r    - retain stack at exception time
> :c    - call stack at exception time
> :edit - jump to source location (parse errors only)
> :get  ( var -- value ) accesses variables at time of the error
> -----8<-----8<-----8<-----8<-----8<-----8<-----8<-----8<-----8<-----8< 
> -----
>
>
> $ ls -l *.dll
> -rwxr-xr-x 1 scholl Kein 147963 Nov 20 08:47 factor-nt.dll
> -rw-r--r-- 1 scholl Kein 455680 Oct 30  2006 freetype6.dll
> -rw-r--r-- 1 scholl Kein  70656 Oct 30  2006 zlib1.dll
>
>
>
> -- 
> Web (en): http://www.no-spoon.de/ -*- Web (de): http://www.frell.de/
>
> ---------------------------------------------------------------------- 
> ---
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2005.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> Factor-talk mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/factor-talk
>


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Factor-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to