« Return to Thread: Nebula src release?

Re: Nebula src release?

by larry-14 :: Rate this Message:

Reply to Author | View in Thread

Hi

I had a look at the workspaces and noticed most of the errors came from not
adding ntoollib to some project dependancies in their build files, this is
what I have been able to fix so far, hope it helps

add - add ntoollib to settargetdeps in nlua.bld under begintarget nshlua and
do the same for the nshpython target in npython.bld

Download and Add opcode folder to Mangalore dir, I'm using opcode sources
from opal(opal.sf.net), I think opcode should be added to mangalore's
downloadable dependancy package

nblender - change nNebulaUsePackage(nscriptabletools); to
nNebulaUsePackage(ntoollib); and kernelServer->AddPackage(nscriptabletools);
to kernelServer->AddPackage(ntoollib); in blender.cc

I cant find CEGUIExpatParser_d.lib anywhere on my pc anyone who knows about
it please advise
LINK : fatal error LNK1104: cannot open file 'CEGUIExpatParser_d.lib'

 Larry Weya.

max@work writes:

>  
>
> William Bierman wrote:
>>
>> Well with the current snapshot not everything compiles.  Not even the
>> basic01.cc.  Every solution I try to compile gives me linker errors.
>>
>
> I'm writing a tutorial "How to build nebula application from scratch" on
> http://maxatwork.jino-net.ru/nebula2/index.php/Main_Page Nebula 2 Wiki ,
> which will include section "How to avoid these issues". But have changed a
> job two weeks ago, so haven't enough time now to complete it =/
> In a few words - you need to check that all dependencies in your solution
> are correct. To do this, you should check error messages, search symbol
> which was not found in entire solution, find project which contains
> definition of this symbol then check the respective checkbox in "Project
> dependencies" of failed project.
>
> As i understand, it's a build system bug, not a code.
> I have found it when I tried to build Nebula app in VC++ 2005 Express. Don't
> know, is this issue exists for other compilers.
> --
> View this message in context: http://www.nabble.com/Nebula-src-release--tf2944189.html#a8430331
> Sent from the nebuladevice-discuss mailing list archive at Nabble.com.
>
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys - and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV 
>
> *** NOTE: To reply to the list use "reply to all",  ***
> ***       to reply direct to the sender use "reply" ***
> _______________________________________________
> Nebuladevice-discuss mailing list
> Nebuladevice-discuss@...
> https://lists.sourceforge.net/lists/listinfo/nebuladevice-discuss
 


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

*** NOTE: To reply to the list use "reply to all",  ***
***       to reply direct to the sender use "reply" ***
_______________________________________________
Nebuladevice-discuss mailing list
Nebuladevice-discuss@...
https://lists.sourceforge.net/lists/listinfo/nebuladevice-discuss

 « Return to Thread: Nebula src release?