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 » Install U++ in Ubuntu-6.06.1 Desktop 64bits
Install U++ in Ubuntu-6.06.1 Desktop 64bits [message #5551] Mon, 02 October 2006 17:57 Go to next message
heissen is currently offline  heissen
Messages: 4
Registered: October 2006
Junior Member
Hello, On having executed the command make in the directory upp-linux-386-605 me the following mistake appears:

make: *** No rule to make target `/src/uppsrc/ide/SelectPkg.cpp', needed by `/home/cxl/upp/out/ide/GCC32-Gcc-Gui-Linux-Main-Shared/Selec tPkg.o'. Stop.

I am not experienced installing for console, this way that any suggestion will be of great help.

thanks
Re: Install U++ in Ubuntu-6.06.1 Desktop 64bits [message #5558 is a reply to message #5551] Mon, 02 October 2006 22:53 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
Please, use 32-bit TheIDE binary version to compile 64-bit one.

Mirek
Re: Install U++ in Ubuntu-6.06.1 Desktop 64bits [message #5570 is a reply to message #5551] Wed, 04 October 2006 04:43 Go to previous messageGo to next message
liquibyte is currently offline  liquibyte
Messages: 1
Registered: October 2006
Junior Member
I'm having the same problem although I am trying to compile using make. There are no clear instructions on how to compile this thing and, at least for me, the binary does not work at all.

mkdir -p /home/cxl/upp/out/ide/GCC32-Gcc-Gui-Linux-Main-Shared/
mkdir -p /home/cxl/upp/out/ide/GCC32-Gcc-Gui-Linux-Main-Shared/
mkdir -p /home/cxl/upp/out/ide/Common/GCC32-Gcc-Gui-Linux-Shared/
mkdir -p /home/cxl/upp/out/ide/LayDes/GCC32-Gcc-Gui-Linux-Shared/
mkdir -p /home/cxl/upp/out/ide/IconDes/GCC32-Gcc-Gui-Linux-Shared/
mkdir -p /home/cxl/upp/out/ide/Builders/GCC32-Gcc-Gui-Linux-Shared/
mkdir -p /home/cxl/upp/out/ide/Debuggers/GCC32-Gcc-Gui-Linux-Shared/
mkdir -p /home/cxl/upp/out/ide/Browser/GCC32-Gcc-Gui-Linux-Shared/
mkdir -p /home/cxl/upp/out/ide/Topic/GCC32-Gcc-Gui-Linux-Shared/
mkdir -p /home/cxl/upp/out/ide/VectorDes/GCC32-Gcc-Gui-Linux-Shared/
mkdir -p /home/cxl/upp/out/CodeEditor/GCC32-Gcc-Gui-Linux-Shared/
mkdir -p /home/cxl/upp/out/Topic/GCC32-Gcc-Gui-Linux-Shared/
mkdir -p /home/cxl/upp/out/CtrlLib/GCC32-Gcc-Gui-Linux-Shared/
mkdir -p /home/cxl/upp/out/Web/GCC32-Gcc-Gui-Linux-Shared/
mkdir -p /home/cxl/upp/out/plugin/bz2/GCC32-Gcc-Gui-Linux-Shared/
mkdir -p /home/cxl/upp/out/HexView/GCC32-Gcc-Gui-Linux-Shared/
mkdir -p /home/cxl/upp/out/Esc/GCC32-Gcc-Gui-Linux-Shared/
mkdir -p /home/cxl/upp/out/Core/GCC32-Gcc-Gui-Linux-Shared/
mkdir -p /home/cxl/upp/out/RichEdit/GCC32-Gcc-Gui-Linux-Shared/
mkdir -p /home/cxl/upp/out/plugin/png/GCC32-Gcc-Gui-Linux-Shared/
mkdir -p /home/cxl/upp/out/plugin/gif/GCC32-Gcc-Gui-Linux-Shared/
mkdir -p /home/cxl/upp/out/Image/GCC32-Gcc-Gui-Linux-Shared/
mkdir -p /home/cxl/upp/out/plugin/tif/GCC32-Gcc-Gui-Linux-Shared/
mkdir -p /home/cxl/upp/out/plugin/jpg/GCC32-Gcc-Gui-Linux-Shared/
mkdir -p /home/cxl/upp/out/Draw/GCC32-Gcc-Gui-Linux-Shared/
mkdir -p /home/cxl/upp/out/plugin/z/GCC32-Gcc-Gui-Linux-Shared/
mkdir -p /home/cxl/upp/out/coff/binobj/GCC32-Gcc-Gui-Linux-Shared/
mkdir -p /home/cxl/upp/out/coff/GCC32-Gcc-Gui-Linux-Shared/
mkdir -p /home/cxl/upp/out/plugin/ndisasm/GCC32-Gcc-Gui-Linux-Shared/
mkdir -p /home/cxl/upp/out/CppBase/GCC32-Gcc-Gui-Linux-Shared/
mkdir -p /home/cxl/upp/out/VectorDes/GCC32-Gcc-Gui-Linux-Shared/
mkdir -p /home/cxl/upp/out/RichText/GCC32-Gcc-Gui-Linux-Shared/
mkdir -p /home/cxl/upp/out/CtrlCore/GCC32-Gcc-Gui-Linux-Shared/
mkdir -p /home/cxl/upp/out/PdfDraw/GCC32-Gcc-Gui-Linux-Shared/
make: *** No rule to make target `/src/uppsrc/ide/SelectPkg.cpp', needed by `/home/cxl/upp/out/ide/GCC32-Gcc-Gui-Linux-Main-Shared/SelectPkg.o'.  Stop.
liquibyte@Liquibyte:~/upp-src-605/uppsrc/ide$


I have tried several of the solutions offered here to no avail. As a matter of fact, the one that confused me the most talked about ./configure which is weird considering there isn't.
Re: Install U++ in Ubuntu-6.06.1 Desktop 64bits [message #5573 is a reply to message #5570] Wed, 04 October 2006 11:43 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
Another possibility is to export makefile from 32-bit version (32-bit ubuntu).

We have to apologize for not updating makefiles for dev versions. We still miss active linux maintainer that would do that

They (makefiles) shall be ready for the final version.
Re: Install U++ in Ubuntu-6.06.1 Desktop 64bits [message #5578 is a reply to message #5573] Wed, 04 October 2006 16:18 Go to previous messageGo to next message
heissen is currently offline  heissen
Messages: 4
Registered: October 2006
Junior Member
Thank you for your attention. I will try with your suggestion, and I will inform them with regard to the results.
Re: Install U++ in Ubuntu-6.06.1 Desktop 64bits [message #5579 is a reply to message #5570] Wed, 04 October 2006 17:37 Go to previous messageGo to next message
heissen is currently offline  heissen
Messages: 4
Registered: October 2006
Junior Member
the situation is very unfavorable. The truth is that it worries me because I have not advanced in the development under linux
Re: Install U++ in Ubuntu-6.06.1 Desktop 64bits [message #5580 is a reply to message #5579] Wed, 04 October 2006 17:40 Go to previous messageGo to next message
heissen is currently offline  heissen
Messages: 4
Registered: October 2006
Junior Member
By the way, someone knows because this happens:

root@andromeda:/home/heissen/Desktop/upp-linux386-605# ./theide
bash: ./theide: Permission denied

Forgive my ignorance but my labor of work in linux scarcely begins
Re: Install U++ in Ubuntu-6.06.1 Desktop 64bits [message #5582 is a reply to message #5580] Wed, 04 October 2006 18:38 Go to previous message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
heissen wrote on Wed, 04 October 2006 11:40

By the way, someone knows because this happens:

root@andromeda:/home/heissen/Desktop/upp-linux386-605# ./theide
bash: ./theide: Permission denied

Forgive my ignorance but my labor of work in linux scarcely begins



I think this is missing "execute" attribute.
Previous Topic: latest UVS2 compile error and fix
Next Topic: Strange behavior of clipboard in TheIde 609-dev1 on Linux
Goto Forum:
  


Current Time: Thu Mar 28 15:48:28 CET 2024

Total time taken to generate the page: 0.01646 seconds