|
|
Home » U++ TheIDE » U++ TheIDE: Installation, Compiling and Running of theide » Ultimate++ on Solaris 10 ia86
Ultimate++ on Solaris 10 ia86 [message #16935] |
Mon, 21 July 2008 19:31  |
dmcgeoch
Messages: 52 Registered: November 2006 Location: New Jersey
|
Member |
|
|
I recently obtained access to a ai86 Solaris 10 system and was trying to find out the state of the Solaris port. There seems to be mention here and there, but no actual information. If someone could let me know what the basic requirements are, I would be happy to report my results on that platform. Thanks for your assistance.
Dave
|
|
|
|
|
|
|
|
|
Re: Ultimate++ on Solaris 10 ia86 [message #16999 is a reply to message #16984] |
Thu, 24 July 2008 20:54   |
masu
Messages: 378 Registered: February 2006
|
Senior Member |
|
|
Hi,
I am maintaining the FreeBSD port and as far as I can remember what I have done back then was to:
1. download linux sources of last release (not the dev ones since there is no Makefile)
2. modify the provided Makefile in conjunction with some source file changes
3. prepare the FreeBSD port files
Item 2 is the most time consuming step, but you should begin with setting the compilation flags to SOLARIS and NOGTK and try to build TheIDE in static mode.
If you find compilation/link errors like missing functions, try to search your include/library directories with 'grep -r function_name *' to locate the missing header file/library.
Use the PLATFORM_SOLARIS flag to encapsulate your additions or modifications in the sources.
Good Luck.
Matthias
Edit: Changed LINUX build flag to SOLARIS (maybe that is a better option).
[Updated on: Fri, 25 July 2008 11:02] Report message to a moderator
|
|
|
|
|
|
|
|
Re: Ultimate++ on Solaris 10 ia86 [message #17097 is a reply to message #17096] |
Mon, 28 July 2008 22:05   |
masu
Messages: 378 Registered: February 2006
|
Senior Member |
|
|
Hi Dave,
FC_HINT_STYLE is defined in fontconfig.h, the header of fontconfig API (I have version 2.5.0). If it is not available you should install this one first.
But it should be available with X.org libraries installed.
What version do you have?
Regards,
Matthias
[Updated on: Mon, 28 July 2008 22:06] Report message to a moderator
|
|
|
Re: Ultimate++ on Solaris 10 ia86 [message #17098 is a reply to message #17097] |
Mon, 28 July 2008 22:13   |
dmcgeoch
Messages: 52 Registered: November 2006 Location: New Jersey
|
Member |
|
|
Hi Matthias,
I am away from the computer right now, so I can't get the version until tomorrow.
All I know off the top of my head is that computer came preconfigured from Sun with Solaris 10 and the basic support software. I am trying to complete this build without adding additional software and libraries. Not that I can't, it is just a royal pain to get anything copied to the computer. As it is, I just to post to this forum, I have to copy files to my work pc, then copy the files to a server at my house, then use a remote xserver to access the forum to upload the files. My work won't me me access the forums directly.
Dave
[Updated on: Mon, 28 July 2008 22:29] Report message to a moderator
|
|
|
|
|
|
|
Re: Ultimate++ on Solaris 10 ia86 [message #17141 is a reply to message #17126] |
Wed, 30 July 2008 21:26  |
dmcgeoch
Messages: 52 Registered: November 2006 Location: New Jersey
|
Member |
|
|
Latest news...
The gnu linker is loaded, however gcc by default was using the Sun linker which does not accept most of the options in the Makefile. I was able to force the use of the Gnu Linker, however I am now having an issue locating the nanosleep function during the link.
Dave
|
|
|
Goto Forum:
Current Time: Sun May 11 15:38:20 CEST 2025
Total time taken to generate the page: 0.01039 seconds
|
|
|