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 » Developing U++ » U++ TheIDE and Library: Releases and ChangeLogs » TheIDE: new Export
TheIDE: new Export [message #16695] Mon, 07 July 2008 22:44 Go to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
TheIDE now has new much better (IMO) "Export project".

It exports all files necessarry and also *path-relative* Makefile. Thus moving the resulting folder anywhere, you can easily build the project.

Mirek
Re: TheIDE: new Export [message #16745 is a reply to message #16695] Wed, 09 July 2008 17:03 Go to previous messageGo to next message
Novo is currently offline  Novo
Messages: 1358
Registered: December 2006
Ultimate Contributor
I believe there is a problem with the “Export” functionality.

When I “export” the ide project, a generated Makefile defines a macro “OutFile = _out/$(OutDir)ide”, which leads to a compilation problem.

$ make | grep _out/_out
c++ -o _out/_out/ide/GCC-Gcc-Gui-Linux-Main-Nogtk-Shared/ide -Wl,-s -L"/usr/X11R6/lib64" -Wl,-O,2  \
/usr/bin/ld: cannot open output file _out/_out/ide/GCC-Gcc-Gui-Linux-Main-Nogtk-Shared/ide: No such file or directory
collect2: ld returned 1 exit status
make: *** [_out/_out/ide/GCC-Gcc-Gui-Linux-Main-Nogtk-Shared/ide] Error 1


This macro should be generated as “OutFile = $(OutDir)ide”.


Regards,
Novo
Re: TheIDE: new Export [message #16754 is a reply to message #16745] Wed, 09 July 2008 22:08 Go to previous message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
Yes. Already fixed.

(And here goes my apology for always adding new features in the time of release.... but this happened to be critical for me. OTOH, I guess the broken export is acceptable bug for final release...)

Mirek
Previous Topic: Small new theide enhancement...
Next Topic: Minor fixes (for rc3...)
Goto Forum:
  


Current Time: Sat Apr 20 00:40:18 CEST 2024

Total time taken to generate the page: 0.02476 seconds