What's new? | Help | Directory | Sign in
Google
syx
Smalltalk YX
  
  
  
  
    
Search
for
Updated Jan 14, 2008 by lethalman88
Labels: Phase-Support, Featured
FAQ  
Frequently asked questions

Frequently asked questions

Why doesn't Scons install files under $prefix?

If you are creating a binary package for Syx, the behavior is not the same as other software using mainstream building tools such as GNU Make. I would invite you to follow the Syx packaging instructions.

Instead if you are not going to create such package, please contact me or subscribe to the discussion mailing list

Why use #printNl instead of Transcript?

The #printNl method is just a faster way to call Transcript showCr: object printString.

Is Syx available only on 64-bit platforms?

No, it's very portable and runs on many platforms including 32-bit platforms. You see mostly 64-bit packages in the homepage and downloads because me and other contributors work on 64-bit system so we can create only 64-bit binary packages.

This doesn't mean you can't get Syx sources, compile it for your platform and run it successfully.

Why the configure script can't find any x11.pc on Solaris?

This might seem weird but it's a bug of Solaris. It's missing the x11.pc file which is the configuration file for the X11 library which is required to compile the X11 plugin of Smalltalk YX. If you want to disable the plugin, you can issue the configure script as follows:

./configure --disable-x11 ...

If you want to install the X11 plugin, please read the issue #27 for more informations.


Sign in to add a comment