[Wolves] Re: Aulas de inglês particular (11)5894-5170 (11) 3442-6815, Aula de ...

RH Equipe Teleinfor rh at teleinfor.com.br
Wed Sep 21 21:26:33 BST 2005


Is  aulas de inglês for business
(11)5894-5170 (11) 3442-6815

Oi, quando abri a minha caixa adsl e vi o famoso Octal, assustei-me logo, no
entanto, depois de ler o teu artigo, fiquei descansado, mas os problemas
vieram a seguir... segui o howto por completo, instalei tudo, mas quando vou
compilar o amedyn é reportado o seguinte erro :

[root at portatil paulo]# cd amedyn
[root at portatil amedyn]# make
cd init && make clean
make[1]: Entering directory `/home/paulo/amedyn/init`
rm -f amload amioctl amloaddbg amloaddbgt
make[1]: Leaving directory `/home/paulo/amedyn/init`
cd module && make clean
make[1]: Entering directory `/home/paulo/amedyn/module`
rm -f *.o .*.flags *.ko *.mod.* .*.o.cmd .*.ko.cmd
make[1]: Leaving directory `/home/paulo/amedyn/module`
cd bridged && make clean
make[1]: Entering directory `/home/paulo/amedyn/bridged`
rm -f br2684ctl
make[1]: Leaving directory `/home/paulo/amedyn/bridged`
cd init && make && make install
make[1]: Entering directory `/home/paulo/amedyn/init`
gcc -O2 -Wstrict-prototypes -fomit-frame-pointer -pipe -march=i686 -Wall -DL
INUX -Wsign-compare -I../include -lusb amload.c -o amload
amload.c:53:17: usb.h: Arquivo ou diretório não encontrado
In file included from amload.c:54:
../include/usbi.h:4:17: usb.h: Arquivo ou diretório não encontrado
In file included from amload.c:54:
../include/usbi.h:49: parse error before `*` token
../include/usbi.h:49: warning: function declaration isn`t a prototype
../include/usbi.h:54: parse error before `*` token
../include/usbi.h:54: warning: function declaration isn`t a prototype
../include/usbi.h:55: parse error before `*` token
../include/usbi.h:55: warning: function declaration isn`t a prototype
amload.c:211: parse error before `*` token
amload.c:212: warning: function declaration isn`t a prototype
amload.c: In function `transfer_ctrl_msg`:
amload.c:222: warning: implicit declaration of function `usb_control_msg`
amload.c:222: `adsl_handle` undeclared (first use in this function)
amload.c:222: (Each undeclared identifier is reported only once
amload.c:222: for each function it appears in.)
amload.c:222: `requesttype` undeclared (first use in this function)
amload.c:222: `request` undeclared (first use in this function)
amload.c:222: `value` undeclared (first use in this function)
amload.c:222: `buf` undeclared (first use in this function)
amload.c:222: `size` undeclared (first use in this function)
amload.c:232: warning: implicit declaration of function `usb_strerror`
amload.c:232: warning: format argument is not a pointer (arg 2)
amload.c:234: warning: implicit declaration of function `usb_clear_halt`
amload.c: At top level:
amload.c:250: parse error before `*` token
amload.c:251: warning: function declaration isn`t a prototype
amload.c: In function `read_bulk`:
amload.c:256: `buf` undeclared (first use in this function)
amload.c:262: warning: implicit declaration of function `usb_bulk_read`
amload.c:262: `adsl_handle` undeclared (first use in this function)
amload.c:262: `ep` undeclared (first use in this function)
amload.c:262: `size` undeclared (first use in this function)
amload.c:272: warning: format argument is not a pointer (arg 2)
amload.c: At top level:
amload.c:289: parse error before `*` token
amload.c:290: warning: function declaration isn`t a prototype
amload.c: In function `send_bulk`:
amload.c:296: `nfil` undeclared (first use in this function)
amload.c:302: warning: implicit declaration of function `usb_bulk_write`
amload.c:302: `adsl_handle` undeclared (first use in this function)
amload.c:302: `ep` undeclared (first use in this function)
amload.c:302: `buf` undeclared (first use in this function)
amload.c:302: `ncol` undeclared (first use in this function)
amload.c:312: warning: format argument is not a pointer (arg 2)
amload.c: At top level:
amload.c:349: parse error before `*` token
amload.c:349: warning: function declaration isn`t a prototype
amload.c: In function `clear_endpoints`:
amload.c:350: `op` undeclared (first use in this function)
amload.c:351: warning: implicit declaration of function `usb_resetep`
amload.c:351: `adsl_handle` undeclared (first use in this function)
amload.c: At top level:
amload.c:361: parse error before `*` token
amload.c:362: warning: function declaration isn`t a prototype
amload.c: In function `send_block`:
amload.c:365: `bufin` undeclared (first use in this function)
amload.c:365: `len` undeclared (first use in this function)
amload.c:368: `place` undeclared (first use in this function)
amload.c:371: `adsl_handle` undeclared (first use in this function)
amload.c: At top level:
amload.c:377: parse error before `*` token
amload.c:378: warning: function declaration isn`t a prototype
amload.c: In function `jump_to_address`:
amload.c:384: `place` undeclared (first use in this function)
amload.c:388: `adsl_handle` undeclared (first use in this function)
amload.c: At top level:
amload.c:399: parse error before `*` token
amload.c:400: warning: function declaration isn`t a prototype
amload.c: In function `load_firmware`:
amload.c:412: `adsl_handle` undeclared (first use in this function)
amload.c: In function `init_modem`:
amload.c:677: dereferencing pointer to incomplete type
amload.c:678: dereferencing pointer to incomplete type
amload.c: In function `main`:
amload.c:721: `usb_dev_handle` undeclared (first use in this function)
amload.c:721: `adsl_handle` undeclared (first use in this function)
amload.c:772: warning: implicit declaration of function `usb_init`
amload.c:773: warning: implicit declaration of function `usb_find_busses`
amload.c:778: warning: implicit declaration of function `usb_find_devices`
amload.c:785: `usb_busses` undeclared (first use in this function)
amload.c:789: dereferencing pointer to incomplete type
amload.c:792: dereferencing pointer to incomplete type
amload.c:792: dereferencing pointer to incomplete type
amload.c:799: dereferencing pointer to incomplete type
amload.c:802: dereferencing pointer to incomplete type
amload.c:809: dereferencing pointer to incomplete type
amload.c:809: dereferencing pointer to incomplete type
amload.c:823: warning: implicit declaration of function `usb_open`
amload.c:830: warning: implicit declaration of function
`usb_set_configuration`
amload.c:832: warning: format argument is not a pointer (arg 2)
amload.c:836: warning: implicit declaration of function
`usb_claim_interface`
amload.c:838: warning: format argument is not a pointer (arg 2)
amload.c:843: warning: format argument is not a pointer (arg 2)
amload.c:848: warning: format argument is not a pointer (arg 2)
amload.c:857: warning: implicit declaration of function
`usb_release_interface`
amload.c:859: warning: implicit declaration of function `usb_close`
make[1]: ** [amload] Erro 1
make[1]: Leaving directory `/home/paulo/amedyn/init`
make: ** [AME_INIT] Erro 2

