forums.xandros.com Forum Index forums.xandros.com
Xandros User Forums
 
 FAQFAQ   SearchSearch   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

HElp real bad Can't compile or sh!t

 
Post new topic   Reply to topic    forums.xandros.com Forum Index -> Developer Tools
View previous topic :: View next topic  
Author Message
Nonameuser
Xplorer


Joined: 14 Nov 2005
Posts: 12
Location: Georgia

PostPosted: Wed Dec 28, 2005 10:40 am    Post subject: HElp real bad Can't compile or sh!t Reply with quote

HELP HOW DO I...........
Compile
I downloaded fpc-1.0.6.ELF.tar off of TUCOWS.com
and when unzip the file it has demo.tar, docs.tar, binary.tar and source.tar when I unzip them they contains many compressed files

I want to run Gimp on Xandros OCE 3
I downloaded XML-Parser-2.34.tar.gz, atk-1.9.0.tar.bz2, atk-1.9.0.tar.bz2, glib-2.6.3.tar.gz, and gtk+-2.6.4.tar.gz I started by typing cpan -i XML::Parser under Console but it said no compiler in $path

Same with Wine Emulator
It said something about my compiler

I believe all my problems are linked to compiling
So main thing is what I need(compiler,linker,atc), which one to get(FREE) and how to install them. IF this is not enough inforamation tell me what I need to tell you.
I have no Internet connection
PLEASE RESPOND AS SOON AS POSSIBLE Twisted Evil
_________________
I don't know everything.
Back to top
View user's profile Send private message
Arne Anka
Xanspiration
Xanspiration


Joined: 21 Mar 2004
Posts: 4186
Location: Stockholm, Sweden

PostPosted: Wed Dec 28, 2005 10:47 am    Post subject: Reply with quote

What you need is gcc, the free standard C compiler used pretty much on all Linuxes I know of. If you had an internet connection you could have downloaded it from XandrosNetworks.
Back to top
View user's profile Send private message
jimallyn
Site Admin
Site Admin


Joined: 31 Jan 2003
Posts: 8195
Location: Wenatchee, Washington, USA

PostPosted: Wed Dec 28, 2005 1:00 pm    Post subject: Re: HElp real bad Can't compile or sh!t Reply with quote

Nonameuser wrote:
I want to run Gimp on Xandros OCE 3.....Same with Wine Emulator...It said something about my compiler


Get thee to an internet connection and install the stuff with Xandros Networks.

Jim
_________________
I refuse to live in a country like this - and I'm not leaving. - Michael Moore
Back to top
View user's profile Send private message
Nonameuser
Xplorer


Joined: 14 Nov 2005
Posts: 12
Location: Georgia

PostPosted: Thu Dec 29, 2005 10:48 am    Post subject: Reply with quote

Does NETZERO work with Xandros and how can I download the software without registering.
_________________
I don't know everything.
Back to top
View user's profile Send private message
mike80808
Xanscended
Xanscended


Joined: 14 Apr 2003
Posts: 3891
Location: St. Louis, MO

PostPosted: Thu Dec 29, 2005 12:26 pm    Post subject: Reply with quote

See the Xandros Open Circulation Edition.

_________________
Thanks for all the fishes, Xandros.
Back to top
View user's profile Send private message Visit poster's website
adakadavule
Xplorer


Joined: 04 Apr 2006
Posts: 6

PostPosted: Tue Jun 06, 2006 11:13 am    Post subject: Help me Reply with quote

I searchd fr gimp in xn to get a 9.71 mb file called gimp image editor and clicked on instal wen i got this message.
" Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution)."


Also i got d tar.gz stable version fr debian frm d gimp site and extracted it ,i dunno wat to do,i do hav,gcc ,so a step by step help will b gr8ly appreaciated or a way to correct d error in xn,i get the same error for many files.Pls hp me as i nid gimp n i trusted linux completely n removed xp frm my system.
Back to top
View user's profile Send private message
Monster_user
Xanscended
Xanscended


Joined: 03 Feb 2005
Posts: 3945
Location: Georgia U.S.A.

