Thanks Sergey I'll try the SVN sources with MSYS 2.0 next.

Sent from my iPhone

> On Apr 11, 2017, at 10:37 PM, Sergey Logichev <slogic...@yandex.ru> wrote:
> 
> Hi Jovan!
> I quite successful compiled Unicon 13.0 on my Win7/Win10 machines a month ago 
> from svn sources.
> I used msys\1.0 from mingw and gcc from mingw-w64 (or mingw). Suppose, your 
> problem in some inconsistency in unicon\config directory. Try to download 
> current svn copy of unicon. All should be alright.
> However sometimes minor changes needed in sources to compile. Last time for 
> example I had to edit file unicon\src\gdbm\systems.h in the line #165 
> (truncate semicolon ; from the end of line):
> #define TRUNCATE(dbf) close( open (dbf->name, O_RDWR|O_TRUNC, mode));
> Must be:
> #define TRUNCATE(dbf) close( 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 it can't find 
>> config64.sh in config/win32/gcc
>>  
>> I tried copying config.sh to configh64.sh without much more success. Is this 
>> file missing or do I generate it somehow?
>>  
>> 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
>> Unicon-group@lists.sourceforge.net
>> 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
Unicon-group@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unicon-group

Reply via email to