Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build fails on Ubuntu 9.10 #1

Open
GoogleCodeExporter opened this issue Mar 22, 2015 · 6 comments
Open

Build fails on Ubuntu 9.10 #1

GoogleCodeExporter opened this issue Mar 22, 2015 · 6 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. ./configure
2. make

What is the expected output? What do you see instead?

This should normally compile without error. Under Ubuntu 9.10 the build
fails because the stdint.h types (uint8_t, uin16_t etc.) are not declared.

Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 9 Nov 2009 at 12:35

@GoogleCodeExporter
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

On other platforms stdint.h is being indirectly #included in util/dump.hpp. An
explicit #include is all that is needed to fix the error.

Original comment by [email protected] on 9 Nov 2009 at 2:09

@GoogleCodeExporter
Copy link
Author

This fix work for banjax-0.1.tar.gz on Ubuntu 10.04. However, new error comes 
up 

libtool: link: (cd ".libs" && rm -f "libbanjax.so.0" && ln -s 
"libbanjax.so.0.0.0" "libbanjax.so.0")
libtool: link: (cd ".libs" && rm -f "libbanjax.so" && ln -s 
"libbanjax.so.0.0.0" "libbanjax.so")
libtool: link: ar cru .libs/libbanjax.a  util/crc32.o util/dump.o 
util/error_log.o util/error_msg.o util/syscall_error.o util/warning_msg.o 
net/bssid_filter.o net/buffer.o net/buffer_decorator.o net/channel.o 
net/dummy_wnic.o net/eui_48.o net/eui_48_range.o net/inbound_only_filter.o 
net/linux_wnic.o net/null_filter.o net/offline_wnic.o net/packet_filter.o 
net/packet_filter_factory.o net/pcap_wnic.o net/prism_rx_info.o 
net/radiotap_rx_info.o net/rx_info.o net/simple_station_filter.o 
net/station_filter.o net/tx_hint.o net/wnic.o net/wnic_factory.o 
net/wnic_read_logger.o net/wnic_write_logger.o dot11/ccmp_mpdu.o 
dot11/control_frame.o dot11/data_frame.o dot11/encrypted_payload.o 
dot11/frame_control.o dot11/frame.o dot11/llc_pdu.o dot11/mgmt_frame.o 
dot11/sequence_control.o dot11/tkip_mpdu.o dot11/wep_mpdu.o 
editors/announce_channel_change.o editors/beacon_editor.o 
editors/channel_change_attack.o editors/control_frame_editor.o 
editors/data_frame_editor.o editors/deauth_dos_attack.o editors/editor_chain.o 
editors/frame_editor.o editors/mgmt_frame_editor.o editors/tkip_dos_attack.o 
editors/write_frame.o editors/write_reflected_frame.o
ar: util/crc32.o: No such file or directory
make[1]: *** [libbanjax.la] Error 1

Original comment by [email protected] on 27 Aug 2010 at 5:49

@GoogleCodeExporter
Copy link
Author

the crc32.o is in the lib not lib/util/.

Original comment by [email protected] on 27 Aug 2010 at 5:54

@GoogleCodeExporter
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

"On other platforms stdint.h is being indirectly #included in util/dump.hpp. An
explicit #include is all that is needed to fix the error."

This fix still needed in the stable package. tested on Ubuntu 10.04

Original comment by [email protected] on 31 Aug 2010 at 4:23

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant