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: Other Features Wishlist and/or Bugs » Problem Launching stable IDE on OpenBSD 4.8-stable
Re: Problem Launching stable IDE on OpenBSD 4.8-stable [message #32117 is a reply to message #32071] Mon, 25 April 2011 19:36 Go to previous messageGo to previous message
dolik.rce is currently offline  dolik.rce
Messages: 1789
Registered: August 2008
Location: Czech Republic
Ultimate Contributor

So, here is the final Makefile Smile

Actually all that was needed to be done was to use -O2 instead of -O3 optimizations...

Be aware, that theide compiled on OpenBSD suffers from the same bug as MacOS X version which causes the menus to be painted under the windows. To fix that change line 206 in uppsrc/CtrlCore/CtrlKbd.cpp from
topwindow->SetWndForeground(); // cxl 2007-4-27
to
if(activate) topctrl->SetWndForeground(); // cxl 2007-4-27


I also noticed (and had to correct) some compile errors in ndisasm plugin, but since you already compiled theide without noticing that, you probably don't need to fix that...

Hopefully, now you can finally enjoy a working theide Wink

Honza
  • Attachment: Makefile
    (Size: 808.22KB, Downloaded 262 times)
 
Read Message icon5.gif
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
Read Message
Read Message
Read Message
Read Message
Previous Topic: Create Makefile behaviour
Next Topic: about Garbled on upp theIDE
Goto Forum:
  


Current Time: Mon May 13 04:09:35 CEST 2024

Total time taken to generate the page: 0.02405 seconds