|
|
Home » U++ TheIDE » U++ TheIDE: Installation, Compiling and Running of theide » Ultimate++ on Arch Linux?
Ultimate++ on Arch Linux? [message #14548] |
Mon, 03 March 2008 01:57  |
lectus
Messages: 329 Registered: September 2006 Location: Brazil
|
Senior Member |
|
|
Hello!
I see you provide deb files for Ultimate++ on Linux.
It would be OK if I was running Debian or Ubuntu, but I'm running Arch Linux.
How can I install Ultimate++ on systems that don't handle deb or rpm files?
Thanks
|
|
|
Re: Ultimate++ on Arch Linux? [message #14550 is a reply to message #14548] |
Mon, 03 March 2008 09:13   |
|
lectus wrote on Sun, 02 March 2008 19:57 | Hello!
I see you provide deb files for Ultimate++ on Linux.
It would be OK if I was running Debian or Ubuntu, but I'm running Arch Linux.
How can I install Ultimate++ on systems that don't handle deb or rpm files?
Thanks
|
I use Arch too You can just unpack rpm manually (you need theide file only). If theide won't start try to build it using a makefile attached to upp sources (it was attached in previous linux packages)
[Updated on: Mon, 03 March 2008 10:36] Report message to a moderator
|
|
|
Re: Ultimate++ on Arch Linux? [message #14584 is a reply to message #14548] |
Tue, 04 March 2008 05:56   |
lectus
Messages: 329 Registered: September 2006 Location: Brazil
|
Senior Member |
|
|
I'm more or less new to linux. I don't understand how exactly I can do this.
I could unpack the rpm with rpmextract, but when I start theide it can't find the examples and the libraries path. So, how can I get it right?
Can you please provide a mini-tutorial showing which package to download and which commands to type to get U++ installed?
Thank you
EDIT: It seems I got it installed by unpacking to /usr and running theide.
The problem now is that I can't compile any U++ project.
The compiler can't find "bits/atomicity.h".
[Updated on: Tue, 04 March 2008 06:09] Report message to a moderator
|
|
|
Re: Ultimate++ on Arch Linux? [message #14599 is a reply to message #14584] |
Tue, 04 March 2008 13:57   |
mdelfede
Messages: 1308 Registered: September 2007
|
Ultimate Contributor |
|
|
lectus wrote on Tue, 04 March 2008 05:56 | I'm more or less new to linux. I don't understand how exactly I can do this.
I could unpack the rpm with rpmextract, but when I start theide it can't find the examples and the libraries path. So, how can I get it right?
Can you please provide a mini-tutorial showing which package to download and which commands to type to get U++ installed?
Thank you
EDIT: It seems I got it installed by unpacking to /usr and running theide.
The problem now is that I can't compile any U++ project.
The compiler can't find "bits/atomicity.h".
|
Well, quick instructions to manual install of .deb package in rpm distro.... not tested but should work well.
1) extract from .deb the file 'data.tar.gz'. .deb files are just archives, so it's quite easy.
2) put 'data.tar.gz' on root folder (/) and unpack it, as a superuser :
tar -xzf data.tar.gz
that should recreate the correct folder three. If you use SVN packages, it will put sources in /usr/share/upp-svn/..., the binary in /usr/bin/theide-svn, and so on.
3) Launch theide-svn executable; it will prompt and ask if you want to copy files in user path. Just say OK and accept the default, or change it if you like.
On updates, simply repeat all above steps.
As told above, for svn packages the executable is named 'theide-svn', the default user folder is ~/upp-svn. That allows to have svn, (future) devel and (future) stable releases together.
Ciao
Max
[Updated on: Tue, 04 March 2008 13:58] Report message to a moderator
|
|
|
|
Re: Ultimate++ on Arch Linux? [message #14614 is a reply to message #14602] |
Tue, 04 March 2008 16:24   |
lectus
Messages: 329 Registered: September 2006 Location: Brazil
|
Senior Member |
|
|
cbpporter wrote on Tue, 04 March 2008 08:14 |
Quote: | I'm more or less new to linux.
|
IMO, Arch is really not well suited if you are new to Linux. Try something more user friendly until you get really comfortable with command line. Do you use it for the 686 optimized binaries?
|
I know linux. I just didn't know how to install Ultimate++ in it. I use Arch to learn more about Linux.
mdelfede: Thanks. I'll try it.
EDIT: It was the same what I did before. I just didn't use the commandline. When I tried first it installed but couldn't compile anything. Now it installed again, but the examples didn't load into theide.
Very strange.
[Updated on: Tue, 04 March 2008 16:35] Report message to a moderator
|
|
|
Re: Ultimate++ on Arch Linux? [message #14620 is a reply to message #14614] |
Tue, 04 March 2008 19:50   |
mdelfede
Messages: 1308 Registered: September 2007
|
Ultimate Contributor |
|
|
lectus wrote on Tue, 04 March 2008 16:24 |
mdelfede: Thanks. I'll try it.
EDIT: It was the same what I did before. I just didn't use the commandline. When I tried first it installed but couldn't compile anything. Now it installed again, but the examples didn't load into theide.
Very strange.
|
mhhhh... *if* you used svn package and *if* you installed it on right places (i.e., the correct three, with theide-svn in /usr/bin and upp source three in /usr/share/upp-svn) it should work.
At least, if you're not missing some dependencies and/or header files.... Which kind of error do you get ?
Max
edit : how did you manage to put stuffs on /usr/bin and /usr/share/upp-svn without command line ? you can, but then you must run nautilus (or whatever you have as file manager) as root.
If you didn't put source tree in right place, it can't work.
BTW, before trying again, remove .upp tree in you home dir :
then try *exactly* what I posted before.
Hope that helps...
Max
[Updated on: Tue, 04 March 2008 19:54] Report message to a moderator
|
|
|
Re: Ultimate++ on Arch Linux? [message #14622 is a reply to message #14548] |
Tue, 04 March 2008 20:29   |
lectus
Messages: 329 Registered: September 2006 Location: Brazil
|
Senior Member |
|
|
I got it installed!
But can't compile anything:
Quote: |
----- CtrlLib ( GUI GCC DEBUG SHARED BLITZ LINUX ) (1 / 10)
BLITZ: LabelBase.cpp Button.cpp Switch.cpp EditField.cpp Text.cpp LineEdit.cpp DocEdit.cpp ScrollBar.cpp HeaderCtrl.cpp ArrayCtrl.cpp DropBox.cpp DropList.cpp DropPusher.cpp DropChoice
.cpp Static.cpp Splitter.cpp FrameSplitter.cpp SliderCtrl.cpp ColumnList.cpp Progress.cpp AKeys.cpp RichTextView.cpp Prompt.cpp Help.cpp DateTimeCtrl.cpp Bar.cpp MenuBar.cpp ToolBa
r.cpp ToolTip.cpp StatusBar.cpp TabCtrl.cpp TreeCtrl.cpp DlgColor.cpp ColorPopup.cpp ColorPusher.cpp FileList.cpp FileSel.cpp PrinterJob.cpp Windows.cpp Win32.cpp TrayIconWin32.cpp
TrayIconX11.cpp CtrlUtil.cpp Update.cpp LNGCtrl.cpp Ch.cpp ChGtk.cpp
In file included from /home/freddy/upp/uppsrc/Draw/Draw.h:4,
from /home/freddy/upp/uppsrc/CtrlCore/CtrlCore.h:4,
from /home/freddy/upp/uppsrc/CtrlLib/CtrlLib.h:4,
from /home/freddy/upp/uppsrc/CtrlLib/LabelBase.cpp:1,
from /home/freddy/upp/out/CtrlLib/GCC.Debug.Gui.Shared/$blitz.cpp :3:
/home/freddy/upp/uppsrc/Core/Core.h:303:28: error: bits/atomicity.h: Arquivo ou diretório não encontrado
In file included from /home/freddy/upp/out/CtrlLib/GCC.Debug.Gui.Shared/$blitz.cpp :271:
/home/freddy/upp/uppsrc/CtrlLib/ChGtk.cpp: In function ‘void Upp::ChHostSkin()’:
/home/freddy/upp/uppsrc/CtrlLib/ChGtk.cpp:453: warning: deprecated conversion from string constant to ‘char*’
ChWin32.cpp
In file included from /home/freddy/upp/uppsrc/Draw/Draw.h:4,
from /home/freddy/upp/uppsrc/CtrlCore/CtrlCore.h:4,
from /home/freddy/upp/uppsrc/CtrlLib/CtrlLib.h:4,
from /home/freddy/upp/uppsrc/CtrlLib/ChWin32.cpp:1:
/home/freddy/upp/uppsrc/Core/Core.h:303:28: error: bits/atomicity.h: Arquivo ou diretório não encontrado
CtrlLib.icpp
In file included from /home/freddy/upp/uppsrc/Draw/Draw.h:4,
from /home/freddy/upp/uppsrc/CtrlCore/CtrlCore.h:4,
from /home/freddy/upp/uppsrc/CtrlLib/CtrlLib.h:4,
from /home/freddy/upp/uppsrc/CtrlLib/CtrlLib.icpp:1:
/home/freddy/upp/uppsrc/Core/Core.h:303:28: error: bits/atomicity.h: Arquivo ou diretório não encontrado
CtrlLib: 49 file(s) built in (0:14.40), 293 msecs / file, duration = 14531 msecs
There were errors. (0:14.53)
|
It's missing bits/atomicity. What depedencies am I missing?
[Updated on: Tue, 04 March 2008 20:30] Report message to a moderator
|
|
|
|
|
|
|
|
|
|
|
|
Goto Forum:
Current Time: Fri Apr 25 17:46:26 CEST 2025
Total time taken to generate the page: 0.03388 seconds
|
|
|