LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 02-04-2004, 09:06 AM   #1
ambelos
Member
 
Registered: Nov 2003
Location: npr, fl, usa
Distribution: suse 9.3 / xp pro sp2
Posts: 226

Rep: Reputation: 30
why can't i do 'make' on this file!?


hey guys. i just reformatted and installed RH8 last night. Before i did that, i had a perfectly working DWL-650+ card. Before i formatted, i saved all the important files i needed to make that card work, inluding the binary, driver, and text documents with the insturctions. The problem now is, i can't get past 'make'. It just gives me a crap load of errors. It says something to the effect that 'in blahblah.c- 'blah' is not defined' or a whole buch of stuff like that(typical errors that i usualy when I'M programing in c).

I never had this problem before. I'm wondering, is this because i installed more options when i reinstalled RH8 that are causing this problem!? How do i get around this? thnx

jay

ps:i realy realy REALY need ur help. living without the net on my laptop is like losing my right and left arms and legs...:'(
 
Old 02-04-2004, 09:13 AM   #2
cesine
LQ Newbie
 
Registered: Oct 2003
Location: montreal
Distribution: RedHat 9
Posts: 23

Rep: Reputation: 15
i'm not sure but i think you can only use "make" on source, not on a binary... if "make install" just copies the binary into the right place you could try that...except you probably dont have the file that works for make install
 
Old 02-04-2004, 04:14 PM   #3
ambelos
Member
 
Registered: Nov 2003
Location: npr, fl, usa
Distribution: suse 9.3 / xp pro sp2
Posts: 226

Original Poster
Rep: Reputation: 30
er, i think it is the source. i'm just following the instructions that come with the files. I was able to 'make' the 5 versions that come before this file, but not acx100pre6. it's messed up. if i could get on my laptop and email u the msg, that would be great, but then again i wouldn't care cause then i'd be able to get on the net.
 
Old 02-04-2004, 05:02 PM   #4
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
how about you actually tell us what these errors are.. we're not mind readers.....

you can only use make if you have a Makefile to process, i.e. source code. otherwise there is nothing to make anyway!
 
Old 02-04-2004, 05:22 PM   #5
Squall
Member
 
Registered: Jan 2004
Location: The land of the free and the home of the brave
Distribution: Slack 10
Posts: 239

Rep: Reputation: 31
...

Did you type in
Code:
./configure
that will usually make a makefile
 
Old 02-04-2004, 05:41 PM   #6
hw-tph
Senior Member
 
Registered: Sep 2003
Location: Sweden
Distribution: Debian
Posts: 3,032

Rep: Reputation: 58
Also, make sure you read the installation docs and that you have the proper dependencies installed.

Håkan
 
Old 02-04-2004, 10:19 PM   #7
ambelos
Member
 
Registered: Nov 2003
Location: npr, fl, usa
Distribution: suse 9.3 / xp pro sp2
Posts: 226

Original Poster
Rep: Reputation: 30
yeah. sorry. i couldn't get the msgs before cause i wasn't able to connect to the internet through linux. I'm using an older driver now. doing make on those worked fine, but on this 6th version i get some compilation errors, like this:

acx100_ioctl.c: In function `acx100_ioctl_scan_add_station':
acx100_ioctl.c:497: structure has no member named `cmd'
acx100_ioctl.c:498: structure has no member named `u'
acx100_ioctl.c:501: structure has no member named `u'
acx100_ioctl.c:501: structure has no member named `u'
acx100_ioctl.c:502: warning: implicit declaration of function `iwe_stream_add_event'
acx100_ioctl.c:502: `IW_EV_ADDR_LEN' undeclared (first use in this function)
acx100_ioctl.c:502: (Each undeclared identifier is reported only once
acx100_ioctl.c:502: for each function it appears in.)
acx100_ioctl.c:502: warning: assignment makes pointer from integer without a cast
acx100_ioctl.c:506: structure has no member named `u'
acx100_ioctl.c:507: structure has no member named `u'
acx100_ioctl.c:508: structure has no member named `u'
acx100_ioctl.c:509: structure has no member named `cmd'
acx100_ioctl.c:510: structure has no member named `u'
acx100_ioctl.c:511: warning: implicit declaration of function `iwe_stream_add_point'
acx100_ioctl.c:511: warning: assignment makes pointer from integer without a cast
acx100_ioctl.c:514: structure has no member named `cmd'
acx100_ioctl.c:517: structure has no member named `u'
acx100_ioctl.c:519: structure has no member named `u'
acx100_ioctl.c:520: structure has no member named `u'
acx100_ioctl.c:521: `IW_EV_UINT_LEN' undeclared (first use in this function)
acx100_ioctl.c:521: warning: assignment makes pointer from integer without a cast
acx100_ioctl.c:525: structure has no member named `cmd'
acx100_ioctl.c:526: structure has no member named `u'
acx100_ioctl.c:527: structure has no member named `u'
acx100_ioctl.c:528: structure has no member named `u'
acx100_ioctl.c:529: `IW_EV_FREQ_LEN' undeclared (first use in this function)
acx100_ioctl.c:529: warning: assignment makes pointer from integer without a cast
acx100_ioctl.c:532: structure has no member named `cmd'
acx100_ioctl.c:532: `IWEVQUAL' undeclared (first use in this function)
acx100_ioctl.c:534: structure has no member named `u'
acx100_ioctl.c:535: structure has no member named `u'
acx100_ioctl.c:536: structure has no member named `u'
acx100_ioctl.c:537: structure has no member named `u'
acx100_ioctl.c:537: structure has no member named `u'
acx100_ioctl.c:537: structure has no member named `u'
acx100_ioctl.c:538: `IW_EV_QUAL_LEN' undeclared (first use in this function)
acx100_ioctl.c:538: warning: assignment makes pointer from integer without a cast
acx100_ioctl.c:541: structure has no member named `cmd'
acx100_ioctl.c:543: structure has no member named `u'
acx100_ioctl.c:545: structure has no member named `u'
acx100_ioctl.c:546: structure has no member named `u'
acx100_ioctl.c:547: structure has no member named `u'
acx100_ioctl.c:548: warning: assignment makes pointer from integer without a cast
acx100_ioctl.c:550: `IW_EV_LCP_LEN' undeclared (first use in this function)
acx100_ioctl.c:552: structure has no member named `cmd'
acx100_ioctl.c:553: structure has no member named `u'
acx100_ioctl.c:553: structure has no member named `u'
acx100_ioctl.c:558: structure has no member named `u'
acx100_ioctl.c:559: structure has no member named `u'
acx100_ioctl.c:560: warning: implicit declaration of function `iwe_stream_add_value'
acx100_ioctl.c:560: `IW_EV_PARAM_LEN' undeclared (first use in this function)
acx100_ioctl.c:560: warning: assignment makes pointer from integer without a cast
acx100_ioctl.c: In function `acx100_ioctl_get_scan':
acx100_ioctl.c:598: `IW_SCAN_MAX_DATA' undeclared (first use in this function)
acx100_ioctl.c:1922:2: warning: #warning "Compile info: choosing to use code infrastructure for newer wireless extension interface version (>= 13)"
make[1]: *** [acx100_ioctl.o] Error 1
make[1]: Leaving directory `/root/DWL/acx100-0.2.0pre6/src'
make: *** [driver] Error 2
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
how to make nonblocking FILE *fp? Thinking Programming 1 09-14-2005 05:07 AM
when creating a *.iso file, how to make the file size smaller? minm Linux - Newbie 8 12-26-2004 09:58 PM
Make file help rajesh_b Programming 1 11-25-2004 04:39 AM
I accidentally deleted make file in /usr/local/bin, now cannot use make command.... Niceman2005 Linux - Software 2 11-17-2004 07:55 PM
what is a make file linorg Linux - Newbie 7 11-03-2003 09:40 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 06:20 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration