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
Re: TheIDE: new Export [message #16745 is a reply to message #16695] Wed, 09 July 2008 17:03 Go to previous messageGo to previous message
Novo is currently offline  Novo
Messages: 1362
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
 
Read Message
Read Message
Read Message
Previous Topic: Small new theide enhancement...
Next Topic: Minor fixes (for rc3...)
Goto Forum:
  


Current Time: Fri Jun 07 01:15:32 CEST 2024

Total time taken to generate the page: 0.01938 seconds