[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Nel] nelns build problems: NeL Misc
From: |
Vianney Lecroart |
Subject: |
Re: [Nel] nelns build problems: NeL Misc |
Date: |
Thu, 23 Sep 2004 11:38:10 +0200 |
User-agent: |
Mozilla Thunderbird 0.7.2 (Windows/20040707) |
Hi David,
>> The undefined reference is what is causing the problem. I have the
>> same issue when trying to manually link the libnelmisc.so. g++ (not
>> gcc) is being used, so that shouldn't be the problem. Here is the
>> relevant section:
The function readPNG() is not used on GNU/Linux. If you grep this
function in NeL, you should see that every call of this function are
under #ifdef NL_OS_WINDOWS.
If you find somewhere a function call without #ifdef, then it means that
your NeL version is not up to date, then do a cvs update. We compile nel
misc everyday on Windows and GNU/Linux and we don't have any problems.
Vianney