Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 91675 - x11-misc/jaffm works fine on amd64
Summary: x11-misc/jaffm works fine on amd64
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High enhancement (vote)
Assignee: AMD64 Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-06 04:15 UTC by Maciej Szumieluk
Modified: 2005-05-22 01:49 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Maciej Szumieluk 2005-05-06 04:15:43 UTC
x11-misc/jaffm compiles and works fine on AMD64. Please add ~amd64 to the keywords.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Simon Stelling (RETIRED) gentoo-dev 2005-05-22 01:49:29 UTC
not here:

g++ -Wall -O3 -c `wx-config --cxxflags` jaffm.cpp -o jaffm.o
g++ -Wall -O3 -c `wx-config --cxxflags` mainwindow.cpp -o mainwindow.o
g++ -Wall -O3 -c settings.cpp -o settings.o
jaffm.cpp: In member function `virtual bool Jaffm::OnInit()':
jaffm.cpp:9: error: conversion from `const char[6]' to `const wxString' is ambiguous
/usr/include/wx/string.h:306: note: candidates are: wxString::wxString(wxChar,
size_t) <near match>
/usr/include/wx/string.h:284: note:                 wxString::wxString(int)
<near match>
make: *** [jaffm.o] Error 1

looks like a gcc-3.4 problem. if you can provide a patch, please re-open and
we'll mark it.