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. Download and extract linux-wbfs-manager-0.1.11.tar.gz.
2. Install the dependencies.
3. Run make.
What is the expected output? What do you see instead?
wbfs_gtk.o: In function `update_fs_list':
wbfs_gtk.c:(.text+0x9fd): undefined reference to `ARRAY_SIZE'
devices.o: In function `list_available_devices':
devices.c:(.text+0x4e8): undefined reference to `ARRAY_SIZE'
devices.o: In function `is_device_mounted':
devices.c:(.text+0x53f): undefined reference to `ARRAY_SIZE'
collect2: ld returned 1 exit status
make: *** [wbfs_gtk] Error 1
What version of the product are you using? On what operating system?
Running Ubuntu 10.04 AMD64 with most up to date software.
Please provide any additional information below.
Not sure why others aren't getting this error. Either way, simple fix.
Create a template or just stick in the size of the arrays.
Original issue reported on code.google.com by efini...@gmail.com on 4 Jun 2010 at 1:46
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
efini...@gmail.com
on 4 Jun 2010 at 1:46The text was updated successfully, but these errors were encountered: