|
|
Home » Developing U++ » U++ Developers corner » Linking on OpenIndiana (Linking on OpenIndiana)
|
|
|
|
|
|
|
|
|
|
Re: Linking on OpenIndiana [message #54505 is a reply to message #54500] |
Mon, 03 August 2020 18:40   |
coolman
Messages: 119 Registered: April 2006 Location: Czech Republic
|
Experienced Member |
|
|
mirek wrote on Mon, 03 August 2020 17:01coolman wrote on Wed, 29 July 2020 17:51Hi,
I've prepared basic SunOS support for the IDE build. Take a look at attached patch.
BR, Radek
Do we really need PLATFORM_SUNOS? I think PLATFORM_SOLARIS is enough. If there are differences, just make it work for OpenIndiana...
Hi,
You are right, we dont need another flag. My mistake.
BR, Radek
Edit: And changes related to the ndisam plugin are also not necessary.
[Updated on: Mon, 03 August 2020 20:33] Report message to a moderator
|
|
|
Re: Linking on OpenIndiana [message #54506 is a reply to message #54504] |
Mon, 03 August 2020 18:42   |
coolman
Messages: 119 Registered: April 2006 Location: Czech Republic
|
Experienced Member |
|
|
mirek wrote on Mon, 03 August 2020 18:39coolman wrote on Mon, 03 August 2020 18:29mirek wrote on Mon, 03 August 2020 17:02coolman wrote on Fri, 24 July 2020 15:30Hi,
I tested IDE build with provided VirtualBox image of OpenIndiana. I was able to build the IDE but there were some problems:
Ouch, before I got to downloading it, it disappeared. Would it be possible to upload it somewhere and give me a link?
Hi,
Fortunately I still have the archive of OpenIndiana provided by gh_origin. The question is where should I upload them?
BR, Radek
How big is it? Generaly anywhere I can download it from...
Hmm, it is about 4,6 GB.
|
|
|
Re: Linking on OpenIndiana [message #54507 is a reply to message #54506] |
Tue, 04 August 2020 06:19   |
coolman
Messages: 119 Registered: April 2006 Location: Czech Republic
|
Experienced Member |
|
|
coolman wrote on Mon, 03 August 2020 18:42mirek wrote on Mon, 03 August 2020 18:39coolman wrote on Mon, 03 August 2020 18:29mirek wrote on Mon, 03 August 2020 17:02coolman wrote on Fri, 24 July 2020 15:30Hi,
I tested IDE build with provided VirtualBox image of OpenIndiana. I was able to build the IDE but there were some problems:
Ouch, before I got to downloading it, it disappeared. Would it be possible to upload it somewhere and give me a link?
Hi,
Fortunately I still have the archive of OpenIndiana provided by gh_origin. The question is where should I upload them?
BR, Radek
How big is it? Generaly anywhere I can download it from...
Hmm, it is about 4,6 GB.
The files will be available at https://www.uschovna.cz/zasilka/BB7PATMT94J5ENW8-PK9/ until 18.08.2020
|
|
|
|
|
Re: Linking on OpenIndiana [message #54519 is a reply to message #54453] |
Thu, 06 August 2020 17:56   |
gh_origin
Messages: 5 Registered: July 2020
|
Promising Member |
|
|
On OpenIndiana, gtk3 is already available (it's using MATE, a gtk3 based DE). You should replace clang-devel with build-essential. The default compiler on OpenIndiana is GCC7, it's included in build-essential. OI also uses bash as it default shell, so you do not need to install it. gmake is included in build-essential (as I recal).
So the command should be:
pkg install build-essential libnotify
As I recall, libnotify is already available, too. But I'm not sure, so just keep it there.
If you want clang, you can query the package name with pkg search -rp clang and choose the version you want to install, there are clang 8 and clang 9 (as I recall). You can install newer GCC version, too. Just query the package name with pkg search -rp gcc to know the exact package name.
|
|
|
|
|
Re: Linking on OpenIndiana [message #54533 is a reply to message #54531] |
Fri, 07 August 2020 22:48   |
Novo
Messages: 1430 Registered: December 2006
|
Ultimate Contributor |
|
|
Usually, all opensource OS are available preinstalled in VM. You just need to download an image.
IMHO, Vagrant is a starting point.
Regards,
Novo
|
|
|
|
Goto Forum:
Current Time: Tue Apr 29 11:23:45 CEST 2025
Total time taken to generate the page: 0.01240 seconds
|
|
|