Page 1 of 1

SeaConsole 0.2

Posted: Sun Oct 14, 2007 10:17 pm
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

Posted: Mon Oct 15, 2007 8:04 am
by ucosty
What are we meant to test it on?

Posted: Mon Oct 15, 2007 8:45 am
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.
:(

Posted: Mon Oct 15, 2007 8:48 am
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

Posted: Mon Oct 15, 2007 2:29 pm
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: :(

Posted: Mon Oct 15, 2007 4:24 pm
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.

Posted: Mon Oct 15, 2007 5:34 pm
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