| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||
|---|---|---|---|---|---|---|---|---|---|
| 0002209 | NetSurf | Framebuffer-specific | public | 2014-10-23 14:13 | 2015-03-10 23:44 | ||||
| Reporter | Christian Lepper | ||||||||
| Assigned To | Vincent Sanders | ||||||||
| Severity | block | Reproducibility | always | ||||||
| Status | closed | Resolution | fixed | ||||||
| Platform | X86 -> arm | OS | ubuntu | OS Version | |||||
| Product Version | 3.2 | ||||||||
| Target Version | Fixed in Version | 3.3 | |||||||
| Summary | 0002209: Compiling Error cause of double typedef'd : typedef struct fbtk_widget_s fbtk_widget_t | ||||||||
| Description | In work/netsurf/framebuffer/fbtk.h and work/netsurf/framebuffer/gui.h double typedef of symbol: typedef struct fbtk_widget_s fbtk_widget_t; my /opt/freescale/usr/local/gcc-4.4.4-glibc-2.11.1-multilib-1.0/arm-fsl-linux-gnueabi/bin/arm-linux-gcc creates a error from this. | ||||||||
| Steps To Reproduce | in my case just load the actual code from git and make. | ||||||||
| Additional Information | in work/netsurf/framebuffer/gui.h chaged the lines to: ./framebuffer/gui.h:23: // typedef struct fbtk_widget_s fbtk_widget_t; ./framebuffer/gui.h:73: void gui_resize(struct fbtk_widget_s *root, int width, int height); than it compiled and linked. | ||||||||
| Tags | No tags attached. | ||||||||
| Fixed in CI build # | |||||||||
| Reported in CI build # | |||||||||
| URL of problem page | |||||||||
| Attached Files |
| ||||||||
Notes |
|
|
Michael Drake (administrator) 2014-10-24 20:20 |
Should be fixed now. Thanks for the report. |
|
Vincent Sanders (administrator) 2015-03-10 23:44 |
Confirmed fixed in 3.3 release |
Issue History |
|||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2014-10-23 14:13 | Christian Lepper | New Issue | |
| 2014-10-23 22:50 | Vincent Sanders | Status | new => acknowledged |
| 2014-10-24 20:20 | Michael Drake | Note Added: 0000514 | |
| 2014-10-24 20:20 | Michael Drake | Status | acknowledged => resolved |
| 2014-10-24 20:20 | Michael Drake | Resolution | open => fixed |
| 2014-10-24 20:20 | Michael Drake | Fixed in Version | => 3.3 |
| 2015-03-10 23:44 | Vincent Sanders | Note Added: 0000758 | |
| 2015-03-10 23:44 | Vincent Sanders | Status | resolved => closed |
| 2015-03-10 23:44 | Vincent Sanders | Assigned To | => Vincent Sanders |


