Welcome, Guest. Please login or register.

Author Topic: Amiga OS4, compilers, NVU?  (Read 2880 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline amigauTopic starter

  • Sr. Member
  • ****
  • Join Date: Mar 2002
  • Posts: 330
    • Show only replies by amigau
    • http://www.amigau.com
Amiga OS4, compilers, NVU?
« on: November 29, 2009, 02:03:33 AM »
ahoy!  Wanted to know what A-OS4 compilers are out there I might use to compile NVU on AOS4.  

For those of you who haven't used it, it's a basic WYSIWYG HTML editor - nothing super fancy but it works well and you can use it on PeeCee or Mac - why not AOS4?

So.....I can get the source (here: http://net2.com/nvu/download.html), but how to compile it?

kevin
http://www.amigau.com
 

Offline Matt_H

Re: Amiga OS4, compilers, NVU?
« Reply #1 on: November 29, 2009, 05:21:53 AM »
Well, there's gcc and the official OS4 SDK - that's a good place to start.

There's also the AmiDevCPP cross-compiling environment, but I don't know if it generates OS4 binaries.
 

Offline skurk

  • Hero Member
  • *****
  • Join Date: Dec 2006
  • Posts: 929
    • Show only replies by skurk
Re: Amiga OS4, compilers, NVU?
« Reply #2 on: November 29, 2009, 09:54:07 AM »
I don't mean to sound like a pessimist, but it's not just a matter of compiling it; you also need to wrap/rewrite/port the GTK GUI it is built upon.
Code 6502 asm or... DIE!!

[C64, C128, A500, A600, A1200, A3000, MBP+Mini, Efika/MOS2.1, Sam440 w/AOS4.1
 

Offline amigauTopic starter

  • Sr. Member
  • ****
  • Join Date: Mar 2002
  • Posts: 330
    • Show only replies by amigau
    • http://www.amigau.com
Re: Amiga OS4, compilers, NVU?
« Reply #3 on: November 29, 2009, 07:41:36 PM »
So are those GUI elements avail. in source too, or?  Are these GUI elements part of the Amiga Firefox project or similar (might be able to leverage some work already being done, or)?

kevin
http://www.amigau.com
 

Offline Matt_H

Re: Amiga OS4, compilers, NVU?
« Reply #4 on: November 29, 2009, 08:14:07 PM »
I thought a GTK-MUI wrapper had been completed for AROS, but apparently not. Kronos is working on a MorphOS version, but I don't know its status.
 

Offline yoodoo

  • Full Member
  • ***
  • Join Date: Apr 2002
  • Posts: 130
    • Show only replies by yoodoo
Re: Amiga OS4, compilers, NVU?
« Reply #5 on: November 29, 2009, 10:11:06 PM »
You'd also be better off using the Kompozer sources, which are more up to date and a lot more stable than Nvu, which is about 5 years old now.
 

Offline amigauTopic starter

  • Sr. Member
  • ****
  • Join Date: Mar 2002
  • Posts: 330
    • Show only replies by amigau
    • http://www.amigau.com
Re: Amiga OS4, compilers, NVU?
« Reply #6 on: November 29, 2009, 10:49:08 PM »
yes, I figured I would (use kompozer) - although I have yet to ever have a problem running Nvu anywhere to date (linux or Winblows).

 So the steps might be:

1) get Gcc or VBcc for AOS4;

2) get the source for Kompozer/Nvu

3) ./configure

4) make install

and watch what blows up, then repost...

kevin
 

Offline SamuraiCrow

  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 2281
  • Country: us
  • Gender: Male
    • Show only replies by SamuraiCrow
Re: Amiga OS4, compilers, NVU?
« Reply #7 on: November 29, 2009, 11:37:09 PM »
You'll need AmiCygnix to compile Nvu to AmigaOS 4.x.  I think it already has a port of GTK.

The AmiCygnix website is here.  The source is at OS4Depot.net.  You need  amicygnix-x11-src.lha and amicygnix-base-src.lha.
« Last Edit: November 30, 2009, 12:09:25 AM by SamuraiCrow »