PostPosted: Tue Jun 06, 2006 11:38 am    Post subject: Reply with quote

It sounds like you are using the 3.01 version of Xandros. It would be best to reinstall, using the 3.02 version. Updating 3.01, to 3.02 may not work as expected for all users.

There should not be any unmet dependencies for the Gimp, with the latest version of Xandros. It is one of the big applications on XN.

You have gcc? Do you know if you have the right version?

In Xandros Networks, you need to install the Development Tools Packages. Specifically, the "C/C++ Development Tools".

Xandros Networks -> New Applications -> Development

This will install the most commonly used versions of Gcc, and most of the other apps needed to compile programs. You may also need to install some libs, and headers, relating to the GTK libraries.

If you install a program from a tarball, you will not be able to uninstall it later. It is recommended that you install from a '*.deb', or '*.rpm' package. Also, it is more difficult to update packages, if you install them from a 'tar.gz' archive. DEB packages can be automatically updated, and RPM packages can be updated fairly easily.

Basically, DON'T install from a tarball, if you can help it.

----------------------------------------------------------------------------------------

To compile a program, you generally follow the following steps. Although it may vary.

First extract the contents of the "tarball" or 'tar.gz' file. Double-click it, in the file manager. Then copy the folder, or folders out, preferably to your home folder.

Then open a console, and then type 'cd' followed by the exact name of the folder, to change to that folder. Then run the following commands.

./configure
make
make install

'./configure', checks to see what software, and what versions of software you are using to compile the program, and "configures" the make scripts accordingly.

'make' actually compiles the program, turning "C" text files, into executable binary programs.

'make install' will install the program, after it is compiled. While 'make install' will compile the program, it is recommended to run 'make' by itself first. So that you can be sure it compiled without errors.
_________________
The answers are out there. You just have to know how to find them.
View my Xandros Desktop Gallery?
Back to top
View user's profile Send private message
adakadavule
Xplorer


Joined: 04 Apr 2006
Posts: 6

PostPosted: Wed Jun 07, 2006 12:51 am    Post subject: hi there Reply with quote

i m running xandros desktop os 3.0.2 open sirculation build 2005-06-17 14.50. So y do i get that error in xn? sry if i sound dumb but i m a newbie .N since i cant uninstall or update if i do a tar.gz install i think i l go d xn way,So wats d problem now?
thnx in advance
Back to top
View user's profile Send private message
adakadavule
Xplorer


Joined: 04 Apr 2006
Posts: 6

PostPosted: Wed Jun 07, 2006 12:59 am    Post subject: and Reply with quote

And i hav c/c++ development tools installed.wats my problem
Back to top
View user's profile Send private message
Albert
Xplorer


Joined: 12 Sep 2004
Posts: 12

PostPosted: Thu Jun 08, 2006 3:59 pm    Post subject: Reply with quote

The unmet dependencies error doesn't give you any package name indicating the dependency it's puking on?

If you open a console and:

apt-cache unmet > $HOME/depends.txt

does the resulting file depends.txt in your home directory have a gimp listing? You can ignore suggests and recommends. Or would this not work because the install failed?
Back to top
View user's profile Send private message
Monster_user
Xanscended
Xanscended


Joined: 03 Feb 2005
Posts: 3945
Location: Georgia U.S.A.

PostPosted: Mon Jun 12, 2006 2:10 pm    Post subject: Re: hi there Reply with quote

adakadavule wrote:
So y do i get that error in xn?


That is odd. Sorry it has been so long since I posted. I've just started a new job, Unloading trucks at the local Wal-Mart. Work late, and sleep late.

I hate to recommend it, but try the following.

Open an Administrator console.

Launch -> Applications -> System -> Administrator Tools -> Console

Enter your Admin password, and run the following commands.

Code:
apt-get update

That will tell Apt to look for new programs in Xandros Networks. You must be online.

Then
Code:
apt-get install gimp


Report the exact error.
_________________
The answers are out there. You just have to know how to find them.
View my Xandros Desktop Gallery?
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    forums.xandros.com Forum Index -> Developer Tools All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group