SeaConsole 0.2

This forums is for OS project announcements including project openings, new releases, update notices, test requests, and job openings (both paying and volunteer).
Post Reply
User avatar
piranha
Member
Member
Posts: 1391
Joined: Thu Dec 21, 2006 7:42 pm
Location: Unknown. Momentum is pretty certain, however.
Contact:

SeaConsole 0.2

Post by piranha »

OK, I know it's not much of a time difference.
Here is the download link:
http://seaosmain.googlepages.com/SeaConsole0.2.zip

It uses actual windows now, has a program manager, and stuff. If you have questions, please respond. Please test this and let me know what you think.

Read the README for more info.

-JL
SeaOS: Adding VT-x, networking, and ARM support
dbittman on IRC, @danielbittman on twitter
https://dbittman.github.io
User avatar
ucosty
Member
Member
Posts: 271
Joined: Tue Aug 08, 2006 7:43 am
Location: Sydney, Australia

Post by ucosty »

What are we meant to test it on?
The cake is a lie | rackbits.com
User avatar
Combuster
Member
Member
Posts: 9301
Joined: Wed Oct 18, 2006 3:45 am
Libera.chat IRC: [com]buster
Location: On the balcony, where I can actually keep 1½m distance
Contact:

Post by Combuster »

On cygwin:

Code: Select all

~>cd /usr/src/SeaConsole/
/usr/src/SeaConsole>make
make: *** No rule to make target `/home/piranha/cons/Makefile.am', needed by `/home/piranha/cons/Makefile.in'.  Stop.
:(
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]
User avatar
os64dev
Member
Member
Posts: 553
Joined: Sat Jan 27, 2007 3:21 pm
Location: Best, Netherlands

Post by os64dev »

Combuster wrote:On cygwin:

Code: Select all

~>cd /usr/src/SeaConsole/
/usr/src/SeaConsole>make
make: *** No rule to make target `/home/piranha/cons/Makefile.am', needed by `/home/piranha/cons/Makefile.in'.  Stop.
:(
ah.. absolute paths are nice aren't they [-X
Author of COBOS
User avatar
piranha
Member
Member
Posts: 1391
Joined: Thu Dec 21, 2006 7:42 pm
Location: Unknown. Momentum is pretty certain, however.
Contact:

Post by piranha »

Ah..****.

Um..well go into src and (with gcc) type 'gcc cons.c users.c -lncurses -pthread -lmenu -o cons' and then type 'cons'.

That should do it. Sorry about the absolute paths. My IDE did that.

-JL :oops: :lol: :(
SeaOS: Adding VT-x, networking, and ARM support
dbittman on IRC, @danielbittman on twitter
https://dbittman.github.io
User avatar
Alboin
Member
Member
Posts: 1466
Joined: Thu Jan 04, 2007 3:29 pm
Location: Noricum and Pannonia

Post by Alboin »

Okay, I do that, but I get:

Code: Select all

cons.c:9:55: error: extern.h: No such file or directory
In file included from cons.c:11:
thread.h: In function 'CreateThread':
thread.h:16: warning: cast to pointer from integer of different size
cons.c:12:39: error: seapack.h: No such file or directory
cons.c: At top level:
cons.c:167: warning: conflicting types for 'bssetup'
scthreads.h:182: warning: previous implicit declaration of 'bssetup' was here
However, I run ./cons, and am able to login as bob.
C8H10N4O2 | #446691 | Trust the nodes.
User avatar
piranha
Member
Member
Posts: 1391
Joined: Thu Dec 21, 2006 7:42 pm
Location: Unknown. Momentum is pretty certain, however.
Contact:

Post by piranha »

Oh, was it pre-compiled? huh. OK whatever.
Oh, and this is a Linux program.

Any bugs, those who can run it?
Suggestions?
F1 is help by the way.

-JL
SeaOS: Adding VT-x, networking, and ARM support
dbittman on IRC, @danielbittman on twitter
https://dbittman.github.io
Post Reply