Será que dá para dar uma ajuda?! - estou a ficar desesperado!

O meu kernel é : 2.4.1.28xxx em um conectiva 9.
Obrigado.



----- Original Message -----
From: "SimonB" <SimonB at geek-web.co.uk>
To: "'Wolverhampton Linux User Group'" <wolves at mailman.lug.org.uk>
Sent: Wednesday, September 21, 2005 5:14 PM
Subject: RE: [Wolves] Aulas de inglês particular (11)5894-5170 (11)
3442-6815, Aula de ...




-----Original Message-----
From: wolves-bounces at mailman.lug.org.uk
[mailto:wolves-bounces at mailman.lug.org.uk] On Behalf Of baza
Sent: 21 September 2005 20:52
To: Wolverhampton Linux User Group
Subject: Re: [Wolves] Aulas de inglês particular (11)5894-5170 (11)
3442-6815, Aula de ...

On Wed, 2005-09-21 at 16:46 -0300, RH Equipe Teleinfor wrote:
> Aulas de inglês particular (11) 5894-5170 (11) 3442-6815, Aula de ...WLAN
> IPTABLES
> Nat forward
>
> Aulas de inglês em São Paulo
>
> Aulas de inglês particular em São Paulo
> Aulas de inglês no conforto de sua casa ou empresa dentro de São Paulo,
> no horário de sua preferência ou via telefone com professores Native Like.


WTF????


Baza

Its Portuguese and Babel Fish makes this of it:

Lessons of English in São Paulo Lessons of particular English in São Paulo
Lessons of English in the comfort of its house or company inside of São
Paulo, in the schedule of its preference or saw telephone with professors
Native Like. She discovers because companies and people of the group AGF,
Honda of Brazil, Loved Avaya, Danfoss of Brazil, Ambev, Lotus, Consist
computer science and many others prefer our system of education in company
of advantages and flexibilities, where to study will be as to frequent a
club. You she will be presented the people who gostão of saying English in
the weekends. Atendendemos also all area of São Paulo, however if you meet
in another locality, you enter in contact to study the possibility to send a
professor where you are for having English lessons another one lingua.
Lessons of English with the English Club are much more English

I think something kind went wrong somewhere, hmmmz


Btw sorry for using outlook, I had to install a windoze box cuz of some
software I use at work plus cuz of crystal reports.


Regards,

Simon B.


_______________________________________________
Wolves LUG mailing list
Homepage: http://www.wolveslug.org.uk/
Mailing list: Wolves at mailman.lug.org.uk
Mailing list home: http://mailman.lug.org.uk/mailman/listinfo/wolves





More information about the Wolves mailing list