* [gentoo-user] Cannot compile libinstrudeo 0.1.4 on ~x86
@ 2009-02-06 10:01 Pongracz Istvan
2009-02-06 10:09 ` Pongracz Istvan
0 siblings, 1 reply; 6+ messages in thread
From: Pongracz Istvan @ 2009-02-06 10:01 UTC (permalink / raw
To: gentoo-user@lists.gentoo.org
Dear guys,
After a long time, I try to use again screenkast + libinstrudeo.
Ages before I did use it but nowadays (about in the last 6 months or
more) I cannot compile libinstrudeo because there are some compiling
problem.
These packages are in the sunrise overlay.
So, I guess there is a problem between the libinstrudeo and ffmpeg
libraries.
Here is a snippet from the compile problem:
isdffmpegexporter.cpp: In member function ‘virtual void
ISDFFmpegExporter::cleanup()’:
isdffmpegexporter.cpp:208: error: cannot convert ‘ByteIOContext**’ to
‘ByteIOContext*’ for argument ‘1’ to ‘int url_fclose(ByteIOContext*)’
isdffmpegexporter.cpp: In member function ‘void
ISDFFmpegExporter::abortCleanup()’:
isdffmpegexporter.cpp:237: warning: ignoring return value of ‘int
system(const char*)’, declared with attribute warn_unused_result
distcc[28590] ERROR: compile isdffmpegexporter.cpp on localhost failed
Before I write more stupid logs etc. to here, I would like to ask does
anybody succeed to install libinstrudeo for his recent gentoo box?
~x86
Best regards,
István
--
BSA. Mert megérdemlitek.
Open Source. Mert megérdemlem.
--
BSA. They value it.
Open Source. The value. It.
--
http://www.startit.hu
http://www.osbusiness.hu
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] Cannot compile libinstrudeo 0.1.4 on ~x86
2009-02-06 10:01 [gentoo-user] Cannot compile libinstrudeo 0.1.4 on ~x86 Pongracz Istvan
@ 2009-02-06 10:09 ` Pongracz Istvan
2009-02-06 10:23 ` [gentoo-user] Partially solved: " Pongracz Istvan
2009-02-07 3:21 ` [gentoo-user] " Andrés Becerra Sandoval
0 siblings, 2 replies; 6+ messages in thread
From: Pongracz Istvan @ 2009-02-06 10:09 UTC (permalink / raw
To: gentoo-user
2009. 02. 6, péntek keltezéssel 11.01-kor Pongracz Istvan ezt írta:
> Dear guys,
>
> Here is a snippet from the compile problem:
>
> isdffmpegexporter.cpp: In member function ‘virtual void
> ISDFFmpegExporter::cleanup()’:
> isdffmpegexporter.cpp:208: error: cannot convert ‘ByteIOContext**’ to
> ‘ByteIOContext*’ for argument ‘1’ to ‘int url_fclose(ByteIOContext*)’
> isdffmpegexporter.cpp: In member function ‘void
> ISDFFmpegExporter::abortCleanup()’:
> isdffmpegexporter.cpp:237: warning: ignoring return value of ‘int
> system(const char*)’, declared with attribute warn_unused_result
> distcc[28590] ERROR: compile isdffmpegexporter.cpp on localhost failed
>
Ok, this was the easy part. I deleted the & at the code, but new compile
problem appears.
Does anybody knows, how to compile this stuff without rewrite all the
sourcecode?
Cheers,
István
--
BSA. Mert megérdemlitek.
Open Source. Mert megérdemlem.
--
BSA. They value it.
Open Source. The value. It.
--
http://www.startit.hu
http://www.osbusiness.hu
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-user] Partially solved: Cannot compile libinstrudeo 0.1.4 on ~x86
2009-02-06 10:09 ` Pongracz Istvan
@ 2009-02-06 10:23 ` Pongracz Istvan
2009-02-07 3:21 ` [gentoo-user] " Andrés Becerra Sandoval
1 sibling, 0 replies; 6+ messages in thread
From: Pongracz Istvan @ 2009-02-06 10:23 UTC (permalink / raw
To: gentoo-user
2009. 02. 6, péntek keltezéssel 11.09-kor Pongracz Istvan ezt írta:
> 2009. 02. 6, péntek keltezéssel 11.01-kor Pongracz Istvan ezt írta:
> >
>
> Ok, this was the easy part. I deleted the & at the code, but new compile
> problem appears.
>
> Does anybody knows, how to compile this stuff without rewrite all the
> sourcecode?
>
> Cheers,
> István
Ok, seems I fixed all problems and I succeed to compile.
The question will be, will it work or not? :)
Cheers,
IStván
--
BSA. Mert megérdemlitek.
Open Source. Mert megérdemlem.
--
BSA. They value it.
Open Source. The value. It.
--
http://www.startit.hu
http://www.osbusiness.hu
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] Cannot compile libinstrudeo 0.1.4 on ~x86
2009-02-06 10:09 ` Pongracz Istvan
2009-02-06 10:23 ` [gentoo-user] Partially solved: " Pongracz Istvan
@ 2009-02-07 3:21 ` Andrés Becerra Sandoval
2009-02-07 12:12 ` Pongracz Istvan
1 sibling, 1 reply; 6+ messages in thread
From: Andrés Becerra Sandoval @ 2009-02-07 3:21 UTC (permalink / raw
To: gentoo-user
On Fri, Feb 6, 2009 at 5:09 AM, Pongracz Istvan
<pongracz.istvan@gmail.com> wrote:
> 2009. 02. 6, péntek keltezéssel 11.01-kor Pongracz Istvan ezt írta:
>> Dear guys,
>>
>> Here is a snippet from the compile problem:
>>
>> isdffmpegexporter.cpp: In member function 'virtual void
>> ISDFFmpegExporter::cleanup()':
>> isdffmpegexporter.cpp:208: error: cannot convert 'ByteIOContext**' to
>> 'ByteIOContext*' for argument '1' to 'int url_fclose(ByteIOContext*)'
>> isdffmpegexporter.cpp: In member function 'void
>> ISDFFmpegExporter::abortCleanup()':
>> isdffmpegexporter.cpp:237: warning: ignoring return value of 'int
>> system(const char*)', declared with attribute warn_unused_result
>> distcc[28590] ERROR: compile isdffmpegexporter.cpp on localhost failed
>>
>
> Ok, this was the easy part. I deleted the & at the code, but new compile
> problem appears.
>
> Does anybody knows, how to compile this stuff without rewrite all the
> sourcecode?
>
> Cheers,
> István
> --
> BSA. Mert megérdemlitek.
> Open Source. Mert megérdemlem.
> --
> BSA. They value it.
> Open Source. The value. It.
> --
> http://www.startit.hu
> http://www.osbusiness.hu
>
>
>
Does this bug report is of any help?
http://bugs.gentoo.org/show_bug.cgi?id=139855
--
Andrés
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] Cannot compile libinstrudeo 0.1.4 on ~x86
2009-02-07 3:21 ` [gentoo-user] " Andrés Becerra Sandoval
@ 2009-02-07 12:12 ` Pongracz Istvan
2009-02-07 12:51 ` Pongracz Istvan
0 siblings, 1 reply; 6+ messages in thread
From: Pongracz Istvan @ 2009-02-07 12:12 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1163 bytes --]
>
> Does this bug report is of any help?
>
> http://bugs.gentoo.org/show_bug.cgi?id=139855
>
> --
> Andrés
>
>
Hi Andrés,
Thank you, I missed this bugreport.
Anyway, I fixed the compiler issue by modifying the code a little bit:
The first problem caused by an additional reference operator (&).
The remaining problems caused by that, some .cpp didn't contain the string.h
header file.
And finally, there was a HAVE_FFMPEG_AVUTIL_H or similar contant, which I
had to delete to avoid using postprocessing library, which does not exists.
So, I fixed these issues, I repacked libinstrudeo-1.1.4.tar.gz, regenerate
the manifest and used emerge to compile the lib.
It is ok now.
I will try to make a summary about the modifications and send to the
bugtracker.
My next problem is to compile screenkast itself :)
Now I am installing the complete kde 4.2.0 (metapackage), even I will never
use it to get screenkast working.
The compiling process failed because there are lot of QT missing things.
Ok, this didn't help. After I installed kde 4.2.0 it still has
problems............
At this moment that is all.
Cheers,
István
[-- Attachment #2: Type: text/html, Size: 1525 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] Cannot compile libinstrudeo 0.1.4 on ~x86
2009-02-07 12:12 ` Pongracz Istvan
@ 2009-02-07 12:51 ` Pongracz Istvan
0 siblings, 0 replies; 6+ messages in thread
From: Pongracz Istvan @ 2009-02-07 12:51 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 228 bytes --]
2009/2/7 Pongracz Istvan <pongracz.istvan@gmail.com>
> Does this bug report is of any help?
>>
>> http://bugs.gentoo.org/show_bug.cgi?id=139855
>>
>> --
>> Andrés
>>
>>
I updated that bugreport.
Cheers,
IStván
[-- Attachment #2: Type: text/html, Size: 815 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2009-02-07 12:51 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-06 10:01 [gentoo-user] Cannot compile libinstrudeo 0.1.4 on ~x86 Pongracz Istvan
2009-02-06 10:09 ` Pongracz Istvan
2009-02-06 10:23 ` [gentoo-user] Partially solved: " Pongracz Istvan
2009-02-07 3:21 ` [gentoo-user] " Andrés Becerra Sandoval
2009-02-07 12:12 ` Pongracz Istvan
2009-02-07 12:51 ` Pongracz Istvan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox