First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 218946
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Embedded Team <dev-embedded@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Peter Alfredsen <loki_val@gentoo.org>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
picprog-1.8.3-gcc43.patch picprog-1.8.3-gcc43.patch patch Peter Alfredsen 2008-04-22 20:31 0000 310 bytes Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 218946 depends on: Show dependency tree
Show dependency graph
Bug 218946 blocks: 198121
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2008-04-22 20:31 0000
g++ -O2 -march=i686 -mtune=athlon-xp -msse -mmmx -pipe -ggdb3   -c -o main.o
main.cc
g++ -O2 -march=i686 -mtune=athlon-xp -msse -mmmx -pipe -ggdb3   -c -o picport.o
picport.cc
g++ -O2 -march=i686 -mtune=athlon-xp -msse -mmmx -pipe -ggdb3   -c -o hexfile.o
hexfile.cc
g++ -O2 -march=i686 -mtune=athlon-xp -msse -mmmx -pipe -ggdb3   -c -o program.o
program.cc
program.cc: In member function ‘void program::init(char**)’:
program.cc:60: error: ‘strrchr’ was not declared in this scope
program.cc:64: error: ‘strlen’ was not declared in this scope
program.cc:65: error: ‘strcpy’ was not declared in this scope
program.cc: In function ‘void simple_pager(const char*)’:
program.cc:368: error: ‘strchr’ was not declared in this scope
program.cc: In member function ‘void program::usage(option*, char*)’:
program.cc:404: error: ‘strdup’ was not declared in this scope
program.cc:415: error: ‘strlen’ was not declared in this scope
program.cc:417: error: ‘strchr’ was not declared in this scope
program.cc:457: error: ‘exit’ was not declared in this scope
make: *** [program.o] Error 1
make: *** Waiting for unfinished jobs....


Reproducible: Always

------- Comment #1 From Peter Alfredsen 2008-04-22 20:31:48 0000 -------
Created an attachment (id=150653) [edit]
picprog-1.8.3-gcc43.patch

Fixes the problem. Snatched from Debian.

------- Comment #2 From Denis Dupeyron 2008-04-23 07:26:44 0000 -------
Fixed. Thanks for the debian patch. I used sed instead and slightly modified
the patching, but it's the same idea.

Denis.

First Last Prev Next    No search results available      Search page      Enter new bug