[Gambas-user] Gambas 3 revision 1917

Jussi Lahtinen jussi.lahtinen at ...626...
Fri Apr 3 19:05:21 CEST 2009


This;
( ./configure; make; sudo make install ) > output.txt 2>&1
from failed compilation attempt is already attached, if you didn't notice...

I didn't take output of the successful compile, but I compiled it
again just for the output:
( ./configure ) > new-output.txt 2>&1
Configuring gb.opengl starts at line 3614.

And this, just in case....
( make; sudo make install ) > rest-output.txt 2>&1

Notice that gl.h is copied to "/trunk" and to
"/trunk/gb.qt4/src/opengl" (I'm not sure where it was needed).
Seems to work, but opengl is disabled. Luckily I don't use it...

Thanks!


Jussi



2009/4/3 Benoît Minisini <gambas at ...1...>:
>> Hello again!
>>
>> I managed to "solve" my compilation problem.
>> I had error message;
>> CGLarea.h:34:16: error: gl.h: No such file or directory
>> Which is confusing, because there IS /usr/include/GL/gl.h file.
>> I tried to copy gl.h to "/trunk/gb.qt4/src/opengl" and to "/trunk",
>> and now it compiles.
>>
>> How do I set include paths correctly?
>> Or what else is wrong?
>> Thanks!
>>
>>
>> Jussi
>>
>> On Tue, Mar 31, 2009 at 22:00, Jussi Lahtinen <jussi.lahtinen at ...626...>
> wrote:
>> > Hi!
>> >
>> > I can't compile latest revision...
>> >
>> > First I got this:
>> > THESE COMPONENTS ARE DISABLED:
>> > - gb.opengl
>> > - gb.qte
>> >
>> > And make fails with error: gl.h: No such file or directory
>> > Gambas 2 and Gambas 3 revision 1885 compiled fine.
>> >
>> > I removed Gambas3 with commands:
>> > sudo rm -f /usr/local/bin/gbx3 /usr/local/bin/gbc3 /usr/local/bin/gba3
>> > /usr/local/bin/gbi3
>> > sudo rm -rf /usr/local/lib/gambas3
>> > sudo rm -rf /usr/local/share/gambas3
>> > Did I miss something?
>> >
>> > Or do I need to install something from somewhere?
>> >
>> > I did:
>> > ( ./configure; make; sudo make install ) > output.txt 2>&1
>> > See attachment.
>> >
>> > I'm still badly in learning phase with GNU build system.
>> > Any hints?
>> > Thanks!
>> >
>> >
>> > Jussi
>> > Ubuntu 8.10 64bit
>>
>
> Can you send the output of ./configure, especially in the gb.opengl directory?
>
> --
> Benoît
>
> ------------------------------------------------------------------------------
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: outputs.tar.gz
Type: application/x-gzip
Size: 49745 bytes
Desc: not available
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20090403/9e28b57d/attachment.bin>


More information about the User mailing list