On Fri, 2007-03-16 at 01:09 +0100, Klas Ivarsson wrote:
> 
> Hi!
> 
> I installed 1.1.3_rc1 on Ubuntu, but the terminal window that ran
> autogen.sh
> closed just after it finished, so I couldn't read any messages. 

You need to open the terminal first, and type in 

./autogen.sh

rather than clicking on it .. this is unix not windows :)

However if you can say:

bin/flx <filename>

for some filename, it's probably working. Since you're more
familiar with Windows/GUI stuff you might 

gedit hello.flx

and make a program:

//////////
#import <flx.flxh>
print "Hello World"; endl;
//////////

Then run from a terminal window:

bin/flx hello

You can rebuild with

./mk

any time, and 

./mk --quiet force test

should force run all the tests in quiet mode.

Note that all these builds create a log file with
a time stamp in the name, like this:

[EMAIL PROTECTED]:/work/felix/svn/felix/felix/trunk$ ls *.log
en_flx_tutorial.log     mk_2007-02-28-1245.log  mk_2007-03-08-0712.log
errors.log              mk_2007-03-01-1143.log  mk_2007-03-09-1604.log
mk_2007-02-14-0253.log  mk_2007-03-01-1150.log  mk_2007-03-09-1611.log
mk_2007-02-25-1543.log  mk_2007-03-03-0406.log  mk_2007-03-09-1724.log
mk_2007-02-25-1545.log  mk_2007-03-03-0407.log  mk_2007-03-12-0412.log
mk_2007-02-26-0147.log  mk_2007-03-08-0647.log  mk_2007-03-16-0014.log
mk_2007-02-26-0157.log  mk_2007-03-08-0650.log  mk_2007-03-16-0016.log
mk_2007-02-26-1219.log  mk_2007-03-08-0652.log  mk_2007-03-16-0017.log
mk_2007-02-27-1252.log  mk_2007-03-08-0659.log  mk_2007-03-16-0024.log
mk_2007-02-27-1406.log  mk_2007-03-08-0706.log  mk_2007-03-16-0056.log


This is all prior to installation. Installation might not
work -- I never install it because an installed version would
be confusing for me (leave me in doubt which version I was
running).

It SHOULD install in /usr/local/lib/felix-1.1.3_rc1 I think,
flx script in /usr/local/bin.

This won't work unless /usr/local/bin is on you PATH:

echo $PATH

to check.

The debian package would install in /usr/lib/<version>
and flx script in /usr/bin.




-- 
John Skaller <skaller at users dot sf dot net>
Felix, successor to C++: http://felix.sf.net

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Felix-language mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/felix-language

Reply via email to