Discussion:
[Unicon-group] 1 percent of 33666572288 is 336665722
Jovan Trujillo
2017-02-16 22:20:41 UTC
Permalink
Hi all,
I just built the latest snapshot of Unicon from the website and for some
reason everything I build with the "unicon" command prints out "1 percent
of 33666572288 is 336665722" when I execute it. I also see it when I run
"unicon -version" and I saw it when I executed a simple hello world
program. Anybody else getting this message?

Thanks,
Jovan
Bruce & Breeanna Rennie
2017-02-16 22:58:24 UTC
Permalink
Good morning Jovan,

Did you download the zip file or grab a copy with svn? What o/s, etc?

I did a download using "svn checkout" yesterday and had no problems?

regards

Bruce Rennie
Post by Jovan Trujillo
Hi all,
I just built the latest snapshot of Unicon from the website and for
some reason everything I build with the "unicon" command prints out "1
percent of 33666572288 is 336665722" when I execute it. I also see it
when I run "unicon -version" and I saw it when I executed a simple
hello world program. Anybody else getting this message?
Thanks,
Jovan
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Unicon-group mailing list
https://lists.sourceforge.net/lists/listinfo/unicon-group
Jafar Al-Gharaibeh
2017-02-16 23:19:35 UTC
Permalink
Jovan,

This could be just an old version. If you want to download the latest
sources without going through svn you can follow the link "Download a
snapshot" at

http://unicon.org/downloads.html

This will generate a tarball that you can download directly from
sourceforge.

--Jafar


On Thu, Feb 16, 2017 at 4:58 PM, Bruce & Breeanna Rennie <
Post by Bruce & Breeanna Rennie
Good morning Jovan,
Did you download the zip file or grab a copy with svn? What o/s, etc?
I did a download using "svn checkout" yesterday and had no problems?
regards
Bruce Rennie
Post by Jovan Trujillo
Hi all,
I just built the latest snapshot of Unicon from the website and for
some reason everything I build with the "unicon" command prints out "1
percent of 33666572288 is 336665722" when I execute it. I also see it
when I run "unicon -version" and I saw it when I executed a simple
hello world program. Anybody else getting this message?
Thanks,
Jovan
------------------------------------------------------------
------------------
Post by Jovan Trujillo
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Unicon-group mailing list
https://lists.sourceforge.net/lists/listinfo/unicon-group
------------------------------------------------------------
------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Unicon-group mailing list
https://lists.sourceforge.net/lists/listinfo/unicon-group
Jeffery, Clint (jefferyc@uidaho.edu)
2017-02-16 23:22:16 UTC
Permalink
Hi Jovan,


This looks like a stray printf left in whatever distribution was used to make the snapshot, probably my fault. You could if you feel adventurous, remove the offending line (find the file by saying "grep percent *.r* | grep printf" in unicon/src/runtime). Otherwise, we'll have to make a new snapshot with that fixed. Sorry 'bout that!


Regards,

Clint

________________________________
From: Jovan Trujillo <***@gmail.com>
Sent: Thursday, February 16, 2017 2:20:41 PM
To: unicon-***@lists.sourceforge.net
Subject: [Unicon-group] 1 percent of 33666572288 is 336665722

Hi all,
I just built the latest snapshot of Unicon from the website and for some reason everything I build with the "unicon" command prints out "1 percent of 33666572288 is 336665722" when I execute it. I also see it when I run "unicon -version" and I saw it when I executed a simple hello world program. Anybody else getting this message?

Thanks,
Jovan

Loading...