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 

Compiling Howto
Goto page 1, 2  Next
 
Post new topic   Reply to topic    forums.xandros.com Forum Index -> Linux Devel 101
View previous topic :: View next topic  
Author Message
Andrew
Xendrosian
Xendrosian


Joined: 22 Feb 2003
Posts: 1739
Location: Wisconsin, USA

PostPosted: Wed Aug 18, 2004 8:15 pm    Post subject: Compiling Howto Reply with quote

OK, just thought I'v give a description of how I compile apps on Xandros:

here's basically what I do:
Extract the tarball (right click in Xandros file manager, choose Extract All), and double click on the new folder.
In Xandros File Manager click on Tools |Open console window
now run:
./configure
make
su
type in admin password
make install

Now this is a pretty simplistic view of it, if it were that easy everyone would do it (and I wish it was that easy). In reality your going to get errors, and your not going to know what the heck they mean....
So what you do is; copy the error message into google, and see what others have done when receiving that error, what your looking for is someone saying, "when you get that error you need to install the xxx-dev package", then you go into Xandros Networks enable the Debian Unsupported Site, under Edit |Set Application Sources, and do a search fo xxx-dev (you'll need to go into expert mode for this) and install it...

Here some packages to install, right of the bat:

C/C++ Development Tools
KDE Development Tools
xlibs-dev
libqt3-mt-dev
libgtk2.0-dev

Note: if it says it can't find QT, I add the following to the configure command:
-with-qt-includes=/usr/include/qt3

I hope this helps someone, please ask questions when/if you have them.

--Andrew
_________________
Registered Linux user number 316996


Last edited by Andrew on Mon Mar 07, 2005 7:20 am; edited 2 times in total
Back to top
View user's profile Send private message
jimh76_99
Xplorer


Joined: 23 Nov 2002
Posts: 62
Location: London, Ontario, Canada

PostPosted: Mon Sep 13, 2004 10:22 am    Post subject: Reply with quote

I'm trying to install PCB from tarred source.
When I try to run ./configure I get a "no such file or directory" bash error. Is there something else I need to install first before I try to compile this application?
_________________
When a distinguished but elderly scientist states that something is possible, he is almost certainly right. When he states that something is impossible, he is very probably wrong.
Arthur C. Clarke, Profiles of the Future, 1962
Back to top
View user's profile Send private message
jsliger
Xandrosianding
Xandrosianding


Joined: 26 Nov 2002
Posts: 614
Location: Athens, Tennessee

PostPosted: Mon Sep 13, 2004 11:57 am    Post subject: Reply with quote

Quote:
I'm trying to install PCB from tarred source.


What version are you trying to install?

XN has v1.99j-1.1 available<unsupported sources/expert>. Just for kicks, I installed it from there and it appears to run fine.

--JS
Back to top
View user's profile Send private message Send e-mail
jimh76_99
Xplorer


Joined: 23 Nov 2002
Posts: 62
Location: London, Ontario, Canada

PostPosted: Mon Sep 13, 2004 7:39 pm    Post subject: Reply with quote

I was trying to install 1.6.3p, downloaded from the PCB Sourceforge site. I'll try the Debian unsupported repository on XN.
_________________
When a distinguished but elderly scientist states that something is possible, he is almost certainly right. When he states that something is impossible, he is very probably wrong.
Arthur C. Clarke, Profiles of the Future, 1962
Back to top
View user's profile Send private message
Andrew
Xendrosian
Xendrosian


Joined: 22 Feb 2003
Posts: 1739
Location: Wisconsin, USA

PostPosted: Mon Sep 13, 2004 7:51 pm    Post subject: Reply with quote

Can you provide a link so I can try to duplicate?
_________________
Registered Linux user number 316996
Back to top
View user's profile Send private message
jsliger
Xandrosianding
Xandrosianding


Joined: 26 Nov 2002
Posts: 614
Location: Athens, Tennessee

PostPosted: Mon Sep 13, 2004 9:31 pm    Post subject: Reply with quote

Andrew,

Try this link.... lot's of stuff when you try to install. Hope you can help!

http://bach.ece.jhu.edu/~haceaton/pcb/

--JS Very Happy
Back to top
View user's profile Send private message Send e-mail
tlyoungb
Xplorer


Joined: 10 Jan 2005
Posts: 15

PostPosted: Tue Jan 11, 2005 1:51 pm    Post subject: Wireless Networking Reply with quote

I am trying to get the wireless networking card for my notebook to work. I have looked at that section on networking, and wireless stuff, but man alive. I can't believe all the crap you have to do to get the wireless card to work. Oh My Gosh. And the steps. I have seen more Steps 1, 2, and 3, and see how simple it is. I have yet to see how simple it is. What happen to put the cd in the drive and bang load the drivers and your off.

I don't know I just ain't giving up though. I have a WPC54GS Linksys Wireless network card in my Compaq 2529CL Laptop. The software works great. Xandros found all my hardware even the onboard network card which I am using now. But this Wireless is just don't want to work. Is there any SIMPLE STEP BY STEP NO LONG WINDED EXPLAINATION on how to get this card to work? I am usint the Xandros 2.0 Cicurlation. I don't know what version the kernel is or what build it is. How do I get this information to put in the lnk command.

Thanks,

Tlyoungb
Back to top
View user's profile Send private message Yahoo Messenger MSN Messenger
mike80808
Xanscended
Xanscended


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

PostPosted: Tue Jan 11, 2005 9:20 pm    Post subject: Reply with quote

That's a shame that you have a WiFi card that your vendor offers no Linux support at all. Perhaps you should make that a requirement before you go buy whatever's cheapest this week at WorstBuy, OK?

However, lots of people have worked very hard to reverse-engineer a solution for you.

Searching http://ndiswrapper.sourceforge.net/ for you, we find the following: link

Quote:
Card: Linksys WPC54GS SpeedBooster, 54mbps/125mbps
Chipset: BCM94306
pciid: 14e4:4320 (rev 03)
Driver: Linksys ftp://ftp.linksys.com/pub/network/wpc54gs_driver_utility_v1.0.zip
Other: Ndiswrapper 0.10rc1 Manual compile. Works fine. Also reports speed up to 125Mb/s. Suspend/Rsume also works great. Great card, hassle freee install.


So, you'll have to search the forums here for the post on installing a WiFi driver using the ndiswrapper driver, which really is a wrapper around your Windows driver (so you'll need that too). Yes, the whole thing is a lame hack to get it to work in Linux. But, then if you demanded a refund and Linux support from your vendors/manufacturers, you wouldn't have to deal with this hokey dance in the first place.

But, hey, you picked the wireless card, not us.
_________________
Thanks for all the fishes, Xandros.
Back to top
View user's profile Send private message Visit poster's website
strangefruit
Xplorer


Joined: 07 Jun 2005
Posts: 6
Location: Nigeria

PostPosted: Sun Jun 12, 2005 8:12 am    Post subject: Xandros not compiling friendly? Reply with quote

I am using Xandors OC 3.0 and I am just wondering is it possible that as a clean install it is not (meant) the easiest to compile anything on. I have been more than suprised by the omission of php and mysql etc. things which I would have thought were basic for anyone with a web interest ... With a clean install I get problems with compiling everything usually indicating that gcc and no acceptable c++ can be found? Is this the way it is meant to be?

rgds,
_________________
yoz,

Strangefruit
Back to top
View user's profile Send private message
aldube
Xandrosianschwing


Joined: 02 Jan 2005
Posts: 2332
Location: Calgary, Alberta, Canada

PostPosted: Sun Jun 19, 2005 6:34 pm    Post subject: Reply with quote

Compiling stuff wouldn't be too bad if were not for all the dependencies and all of the dependencies dependencies.

First of all; you need the tools in the Development section of Xandros Networks installed.

Before you compile; make sure the you read the information files and do a:
./configure --help
before a
./configure
to make sure you have all the options you want selected.

If you need a dependency try looking & intalling the DEB version from Xandros Networks before trying to compile a dependency from source code; less applications will break this way.
_________________
Linux simply works for me...
Registered Linux User 384461
Back to top
View user's profile Send private message
strangefruit
Xplorer


Joined: 07 Jun 2005
Posts: 6
Location: Nigeria

PostPosted: Tue Jun 21, 2005 6:23 am    Post subject: Mmmn! Reply with quote

Well, was trying not to grouch but it would be useful if there was a more comprehensive intro document that points one in all the directions one may wish to go - the games are limited, no web editors - (unless you count OO or Kwrite?), and then all the warnings here about how xyz may break your computer - phew! The picture viewer is basic, very, nothing like freeware IrfanView on Windows, etc etc. I thought Linux country was a little more 'Wild West' than this.
_________________
yoz,

Strangefruit
Back to top
View user's profile Send private message
davidalun
Xandrosianschwing


Joined: 18 Jan 2003
Posts: 2172
Location: Niagara Falls, Ontario, Canada

PostPosted: Tue Jun 21, 2005 7:20 am    Post subject: Re: Mmmn! Reply with quote

strangefruit wrote:
Well, was trying not to grouch but it would be useful if there was a more comprehensive intro document that points one in all the directions one may wish to go - the games are limited, no web editors - (unless you count OO or Kwrite?), and then all the warnings here about how xyz may break your computer - phew! The picture viewer is basic, very, nothing like freeware IrfanView on Windows, etc etc. I thought Linux country was a little more 'Wild West' than this.


I guess the problem that most newcomers have with the whole "Linux" deal is the honesty, and the array of choices.

The stuff in the Xandros supported has been compiled and tested and it's highly unlikely to hurt your system. In Debian unsupported, there's a chance it could .... and that's stated right up front. The experienced guys know the risks - actually quite low but never-the-less they exist - and act accordingly. There's ways to protect your system (search for "pinning" on the forum).

There's an incredible amount of stuff out there - literally thousands of apps, and that gives us a problem - how the heck do you document the miriad of ways you can go? Linux is about choices. Most people here are on the adverturous side, willing to try something different and there's these thousands of different things to try. That makes for thousands of paths to take, it's just not possible to map them all.

What seems to work best is to come here and post what you want to do and see what suggestions you get. I know that's what's worked best for me anyway.

web editor - try Nvu and Quanta+
picture viewer - try Gwenview and Digicam (Digital Camera in the base install)
_________________
Dave Blythin.
Xandos 1, 2, 3, 4 ... and now PCLOS.
Back to top
View user's profile Send private message Send e-mail
strangefruit
Xplorer


Joined: 07 Jun 2005
Posts: 6
Location: Nigeria

PostPosted: Sun Feb 19, 2006 11:49 pm    Post subject: PHP and Apache troubles Reply with quote

Hello again,

having made some progress with an alien install of mysql, I would now like to move up to apache 2 (from 1.3 in the Open Circulation release). Would appreciate some advice on how to remove 1.3 and install 2.0.54.

Also the Php install file constantly refers to the following : httpd module and apxs, and I am at a loss to know exactly which is the top level apache install directory, can find nothing like apxs, and I am not really sure how to proceed with the php install directions. Would appreciate some hand-holding as an alien install of an rpm does not work for php.

TIA,
_________________
yoz,

Strangefruit
Back to top
View user's profile Send private message
woodsmoke
Xanalandingdonger


Joined: 30 Jul 2005
Posts: 4970
Location: United States

PostPosted: Mon Mar 06, 2006 11:08 am    Post subject: Reply with quote

Strangefruit

Hi, I just noticed your number of posts and thought I would welcome you to the forum...

Welcome to the friendliest forum on the net!

You're way beyond me on this, or I would try to help out, but instead, again, welcome!

ain't xandros great!
woodsmoke
_________________
If the eco-ists would only shut up, I wonder if the sound of their droning would be replaced by the sound of normal people fitting solar panels and making soup from nettles and twigs.(J Clarkson)
Back to top
View user's profile Send private message
strangefruit
Xplorer


Joined: 07 Jun 2005
Posts: 6
Location: Nigeria

PostPosted: Sun Mar 12, 2006 8:31 am    Post subject: Thanks Reply with quote

Thanks woodsmoke for the welcome ... appreciated.

We are looking to move fully to linux systems at home and I am trying to make sure we can cope as we do need to be online asap ... (of course I'm also looking to have SUSE on a laptop but Xandros will rule the roost.

Xandros I got off a PC mag (!) and it has been quite a real revelation considering that I have tried different flavours of red hat and even corel linux (never installed right) ... Generally easy to install (and reinstall)

To the future ... we all need an interesting challenge

rgds,
_________________
yoz,

Strangefruit
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 -> Linux Devel 101 All times are GMT - 5 Hours
Goto page 1, 2  Next
Page 1 of 2

 
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