Anonymous | Login | Signup for a new account | 2023-09-28 19:26 CEST | ![]() |
My View | View Issues | Change Log | Roadmap |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0001555 | aMule | Misc | public | 2009-10-04 13:06 | 2010-07-10 00:57 | ||||
Reporter | johndoe32102002 | ||||||||
Assigned To | |||||||||
Priority | normal | Severity | minor | Reproducibility | always | ||||
Status | closed | Resolution | unable to reproduce | ||||||
Platform | OS | OS Version | |||||||
Product Version | 2.2.6 | ||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0001555: Make fails: UPnPBase.cpp | ||||||||
Description | /aMule-2.2.6$ make Compiling UPnPBase.cpp UPnPBase.cpp: In static member function ‘static int CUPnPControlPoint::Callback(Upnp_EventType, void*, void*)’: UPnPBase.cpp:1183: error: invalid use of incomplete type ‘struct Upnp_Discovery’ UPnPBase.cpp:1180: error: forward declaration of ‘struct Upnp_Discovery’ UPnPBase.cpp:1184: error: invalid use of incomplete type ‘struct Upnp_Discovery’ UPnPBase.cpp:1180: error: forward declaration of ‘struct Upnp_Discovery’ UPnPBase.cpp:1188: error: invalid use of incomplete type ‘struct Upnp_Discovery’ UPnPBase.cpp:1180: error: forward declaration of ‘struct Upnp_Discovery’ UPnPBase.cpp:1191: error: invalid use of incomplete type ‘struct Upnp_Discovery’ UPnPBase.cpp:1180: error: forward declaration of ‘struct Upnp_Discovery’ UPnPBase.cpp:1196: error: invalid use of incomplete type ‘struct Upnp_Discovery’ UPnPBase.cpp:1180: error: forward declaration of ‘struct Upnp_Discovery’ UPnPBase.cpp:1229: error: invalid use of incomplete type ‘struct Upnp_Discovery’ UPnPBase.cpp:1180: error: forward declaration of ‘struct Upnp_Discovery’ UPnPBase.cpp:1229: error: invalid use of incomplete type ‘struct Upnp_Discovery’ UPnPBase.cpp:1180: error: forward declaration of ‘struct Upnp_Discovery’ UPnPBase.cpp:1251: error: invalid use of incomplete type ‘struct Upnp_Discovery’ UPnPBase.cpp:1250: error: forward declaration of ‘struct Upnp_Discovery’ UPnPBase.cpp:1253: error: invalid use of incomplete type ‘struct Upnp_Discovery’ UPnPBase.cpp:1250: error: forward declaration of ‘struct Upnp_Discovery’ UPnPBase.cpp:1257: error: invalid use of incomplete type ‘struct Upnp_Discovery’ UPnPBase.cpp:1250: error: forward declaration of ‘struct Upnp_Discovery’ UPnPBase.cpp:1261: error: invalid use of incomplete type ‘struct Upnp_Discovery’ UPnPBase.cpp:1250: error: forward declaration of ‘struct Upnp_Discovery’ UPnPBase.cpp:1269: error: invalid use of incomplete type ‘struct Upnp_Event’ UPnPBase.cpp:1268: error: forward declaration of ‘struct Upnp_Event’ UPnPBase.cpp:1271: error: invalid use of incomplete type ‘struct Upnp_Event’ UPnPBase.cpp:1268: error: forward declaration of ‘struct Upnp_Event’ UPnPBase.cpp:1271: error: invalid use of incomplete type ‘struct Upnp_Event’ UPnPBase.cpp:1268: error: forward declaration of ‘struct Upnp_Event’ UPnPBase.cpp:1288: error: invalid use of incomplete type ‘struct Upnp_Event_Subscribe’ UPnPBase.cpp:1286: error: forward declaration of ‘struct Upnp_Event_Subscribe’ UPnPBase.cpp:1291: error: invalid use of incomplete type ‘struct Upnp_Event_Subscribe’ UPnPBase.cpp:1286: error: forward declaration of ‘struct Upnp_Event_Subscribe’ UPnPBase.cpp:1320: error: invalid use of incomplete type ‘struct Upnp_Event_Subscribe’ UPnPBase.cpp:1314: error: forward declaration of ‘struct Upnp_Event_Subscribe’ UPnPBase.cpp:1326: error: invalid use of incomplete type ‘struct Upnp_Event_Subscribe’ UPnPBase.cpp:1314: error: forward declaration of ‘struct Upnp_Event_Subscribe’ UPnPBase.cpp:1329: error: invalid use of incomplete type ‘struct Upnp_Event_Subscribe’ UPnPBase.cpp:1314: error: forward declaration of ‘struct Upnp_Event_Subscribe’ UPnPBase.cpp:1335: error: invalid use of incomplete type ‘struct Upnp_Event_Subscribe’ UPnPBase.cpp:1314: error: forward declaration of ‘struct Upnp_Event_Subscribe’ UPnPBase.cpp:1356: error: invalid use of incomplete type ‘struct Upnp_Action_Complete’ UPnPBase.cpp:1354: error: forward declaration of ‘struct Upnp_Action_Complete’ UPnPBase.cpp:1359: error: invalid use of incomplete type ‘struct Upnp_Action_Complete’ UPnPBase.cpp:1354: error: forward declaration of ‘struct Upnp_Action_Complete’ UPnPBase.cpp:1360: error: invalid use of incomplete type ‘struct Upnp_Action_Complete’ UPnPBase.cpp:1354: error: forward declaration of ‘struct Upnp_Action_Complete’ UPnPBase.cpp:1364: error: invalid use of incomplete type ‘struct Upnp_Action_Complete’ UPnPBase.cpp:1354: error: forward declaration of ‘struct Upnp_Action_Complete’ UPnPBase.cpp:1377: error: invalid use of incomplete type ‘struct Upnp_State_Var_Complete’ UPnPBase.cpp:1375: error: forward declaration of ‘struct Upnp_State_Var_Complete’ UPnPBase.cpp:1380: error: invalid use of incomplete type ‘struct Upnp_State_Var_Complete’ UPnPBase.cpp:1375: error: forward declaration of ‘struct Upnp_State_Var_Complete’ make[3]: *** [amule-UPnPBase.o] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 | ||||||||
Additional Information | Using the latest version of gcc (v4); because of error, ./configure runs smoothly, but make fails, thus make install fails | ||||||||
Tags | No tags attached. | ||||||||
Fixed in Revision | |||||||||
Operating System | Ubuntu 9.10 | ||||||||
Attached Files | |||||||||
![]() |
|
(0003311) sturedman (developer) 2009-10-04 18:42 |
Did you install libUPnPdev ? What version ? Also, Karmic isn't released yet. |
(0003315) johndoe32102002 (reporter) 2009-10-06 03:57 |
1.6.6.3 (libpnp3) The problem occurs on Jaunty also. |
(0003434) GonoszTopi (administrator) 2010-05-16 16:44 |
Could you please retry with a recent snapshot from http://amule.sourceforge.net/tarballs/ [^] ? |
![]() |
|||
Date Modified | Username | Field | Change |
2009-10-04 13:06 | johndoe32102002 | New Issue | |
2009-10-04 13:06 | johndoe32102002 | Operating System | => Ubuntu 9.10 |
2009-10-04 18:42 | sturedman | Note Added: 0003311 | |
2009-10-06 03:57 | johndoe32102002 | Note Added: 0003315 | |
2010-05-16 16:44 | GonoszTopi | Note Added: 0003434 | |
2010-05-16 16:44 | GonoszTopi | Status | new => feedback |
2010-07-10 00:57 | sturedman | Status | feedback => closed |
2010-07-10 00:57 | sturedman | Resolution | open => unable to reproduce |
Copyright © 2000 - 2023 MantisBT Team |