Hey . How to make refernce to Cmake to use active tcl/tk from a particular directory ?
hey, i got 298 succeeded and 557 failed after the build of 'INSTALL'
how to install cmake in ubuntu ?
E: Could not open lock file /var/lib/dpkg/lock - open (13: Permission denied)
E: Unable to lock the administration directory (/var/lib/dpkg/), are you root?
this is the error when i try to run this
aptitude install sed byacc flex xsltproc
actually thats the error for every aptitude command given in the documentation
You need to prepend sudo
i.e. sudo aptitude install
or sudo apt install
And enter the password
after the error , it comes to a new line -$
so if i enter password it will start working ?
take a look at this
rahilmalik@ubuntu:~$ aptitude install build-essential make cmake
E: Could not open lock file /var/lib/dpkg/lock - open (13: Permission denied)
E: Unable to lock the administration directory (/var/lib/dpkg/), are you root?
rahilmalik@ubuntu:~$ Password
Password: command not found
rahilmalik@ubuntu:~$
can someone help me with this ?
Can anyone tell me where the share/db folder is located in a windows computer.
C
its in the brlcad-svn-trunk folder
i don't know about share/db but when i seeach it its in
brlcad-svn-trunk\src\other\gdal\gnm\gnm_frmts\db
You have to enter your actual password
i did
Put sudo
before every aptitude
wasn't that command for installing aptitude
No
Aptitude is a package manager -- it installs packages for you.
In order to install, you need to authorize it with your password.
By doing aptitude install <packages>
, you're trying to install said packages without the so-called authorization.
Ok, got it . thanks
i used sudo before aptitude and it asked for my password
Then key in your password.
Now, i installed ubuntu in a vm . now i went till last step on running bin/mged , something related to core abandoned type pops up and doesn't mged . when i type bin/archer, the archer Logo shows up and then closes with same error
Now, i installed ubuntu in a vm . now i went till last step on running bin/mged , something related to core abandoned type pops up and doesn't mged . when i type bin/archer, the archer Logo shows up and then closes with same error
The issue was resolved :)
How to point Cmake towards the active tcl/tk i just installed ?
First, you should start a new configuration.
Then, after the first, initialization, run of CMake, set BRLCAD_TCL to SYSTEM and maybe some dependent (BRLCAD_ITCL?) too.
Then, run the CMake configure again and setup the missing/unknown variables related to Tcl as TCL_INCLUDE_DIR.
Don't forget to do the lrint() trick at the end and hit Configure again.
like this ?
Don't forget to do the lrint() trick at the end and hit Configure again.
Ofcourse :laughing:
https://brlcad.zulipchat.com/user_uploads/1549/0AMGwVAYkK_ae3FD_Qc2zHsR/append1.png
Is this step correct ?
First, you should start a new configuration.
Then, after the first, initialization, run of CMake, set BRLCAD_TCL to SYSTEM and maybe some dependent (BRLCAD_ITCL?) too.
Then, run the CMake configure again and setup the missing/unknown variables related to Tcl as TCL_INCLUDE_DIR.
after the step where i change the BRLCAD_TCL & BRLCAD_ITCL to system , when i hit configure after some seconds , cmake shows error in configuration, invalid project
First, you should start a new configuration.
Then, after the first, initialization, run of CMake, set BRLCAD_TCL to SYSTEM and maybe some dependent (BRLCAD_ITCL?) too.
Then, run the CMake configure again and setup the missing/unknown variables related to Tcl as TCL_INCLUDE_DIR.after the step where i change the BRLCAD_TCL & BRLCAD_ITCL to system , when i hit configure after some seconds , cmake shows error in configuration, invalid project
Then fix these errors ;)
Set the missing values.
i don't get it there are no missing values
everything has certain value
and also every thing related to tcl/tk has been set to SYSTEM
Can someone help me with this ?
Regarding lrint() no, that's wrong.
Changing comment lines doesn't change anything.
And, in the non-comment line you haven't put the 1 at the end.
yea, i forgot , i corrected it (i wasn't thinking straight)
Regarding lrint() no, that's wrong.
Changing comment lines doesn't change anything.
And, in the non-comment line you haven't put the 1 at the end.
thank you, lrint() worked : ) , i have submitted with log with more than 600 builds successful :smile:
a couple of us have been working on a proper fix for the lrint issue. the failure in tcl/tk requires an upgrade of their sources, which has implications for our partners
Arvind Choudhary task as asked by Mr.Armin. Screencast_01-18-2018_102343-PM.webm
@Geeky Arvind, your upload was again last-minute. Deadline means not later than and your upload arrived just with the deadline, not time to reply. Also the screencast shows a build date of Jan. 18. 2018, deadline for submissions was yesterday, thus the build date should have been Jan. 17. 2018.
Keep an eye on the Google Code-in site and grab your chance in Google Code-in 2018, which may start end of November 2018.
Last updated: Jan 09 2025 at 00:46 UTC