ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
800
|
Thu Nov 18 09:40:25 2004 |
| Stefan Ritt | stefan.ritt@psi.ch | Bug report | Linux | 2.5.4-6 | Re: compiling elog on AMD64 |
> When compiling elogd on AMD64 (in 64 bit mode) there are many
> warnings like these:
>
> src/regex.c:3769: warning: cast from pointer to integer of different size
> src/regex.c:3769: warning: cast from pointer to integer of different size
> src/regex.c:3775: warning: cast to pointer from integer of different size
>
> The reason is the (int) cast, which (I think) is not necessary.
Unfortunately I don't have a 64-bit compiler to try. Can you please check if
elogd.c has similar warnings or only regex.c? The ones in elogd.c I can fix,
but regex.c is straight from the GNU C library, so we would have to wait intil
they fix it. Or can you get it from the 64-bit C library? The point is that I
need the source code, so that I can compile it under Windows as well. Can you
try to compile elogd without regex.c, like
gcc -g -O -W -Wall -o elogd src/elogd.c
If that works fine, we don't have to compile regex.c under linux. But I guess
it's still needed fot Solaris and other non-GNU Unix brands. |
802
|
Sun Nov 21 00:46:28 2004 |
| Heiko Scheit | h.scheit@mpi-hd.mpg.de | Bug report | Linux | 2.5.4-6 | Re: compiling elog on AMD64 |
> > When compiling elogd on AMD64 (in 64 bit mode) there are many
> > warnings like these:
> >
> > src/regex.c:3769: warning: cast from pointer to integer of different size
> > src/regex.c:3769: warning: cast from pointer to integer of different size
> > src/regex.c:3775: warning: cast to pointer from integer of different size
> >
> > The reason is the (int) cast, which (I think) is not necessary.
>
> Unfortunately I don't have a 64-bit compiler to try. Can you please check if
> elogd.c has similar warnings or only regex.c?
elogd.c shows the same warnings.
> The ones in elogd.c I can fix,
> but regex.c is straight from the GNU C library, so we would have to wait intil
> they fix it. Or can you get it from the 64-bit C library? The point is that I
> need the source code, so that I can compile it under Windows as well. Can you
> try to compile elogd without regex.c, like
>
> gcc -g -O -W -Wall -o elogd src/elogd.c
This works OK.
|
805
|
Wed Nov 24 00:17:45 2004 |
| Rich Persaud | dev2id at yahoo dot com | Bug report | All | 2.5.4-6 | BUG: lost entry data |
After THREE tries to enter a long detailed list of questions, all have been
replaced by just one: why do ELOG textareas and entry forms lose all data
if the browser goes back/forward? Or if a submission causes an error?
Other forms in other applications don't have this kind of data loss.
Submitting this now before I lose it again. Will submit rest of questions
as separate entries. |
806
|
Wed Nov 24 00:42:10 2004 |
| Rich Persaud | dev2id at yahoo dot com | Request | All | 2.5.4-6 | Attribute Negative Search |
Is there any way to search for all attributes _except_ a certain value? |
807
|
Wed Nov 24 00:44:09 2004 |
| Rich Persaud | dev2id at yahoo dot com | Bug fix | Linux | 2.5.4-6 | Konqueror and Calendar widget |
Date selection from the calendar widget does not work in Konqueror.
Clicking on a date results in year being populated, but month and day are
blank. |
808
|
Wed Nov 24 00:45:43 2004 |
| Rich Persaud | dev2id at yahoo dot com | Request | All | 2.5.4-6 | Display links for multiple-option attributes |
Can "Display" links work with multiple options?
"ABC | DEF" is currently one link.
Ideally, it would be two links, each formatted per the "Display" string. |
809
|
Wed Nov 24 00:48:17 2004 |
| Rich Persaud | dev2id at yahoo dot com | Request | All | 2.5.4-6 | Non-wildcard or numeric search for numeric attribute |
Is there a way to disable wildcard matching in searches?
A search for "1" returns "1" and "10" and "11".
Is there a way to perform an explict match?
Could there be a numeric match if the attribute type is numeric? |
810
|
Wed Nov 24 00:50:27 2004 |
| Rich Persaud | dev2id at yahoo dot com | Request | All | 2.5.4-6 | Multi-parent relationships between logbook items |
Could there be a multi-value option for free text fields, e.g. comma-
separated? This would allow multi-parent relationships between log items.
E.g. specifying 12, 15 as a value would create unique Display links
for "12" and "15", based on the Display specification for that attribute.
This would be like "multiple fixed options", for the purpose of formatting. |