Search found 142 matches

by ashmew2
Sun May 21, 2017 1:02 pm
Forum: Application libraries
Topic: Newlib
Replies: 234
Views: 138719

Re: Newlib

hi, Found this missing error reporting when a user was trying to run Netsurf and it wouldnt load. With some debugging, and realizing that the main() function was not called, finally I figured out it's because of loading the libc.dll With this change in contrib/toolchain/, the users who run C applica...
by ashmew2
Sun May 21, 2017 2:51 am
Forum: Network
Topic: Netsurf
Replies: 300
Views: 189793

Re: Netsurf

Hi JohnXenox, I think I figured out what's going on here. "You have probably not configured the folder /kolibrios. In order to do this, copy the folder /kolibrios and the file kolibri.lbl from the distribution kit to the root of some partition accessible from KolibriOS, so that /hdX/Y/kolibri.l...
by ashmew2
Sat May 20, 2017 4:56 pm
Forum: Network
Topic: Netsurf
Replies: 300
Views: 189793

Re: Netsurf

ashmew2 Hello! For me, latest version of netsurf does not work! Log file does not create, too! :( I use KolibriOS on real hardware and do not have internet connection, because i do not have driver for my net-card (Atheros). May be netsurf does not work without internet connection? :roll: I just wan...
by ashmew2
Sun May 14, 2017 6:46 pm
Forum: English
Topic: Spreadsheet for kolibri os?
Replies: 1
Views: 4538

Re: Spreadsheet for kolibri os?

TABLE

Can be found under $SVN/programs/other/

iirc, it let me enter data into cells similar to other spreadsheet programs out there.
by ashmew2
Sat May 13, 2017 10:06 pm
Forum: Network
Topic: Netsurf
Replies: 300
Views: 189793

Re: Netsurf

New Binary for Netsurf. 2017-05-13-205717_1366x768_scrot.png - Add support for Cyrillic text via iconv library. - Change font library to freetype library for better looking fonts. - Numerous other fixes. Logging is disabled by default. To enable logging, run from SHELL : netsurf-kolibrios -V /tmp0/1...
by ashmew2
Wed May 03, 2017 12:37 am
Forum: Network
Topic: Netsurf
Replies: 300
Views: 189793

Re: Netsurf

punk_joker wrote:Great, everything works. I understand now that the port will not have to manually synchronize with the main branch of the project?
Yes, once it is integrated with Netsurf CI.
by ashmew2
Tue May 02, 2017 2:11 pm
Forum: Network
Topic: Netsurf
Replies: 300
Views: 189793

Re: Netsurf

New binary for Netsurf.

Added logging : Log file created at /tmp0/1/netsurf.log
Fixed up CSS handling.
Fixed up passing header lines from http.obj library to netsurf core.
Fixed issues with heap memory allocation.
2017-05-02-125842_1366x768_scrot.png
2017-05-02-125842_1366x768_scrot.png (233.36 KiB)
Viewed 6003 times
by ashmew2
Fri Apr 28, 2017 10:31 pm
Forum: Application libraries
Topic: Newlib
Replies: 234
Views: 138719

Re: Newlib

The problem was that I expected argv[0][2:] to be argv[0][0:] (without the encoding bytes)
Now that I know what it is, i can safely skip those bytes or do things in the code to use this information.
by ashmew2
Sat Apr 22, 2017 1:42 am
Forum: Application libraries
Topic: Newlib
Replies: 234
Views: 138719

Re: Newlib

Hi Found a possible issue with value of argv array passed to main() : Sample program : $ cat x.c #include <stdio.h> int main(int argc, char *argv[]) { fprintf(stderr, "argv[0] = %s\n", argv[0]); return 0; } Compile with : kos32-gcc -c -fno-ident -O2 -fomit-frame-pointer -U__WIN32__ -U_Win3...
by ashmew2
Sat Apr 22, 2017 12:47 am
Forum: Network
Topic: Netsurf
Replies: 300
Views: 189793

Re: Netsurf

Been a long time since the last release. KolibriOS has undergone several changes since then making old binaries unusable. So here it goes... Netsurf build: April 21 2017 This is a testing release of sorts, so that everyone can check and report if this binary works for them or not. Websites are expec...
by ashmew2
Thu Apr 13, 2017 9:34 pm
Forum: Application libraries
Topic: Newlib
Replies: 234
Views: 138719

Re: Newlib

Thanks, compiling with dynamic lib instead of static gets it going for now.
Let's see how run time goes down :D

Update: The binary loads and using MTDBG can confirm that libc.dll is found and loaded at run time! Cheers!
by ashmew2
Sat Apr 08, 2017 1:58 pm
Forum: Application libraries
Topic: Newlib
Replies: 234
Views: 138719

Re: Newlib

This is not realized in newlib. I make posix directory funclions for unzip, but not so clean code for including in newlib (unzip checked many times, though) http://websvn.kolibrios.org/filedetails.php?repname=Kolibri+OS&path=%2Fprograms%2Ffs%2Funzip60%2Fkolibri%2Fdirent.c That took care of the ...
by ashmew2
Thu Apr 06, 2017 1:53 am
Forum: Application libraries
Topic: Newlib
Replies: 234
Views: 138719

Re: Newlib

Hi, With the latest toolchain based on GCC 5.x: $ cat x.c #include <sys/stat.h> int main() { mkdir("somedir", 0660); return 0; } $ kos32-gcc -I ~/kolibrios/contrib/sdk/sources/newlib/libc/include/ -c -fno-ident -O2 -fomit-frame-pointer -U__WIN32__ -U_Win32 -U_WIN32 -U__MINGW32__ -UWIN32 x....
by ashmew2
Sun Mar 26, 2017 6:59 pm
Forum: Network
Topic: Netsurf
Replies: 300
Views: 189793

Re: Netsurf

КолибриN9 уже безнадёжно устарела. У меня описанная ситуация для оригинальной KOS. I can confirm this behaviour about not loading Netsurf and not producing any logs. My git tree is ahead by some commits when I made this binary, I'll do a new release soonish which works (or at least has better loggi...
by ashmew2
Sat Feb 11, 2017 11:40 am
Forum: News
Topic: Google Summer of Code 2017
Replies: 39
Views: 28091

Re: Google Summer of Code 2017

I'd like a student to continue work on my Netsurf port to get it merged with Netsurf master.