Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ TheIDE » U++ TheIDE: Installation, Compiling and Running of theide » Running IDE under FreeBSD
Re: Running IDE under FreeBSD [message #146 is a reply to message #145] Mon, 28 November 2005 06:29 Go to previous messageGo to previous message
thawkins is currently offline  thawkins
Messages: 7
Registered: November 2005
Location: London
Promising Member

Ok, I have the IDE compliled, linked and running on Freebsd 6.0.

Im going to start working through the examples/tours to see if it works.

Apart from my slowness in spotting the make error here where a couple of small issues

1) You have to use gmake
2) Core/Stream.cpp has a load of 64bit file funkyness in it, on Freebsd (and mac os x) everything is 64bit anyway for fileops
so I added
#define loff_t off_t
#define fseek64 fseek
#define ftruncate64 ftruncate
to the Core.h file in the Freebsd section.
3) there was a typo on one of the file includes in the util.cpp file in Core.
4) I had to mess about with the linker options to get it to link

But it seems to ok on a quick look
I'll mail you a full list of the changes tomorrow




 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: two parallel installations?
Next Topic: HPUX Compiling?
Goto Forum:
  


Current Time: Mon Aug 04 04:55:18 CEST 2025

Total time taken to generate the page: 0.10394 seconds