LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   why can't i do 'make' on this file!? (https://www.linuxquestions.org/questions/linux-software-2/why-cant-i-do-make-on-this-file-142181/)

ambelos 02-04-2004 09:06 AM

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...:'(

cesine 02-04-2004 09:13 AM

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

ambelos 02-04-2004 04:14 PM

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.

acid_kewpie 02-04-2004 05:02 PM

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!

Squall 02-04-2004 05:22 PM

...
 
Did you type in
Code:

./configure
that will usually make a makefile

hw-tph 02-04-2004 05:41 PM

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

Håkan

ambelos 02-04-2004 10:19 PM

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


All times are GMT -5. The time now is 05:46 AM.