[Unicon-group] build Unicon under Windows (XP SP3)

2014-02-10 Thread Sergey Logichev
] Error 2 As I understood file /mingw/include/pthread.h is missed. Why? And where I will get it? Best regards,Sergey Logichev-- Managing the Performance of Cloud-Based Applications Take advantage of what the Cloud has to

Re: [Unicon-group] build Unicon under Windows (XP SP3)

2014-02-10 Thread Sergey Logichev
]: Leaving directory `/c/work/unicon/src/rtt'make: *** [Icon-icont] Error 2 I see the build process is not an easy thing :-)) 10.02.2014, 22:12, "Sergey Logichev" slogic...@yandex.ru:Hi Jafar!I didn't catch properly what do you mean about toolchain. Why I need binary Unicon to build U

Re: [Unicon-group] build Unicon under Windows (XP SP3)

2014-02-11 Thread Sergey Logichev
2014 at 7:49 AM, Sergey Logichev slogic...@yandex.ru wrote:Hello Jafar, When I commented at unicon/config/win32/gcc/define32.h the following lines:/*#define HAVE_LIBPTHREAD 1#define Concurrent 1*/ and changed definitions at unicon/config/win32/gcc/makedefs32.topOPTLIBS= --staticNTOPTLIBS= build was

Re: [Unicon-group] build Unicon under Windows (XP SP3)

2014-02-11 Thread Sergey Logichev
JafarOn Feb 11, 2014 11:31 PM, "Sergey Logichev" slogic...@yandex.ru wrote:Jafar, for Windows 8.1 build steps and modifications were the same as for XP and succeded too. Suppose, that adding lpthread to Windows build is some tricky process. At least this code is missed in Unicon source. Se

Re: [Unicon-group] loadfunc() for Windows

2014-02-19 Thread Sergey Logichev
gdbm.http://www.gnu.org.ua/software/gdbm/manual/html_node/Compatibility.html#SEC19leads me to this belief.HughOn Wed, 19 Feb 2014, Sergey Logichev wrote: Hello,   I would know is it possible the dynamic loading of C-functions for Windows? Theorethically shared library may be created with help of MinGW gcc

[Unicon-group] Building Unicon under Linux

2014-02-20 Thread Sergey Logichev
Hello, I have tried to build Uncion from SVN sources under Linux x86_32 (Fedora Core 18) and failed.My actions were:1) copy SVN sources to /home/oracle/tests/unicon (I have logged in as "oracle" user).2) make Configure name=x86_32_linux (I repeated that two times for sure)3) make Unicon  Below is

Re: [Unicon-group] loadfunc() for Windows

2014-02-20 Thread Sergey Logichev
inside iconx.exe/wiconx.exe or whatever .exe's you build using Unicon. This might involve extra command line arguments when building (especially linking) iconx, but before you get to that point, you are right, you have to be able to build your shared library first. Cheers,Clint From: Sergey Logic

[Unicon-group] Icon/Unicon port for Android

2014-05-27 Thread Sergey Logichev
-in-android-studio Best regards,Sergey Logichev -- The best possible search technologies are now affordable for all companies. Download your FREE open source Enterprise Search Engine today! Our experts will assist you in its

Re: [Unicon-group] Icon/Unicon port for Android

2014-05-27 Thread Sergey Logichev
will have a fun time getting full classic Icon I/O behavior and porting graphics facilities. Then again, the example in the page you point is at has "hello, world" on it, so how hard can it be? Cheers,Clint From: Sergey Logichev slogic...@yandex.ru Sent: Tuesday, May 27, 2014 12:42 AM To: Unico

Re: [Unicon-group] open(/cygdrive/c/file) fails on Windows 8.1 Cygwin

2014-06-02 Thread Sergey Logichev
windows it's compiled well and may be run for windows and cygwin both (actually, cygwin is just an other windows application). Best regards,Sergey Logichev 02.06.2014, 13:24, "Hugh Sasse" h...@dmu.ac.uk:On Fri, 30 May 2014, Jafar Al-Gharaibeh wrote: Dick,   From the look of it, the path  &q

[Unicon-group] Performance Icon/Unicon on Windows

2014-06-05 Thread Sergey Logichev
 Hello! I have tested different builds of Icon/Unicon for Windows. It seems that for old PC/notebook results may depend from current system activity during test. For example antivirus software may influent in very great degree. In the case of more powerful hardware these influencies are

Re: [Unicon-group] Updating location of compiled binaries [was previously : Question regarding search paths for iconx on Linux]

2014-06-09 Thread Sergey Logichev
with Icon 9.5 (as I remember) this "rigid chaining" of icont to iconx was cancelled. All path settings you can define through PATH variable. Best regards,Sergey Logichev 07.06.2014, 12:20, "Bruce Breeanna Rennie" bren...@dcsi.net.au:To all,One problem that I have experienced w

Re: [Unicon-group] Unicon Benchmarks

2014-06-10 Thread Sergey Logichev
convinient to you then well. Best regards,Sergey Logichev 10.06.2014, 03:29, "Clinton Jeffery" clint.jeff...@gmail.com:Howdy friends,Some of you may have noticed in passing that Shea Newton has been quietly working on a set of Unicon benchmarks these past few months. We went ahead

Re: [Unicon-group] Updating location of compiled binaries [was previously : Question regarding search paths for iconx on Linux]

2014-06-10 Thread Sergey Logichev
don't have to concernmyself with what is happening in the SVN version. Unicon now accessesthe correct icont/iconx binaries for my production files.regardsBruce RennieOn 10/06/14 15:44, Sergey Logichev wrote: Bruce, Yes, with old version of icon and unicon too (however I am not sure for unicon) the problem was wi

Re: [Unicon-group] make Unicon on Cygwin (Windows 8.1)

2014-06-12 Thread Sergey Logichev
Jafar, Today on the fresh head I managed to build Unicon on Cygwin64/Win8.1. My steps were following: 1) I've created new configuration as copy of /config/unix/x86_64_linux and named it x86_64_cygwin. 2) Installed on cygwin missed GNU diff tools. 3) copied libnsl.a from Dick to /lib 4) cut from

Re: [Unicon-group] make Unicon on Cygwin (Windows 8.1)

2014-06-13 Thread Sergey Logichev
One more oddity. In general icon programs builded with unicon-cygwin can run. But when I tried to run performance test with special build of xmarkup it outputs time-to-time following message: iconx setrlimit(41542164) failed 22 What is it? 13.06.2014, 10:26, "Sergey Logichev" slogic...@y

Re: [Unicon-group] make Unicon on Cygwin (Windows 8.1)

2014-06-15 Thread Sergey Logichev
Jafar,  I builded with -B option. That means iconx must be incorporated within builded executable. But behaivor of the executable is sen as absolutely different. 13.06.2014, 18:20, "Jafar Al-Gharaibeh" to.ja...@gmail.com:On Fri, Jun 13, 2014 at 1:25 AM, Sergey Logichev slogic...@yandex.

Re: [Unicon-group] make Unicon on Cygwin (Windows 8.1)

2014-06-17 Thread Sergey Logichev
Ah, I see. I will try at evening again. I think the best solution would be to create new config directory (unix/cygwin, for example) and put there all needed for "make Configure" files. 17.06.2014, 13:50, "Richard H. McCullough" rhmccullo...@gmail.com:As I was starting to do a new build, I

Re: [Unicon-group] internet directory contents

2014-06-25 Thread Sergey Logichev
Hello, it was very interesting to observe progressive elegancy of your code %-)), but I have following question. There is ordinary text file which contains a single line "3.3". File is stored on the web. Why when I try to read it as procedure main()  f :=

Re: [Unicon-group] Unicode in Unicon ?

2014-10-14 Thread Sergey Logichev
Richard, Unfortunately (as I know) neither Icon or Unicon have built-in procedures for Unicode. Icon Program Library also doesn't include appropriate routines.I can propose to you a set of my own Icon code to process Unicode characters and strings. Best regards,Sergey Logichev 13.10.2014, 23:37

[Unicon-group] Strange behaviour of system() function under Win8.1

2014-12-29 Thread Sergey Logichev
printed to output. If I'll slightly change this code (redirect output in the command itself)...  system(cmd||" "||output)...and compile this with Icon all will work fine. But not with Unicon. What receipts? Best regards,Sergey Logichev---

Re: [Unicon-group] Language Survey

2015-01-16 Thread Sergey Logichev
There are other indicies of Programming Languages Popularity, for example from RedMonkhttp://sogrady-media.redmonk.com/sogrady/files/2013/02/lang-rank-Q113-big.png Unfortunately we don't see Icon or Unicon on these diagramms. In my opinion it's just means that Unicon or Icon are located in

Re: [Unicon-group] Walk of file directory

2015-01-22 Thread Sergey Logichev
was before the multi-threading versions were widely available. I think multi-threading is underrepresented in Rosetta/Unicon. If you come up with a multi-threading version, we should add it to the post as an alternative version.  If you don't feel comfortable doing this, post the code and I can

Re: [Unicon-group] Walk of file directory

2015-01-23 Thread Sergey Logichev
others) and this one in particular dating from 2010. As I recall this was before the multi-threading versions were widely available. I think multi-threading is underrepresented in Rosetta/Unicon. If you come up with a multi-threading version, we should add it to the post as an alternative version.  If

Re: [Unicon-group] Linking issue SOLVED

2015-01-10 Thread Sergey Logichev
I confirm that it doesn't work on Windows.At least I could not use C calling interface in Unicon on Windows.BTW, if you need functionality of htget.icn you can use wget http://gnuwin32.sourceforge.net/packages/wget.htm or curl http://curl.haxx.se/download.html 09.01.2015, 04:00, "Duke Normandin"

Re: [Unicon-group] Walk of file directory

2015-01-10 Thread Sergey Logichev
put() by careful rewriting of the code. 4- Depending on how deep the directory tree is, there might be a lot of I/O going on. A slow disk might limit how fast you can go regardless of how optimized your code is. I will share results if get around trying any of these options. Cheers,Jafar  On

Re: [Unicon-group] Walk of file directory

2015-01-12 Thread Sergey Logichev
threading is underrepresented in Rosetta/Unicon. If you come up with a multi-threading version, we should add it to the post as an alternative version.  If you don't feel comfortable doing this, post the code and I can add it. David  From: Sergey Logichev slogic...@yandex.ru To: Jafar Al-Gharaibeh to

Re: [Unicon-group] Missing close() in a Unicon book example

2015-01-13 Thread Sergey Logichev
give a more informative error message when fopen() fails in that case. Thanks for the catch!  Cheers,JafarOn Tue, Jan 13, 2015 at 8:49 AM, Sergey Logichev slogic...@yandex.ru wrote:Hello, I tried file search program described in Unicon Programming on pp. 129-131. Unfortunately, it doesn't work pr

Re: [Unicon-group] Walk of file directory

2015-01-12 Thread Sergey Logichev
rmine if something is a directory, etc.  I do know the Unicon book has an example program that walks through directories recursively. Cheers,ClintFrom: Sergey Logichev slogic...@yandex.ru Sent: Monday, January 12, 2015 3:05 AM To: David Gamey; Jafar Al-Gharaibeh Cc: Unicon group Subject: Re: [Unicon-grou

Re: [Unicon-group] Unicon on RPi 2

2015-02-11 Thread Sergey Logichev
Jafar, Thank you for sharing such unique information! So, it means that optimized Unicon can produce code running 15X faster than on old RPi. Of course it can be achieved only for threaded versions. But 4X speed up for single threaded code is a great step too!I suppose to put your make script for

Re: [Unicon-group] CIncludesParser and its ilk

2015-06-29 Thread Sergey Logichev
programmers. I still may use Java as I want, why not if it's great and useful? Of course, I respect your position do not use anything from money-oriented Larry Ellison. Thank you,Sergey Logichev 28.06.2015, 12:33, "Bruce Breeanna Rennie" bren...@dcsi.net.au:Good evening Clinton,Is the code

[Unicon-group] Run-time error while execution of IPL randweb

2016-01-03 Thread Sergey Logichev
Hello all, Unicon while execution of IPL's randweb.icn produces the following run-time error:Run-time error 182File turtle.icn; Line 325illegal recursion in initial clauseTraceback: main(list_1 = ["16"]) joinpair(list_4 = [record Point_1(3),record Point_2(3),record Point_3(3),...,record

Re: [Unicon-group] JSON Manipulations

2016-01-12 Thread Sergey Logichev
Jafar, I didn't know about this! It's great and really extends Unicon for me to production environment. I will try the parser as soon as possible.As for UTF support I think you could get some fruitful ideas from Lazarus project (open-source follower of Delphi). Delphi historically didn't support

Re: [Unicon-group] Question relating to the semantics of !x

2016-01-19 Thread Sergey Logichev
!, such as a scheme that marks elements that have been generated, and is smart enough to restart the generation of elements if the size is changed, skipping elements that have already been generated. That's not too bad, but sorry that ! is not magically smart enough to do it all for you. Cheers,Clin

Re: [Unicon-group] new release and windows binaries eta?

2016-02-11 Thread Sergey Logichev
Hi Jafar! It sounds great that there will be some new features in Unicon soon! As I understand you are preparing the binary release. And what if I want build myself from sources? It's already possible? Best refards,Sergey Logichev 08.02.2016, 23:53, "Jafar Al-Gharaibeh" <to.ja...@gmai

Re: [Unicon-group] What "Version/Features" of Unicon Do You Use?

2016-02-12 Thread Sergey Logichev
Hello Jafar, my opinion that binary releases of Unicon shall be paired for 32 and 64 architecture with full package of features included. It means graphics, threads and so on. If someone wants to build his own special edition it's always possible from the sources. Best regards,Sergey Logichev

Re: [Unicon-group] Status of codebase versus documentation, and other thoughts

2016-08-02 Thread Sergey Logichev
weeks now. I'm pretty sure I'm in there somewhere. :)On Aug 2, 2016 8:38 AM, "Sergey Logichev" <slogic...@yandex.ru> wrote:Hello, all!I slightly reworked the code presented at Rosetta to get popularity visualization. Maybe not much elegant but working.BTW Icon on the 22nd place!Visual

Re: [Unicon-group] Starting in on some fan documentation

2016-08-03 Thread Sergey Logichev
Hello Brian!I have got a very deep impression about your work! That's great! I mean http://peoplecards.ca/uniconUnfortunately, I am not interested in COBOL, so can't comment this your massive masterpiece.I would like to ask your about Unicon Pigments? I've never heard about it. How it can be used

Re: [Unicon-group] A semantic puzzle and question

2016-08-13 Thread Sergey Logichev
It's seems very provacative! From logical point of view I suggest output as double sequence 1,2,3.But actually, I do not know!Best regards,Sergey 13.08.2016, 13:53, "Bruce & Breeanna Rennie" :Good evening to all,I have written the following test programprocedure main() 

Re: [Unicon-group] Fw: Uses of Unicon

2016-07-20 Thread Sergey Logichev
m> To: unicon-group@lists.sourceforge.net Sent: Wednesday, July 20, 2016 7:15 AM Subject: [Unicon-group] Fwd: Compiling Unicon 12.3 on Windows-- Forwarded message --From: Shawn Fratis <shawnfra...@gmail.com>Date: Wed, Jul 20, 2016 at 7:15 AMSubject: Re: [Unicon-group] Com

Re: [Unicon-group] Uses of Unicon

2016-07-21 Thread Sergey Logichev
dern processor can do to performance. OTOH, I wish I could remember which way round “\” and “/“ go: I have to look it up every time. DonOn 21 Jul 2016, at 03:17, Sergey Logichev <slogic...@yandex.ru> wrote:Hello Steve, If you are interesting what can be done with Unicon I can add a word from m

[Unicon-group] Compiling Unicon 12.3 on Windows

2016-07-09 Thread Sergey Logichev
Hello, friends! Unfortunately I didn't managed to compile Unicon on Windows by default. I used the last version 4.9.3 of mingw32 on Windows 10. The process crashed on compiling xfsys.c file (which was produced by rtt from src/runtime/rsys.r). The gcc error is following:fsys.r: In function

Re: [Unicon-group] HTTPS and FTP protocols

2016-08-02 Thread Sergey Logichev
Yes, I mean exactly https:// and ftp:// 03.08.2016, 07:28, "Jafar Al-Gharaibeh" <to.ja...@gmail.com>:Do you mean HTTPS? Because HTTP is supported.--JafarOn Tue, Aug 2, 2016, 10:53 PM Sergey Logichev <slogic...@yandex.ru> wrote:Hello!I would appreciate if someone could cl

Re: [Unicon-group] Unicon 13.0 Beta Binaries

2017-02-02 Thread Sergey Logichev
Great! This version should be a really lucky!So much improvments.Thank you, Jafar and all other people involved! Sincerely,Sergey Logichev 02.02.2017, 23:32, "Jafar Al-Gharaibeh" <to.ja...@gmail.com>:Hi,   New Unicon binaries for Windows are now available on the download page

Re: [Unicon-group] Updated Books

2017-01-26 Thread Sergey Logichev
That's great!How we could live without that before? :-)Such approach saves a lot of efforts for me as I am little familiar to LaTex and building pdf from it. Best regards,Sergey Logichev 27.01.2017, 01:47, "Jafar Al-Gharaibeh" <to.ja...@gmail.com>:Hi, In an effort to keep the mos

Re: [Unicon-group] Unicon with SSL under MSWin

2016-09-14 Thread Sergey Logichev
dding a dash "-" after the mode "m". So it is: web := open(url, "m-") | stop("Can't open " || url)   Again,  SSL is still experimental and we might change the behavior/options before we finalize the user interface. Feedback is always welcome. Cheers,JafarOn

[Unicon-group] Unicon with SSL under MSWin

2016-09-13 Thread Sergey Logichev
Hello to all! After Brian's message about already implemented SSL support in Unicon I have tried to build it for MS Windows.I have got current unicon's sources from repository and used mingw with gcc version 5.3 and openssl libraries from https://sourceforge.net/projects/gnuwin32.To build

Re: [Unicon-group] Bash on Ubuntu on Windows

2016-09-22 Thread Sergey Logichev
hing else.  The build went OK but I coudn't get  (ui) to run out of the box. I didn't try to debug further at the time. I used xming as an X server. --Jafar   On Thu, Sep 22, 2016 at 10:18 AM Sergey Logichev <slogic...@yandex.ru> wrote:Dick,I used sudo actually. I have following output: slog@

Re: [Unicon-group] Bash on Ubuntu on Windows

2016-09-22 Thread Sergey Logichev
icon/bin)?  On Thu, Sep 22, 2016 at 10:57 AM Sergey Logichev <slogic...@yandex.ru> wrote:Jafar, Thank you very much! Now I succeed! Graphics is included and working. So I could build xmarkup and get graphical output. I use Xming as X Windows server too. It's recommended by MS itself. BTW, you

Re: [Unicon-group] Bash on Ubuntu on Windows

2016-09-22 Thread Sergey Logichev
Dick,I used sudo actually. I have following output: slog@G780:~$ sudo apt-get install x11-common[sudo] password for slog:Reading package lists... DoneBuilding dependency treeReading state information... Donex11-common is already the newest version.x11-common set to manually installed.The following

Re: [Unicon-group] Bash on Ubuntu on Windows

2016-09-22 Thread Sergey Logichev
Dick,Thank you for such useful comments.Do you know how to install X11 binaries on Win10? I discovered that to run X11 application from bash you need to instal Xming server from sourceforge. That's working, really. But when I try to build Unicon with graphics "make X-Configure" says that X11

Re: [Unicon-group] Discussion group on SourceForge and miscellaneous ramblings

2016-08-17 Thread Sergey Logichev
Hello Brian, It sounds very hopefuly to have discussion forum with highliting feature for Unicon sources. Suppose, the search also will be available (Sphinx?). Hope you will find the understanding with all concerned people and teams. As for https access "bug" - it's unfortunately not supported

Re: [Unicon-group] Has anyone tried to compile Unicon with MSYS2?

2017-04-11 Thread Sergey Logichev
ose( open (dbf->name, O_RDWR|O_TRUNC, mode))Best regards,Sergey Logichev  11.04.2017, 21:46, "Jovan Trujillo" <jovan.trujil...@gmail.com>:Hi all, I tried to compile Unicon on my Windows 7 machine using GCC and MSYS2. The make command: make WUnicon64 returns and error saying

Re: [Unicon-group] unicon -C ==> -fs tweak

2017-06-13 Thread Sergey Logichev
hat. The main obstacle is how to build a library. 13.06.2017, 11:21, "Brian Tiffin" <bwtif...@gmail.com>:Sergey Logichev wrote: Jafar, That are the great news! I hope the implementation of iconc approach to build will be completed soon. I am very interesting in that as I suppose perf

Re: [Unicon-group] unicon -C ==> -fs tweak

2017-06-13 Thread Sergey Logichev
ot;Brian Tiffin" <bwtif...@gmail.com>:Sergey Logichev wrote: Brian, Performance gain >4x sounds quite pretty. I see that using loadfunc gives about the same speed as pure C (and even faster!!!).Oops. Cognitive bias typo. ;-) I'll fix that. loadfunc is NOT fasterthan plain C, but

Re: [Unicon-group] unicon -C ==> -fs tweak

2017-06-13 Thread Sergey Logichev
;])  put(data,["Lua",0.73, "blue"])  put(data,["Neko", 0.89, "red"])  put(data,["Nim",0.31, "red"])  put(data,["Perl",1.29, "blue"])  put(data,["PHP",0.39, "blue"])  put(data,["Rebol", 2.22, &q

Re: [Unicon-group] unicon -C ==> -fs tweak

2017-06-13 Thread Sergey Logichev
ds).Thanks for warm words about it.I slightly changed xmarkup graphics (added colors for individual bars of hist) a got the following colourful viz.Sergey 13.06.2017, 16:07, "Brian Tiffin" <bwtif...@gmail.com>:Sergey Logichev wrote: So, it's unfortuanately just a misprint: "Uni

Re: [Unicon-group] Use of iconc over iconx

2017-06-13 Thread Sergey Logichev
Brian,I am completely agree with you. If we would have native object code independ from language itself we could expand limits to the infinity. I remember that glory days, when I programmed on VAX/VMS (openVMS). No matter which compiler you take you could link object files from Fortan, Pascal, C,

Re: [Unicon-group] Svn Update

2017-06-16 Thread Sergey Logichev
Great job! Thank you, Jafar!But when I tried to build the new unicon (after I updated from SVN) on Windows 10 it failed.See my output attached. Sincerely,Sergey 16.06.2017, 09:39, "Jafar Al-Gharaibeh" :Status Update:   While not done yet but the progress that has been made so

Re: [Unicon-group] Svn Update

2017-06-16 Thread Sergey Logichev
Jafar,My respect!Are you still in the process? I am impatient to try the new update.Will it include iconc fixed for Windows? Please let know when you finish. Sincerely,Sergey 16.06.2017, 09:58, "Jafar Al-Gharaibeh" :Bruce, You can see the available options  under --help. OVLD

Re: [Unicon-group] unicon -C ==> -fs tweak

2017-06-13 Thread Sergey Logichev
ers,Jafar On Tue, Jun 13, 2017 at 12:29 AM, Sergey Logichev <slogic...@yandex.ru> wrote:Clint,If you mean that I need GCC to make unicon it's not a problem. I usually use mingw/mingw-w64 to build C/C++ sources on Windows. But what are rt.a and rt.db? First one is DLL? But for what? All works f

Re: [Unicon-group] unicon -C ==> -fs tweak

2017-06-12 Thread Sergey Logichev
swer to your other question, I agree that unicon -help is swell. The man page for unicon is http://unicon.org/utr/utr11.html and if the -help output or the utr11.html are unclear, we want to know about it so we can make additions and corrections to them. Cheers,Clint On Tue, Jun 13, 2017 at 12:24 AM, Serg

Re: [Unicon-group] unicon -C ==> -fs tweak

2017-06-12 Thread Sergey Logichev
Wampler in IPL's icalc.icn.Maybe you can advice some more advanced approach to me? I will be very appreciated to you.Sincerely,Sergey Logichev PS. I was very happy to see option -help for uncion! That's really great! Does it exist more complete description of each option in docs? 12.06.2017, 20:47, &q

Re: [Unicon-group] unicon -C ==> -fs tweak

2017-06-12 Thread Sergey Logichev
ur other question, I agree that unicon -help is swell. The man page for unicon is http://unicon.org/utr/utr11.html and if the -help output or the utr11.html are unclear, we want to know about it so we can make additions and corrections to them. Cheers,Clint On Tue, Jun 13, 2017 at 12:24 AM, Sergey Logich