nscontrol missing from 10.5.1 tarball

Asked by Steve Paras-Charlton

I'm attempting to compile nightshade on Linux (Ubuntu 10.4) and Mac OSX 10.5. In the INSTALL file, the linux/mac build proceedure states:
~$ tar -zxf nightshade-XXX-tar.gz
~$ cd nightshade/nscontrol
~$ ./autogen.sh && ./configure && make
~$ sudo make install

Unfortunately, there is no nscontrol subdirectory. As the announcement for this version states "a new nscontrol library", I tried skipping this step and went on to:

~$ cd ..
~$ ./configure
~$ make

but ./configure complains that "Nightshade control library not found. Try building project under nscontrol subdirectory first."

Have I missed something? I've looked on the site for a separate download for nscontrol (and searched google) but have found nothing...

Thanks,
Steve

Question information

Language:
English Edit question
Status:
Solved
For:
Nightshade Legacy Edit question
Assignee:
No assignee Edit question
Solved by:
Rob Spearman
Solved:
Last query:
Last reply:
Revision history for this message
Steve Paras-Charlton (steve-falchion) said :
#1

Upon re-reading, the title should really have "or" instead of "and" :)

Revision history for this message
Rob Spearman (rob-digitaliseducation) said :
#2

Please download an updated tarball (md5: 8f49df2bedc1bd90a3c94f4c6fb0ba74).

This was a packaging oversight, the INSTALL file is correct.

Revision history for this message
Steve Paras-Charlton (steve-falchion) said :
#3

Thanks for clearing that up for me :)

I went to:
http://nightshadesoftware.org/downloads.html

and downloaded again, but still no nscontrol subdir (and md5 did not
match). Is there somewhere else I should download from?

Steve

Quoting Rob Spearman <email address hidden>:

> Your question #109634 on Nightshade changed:
> https://answers.launchpad.net/nightshade/+question/109634
>
> Status: Open => Answered
>
> Rob Spearman proposed the following answer:
> Please download an updated tarball (md5:
> 8f49df2bedc1bd90a3c94f4c6fb0ba74).
>
> This was a packaging oversight, the INSTALL file is correct.
>
> --
> If this answers your question, please go to the following page to let us
> know that it is solved:
> https://answers.launchpad.net/nightshade/+question/109634/+confirm?answer_id=1
>
> If you still need help, you can reply to this email or go to the
> following page to enter your feedback:
> https://answers.launchpad.net/nightshade/+question/109634
>
> You received this question notification because you are a direct
> subscriber of the question.
>

----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.

Revision history for this message
Best Rob Spearman (rob-digitaliseducation) said :
#4

I had an upload problem, please try again.

Revision history for this message
Steve Paras-Charlton (steve-falchion) said :
#5

Thanks Rob Spearman, that solved my question.