You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. svn checkout http://libnxt.googlecode.com/svn/trunk/ libnxt-read-only
2. cd libnxt-read-only
3. scons
What is the expected output? What do you see instead?
jadler@server:~/dl/lego/libnxt/libnxt-read-only$ scons
scons: Reading SConscript files ...
scons: warning: The Options class is deprecated; use the Variables class
instead.
File "/home/jadler/dl/lego/libnxt/libnxt-read-only/SConstruct", line 8, in
<module>
scons: warning: The BoolOption() function is deprecated; use the BoolVariable()
function instead.
File "/home/jadler/dl/lego/libnxt/libnxt-read-only/SConstruct", line 14, in
<module>
Checking for C library usb... yes
scons: done reading SConscript files.
scons: Building targets ...
gcc -o samba.o -c -Wall -Werror -std=gnu99 -D_NXT_LITTLE_ENDIAN -O3 samba.c
cc1: warnings being treated as errors
samba.c: In function 'nxt_read_common':
samba.c:107: error: dereferencing type-punned pointer will break
strict-aliasing rules
scons: *** [samba.o] Error 1
scons: building terminated because of errors.
jadler@server:~/dl/lego/libnxt/libnxt-read-only$
What version of the product are you using? On what operating system?
This attempt used version 'trunk', latest from 4 years ago.
Ubuntu 10.10 amd64
Please provide any additional information below.
jadler@server:~/dl/lego/libnxt/libnxt-read-only$ apt-cache policy libusb-dev
libusb-dev:
Installed: 2:0.1.12-15ubuntu2
Candidate: 2:0.1.12-15ubuntu2
Version table:
*** 2:0.1.12-15ubuntu2 0
500 http://se.archive.ubuntu.com/ubuntu/ maverick/main amd64 Packages
100 /var/lib/dpkg/status
jadler@server:~/dl/lego/libnxt/libnxt-read-only$ apt-cache policy libusb-0.1-4
libusb-0.1-4:
Installed: 2:0.1.12-15ubuntu2
Candidate: 2:0.1.12-15ubuntu2
Version table:
*** 2:0.1.12-15ubuntu2 0
500 http://se.archive.ubuntu.com/ubuntu/ maverick/main amd64 Packages
100 /var/lib/dpkg/status
jadler@server:~/dl/lego/libnxt/libnxt-read-only$ apt-cache policy libusb-1.0-0
libusb-1.0-0:
Installed: 2:1.0.8-2
Candidate: 2:1.0.8-2
Version table:
*** 2:1.0.8-2 0
500 http://se.archive.ubuntu.com/ubuntu/ maverick/main amd64 Packages
100 /var/lib/dpkg/status
jadler@server:~/dl/lego/libnxt/libnxt-read-only$ apt-cache policy
libusb-1.0-0-dev
libusb-1.0-0-dev:
Installed: 2:1.0.8-2
Candidate: 2:1.0.8-2
Version table:
*** 2:1.0.8-2 0
500 http://se.archive.ubuntu.com/ubuntu/ maverick/main amd64 Packages
100 /var/lib/dpkg/status
jadler@server:~/dl/lego/libnxt/libnxt-read-only$ apt-cache policy scons
scons:
Installed: 2.0.0-1
Candidate: 2.0.0-1
Version table:
*** 2.0.0-1 0
500 http://se.archive.ubuntu.com/ubuntu/ maverick/main amd64 Packages
100 /var/lib/dpkg/status
jadler@server:~/dl/lego/libnxt/libnxt-read-only$
Original issue reported on code.google.com by [email protected] on 14 Mar 2011 at 10:04
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 14 Mar 2011 at 10:04The text was updated successfully, but these errors were encountered: