Closed
Bug 515544
Opened 16 years ago
Closed 15 years ago
error building fennec on winmo due to missing strdup in updater_wince.cpp
Categories
(Firefox for Android Graveyard :: General, defect)
Firefox for Android Graveyard
General
All
Windows Mobile 6 Professional
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: jmaher, Unassigned)
Details
(Whiteboard: mothballed)
after a fresh checkout of 1.9.2 and mobile-browser, I launched a build and got an error while building updater_wince.cpp:
http://mozilla.pastebin.com/f204ba515
Here is the mozconfig that I used:
http://mozilla.pastebin.com/f6f0ec831
If I change strdup() to _strdup() it builds just fine for me.
Can we do something like this:
#ifdef WINCE
#define strdup _strdup
#endif
I am not sure why I hit this? Maybe a mozconfig issue?
Comment 1•16 years ago
|
||
updater doesn't compile? blassey?
Comment 2•15 years ago
|
||
This year we mothballed windows mobile development. See:
http://blog.pavlov.net/2010/03/22/stopping-development-for-windows-mobile/
Marking bugs in the windows mobile / windows ce bucket as WONTFIX.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → WONTFIX
Whiteboard: mothballed
Updated•15 years ago
|
Component: Windows Mobile → General
QA Contact: mobile-windows → general
Hardware: ARM → All
You need to log in
before you can comment on or make changes to this bug.
Description
•