Search Results

Search: Posts Made By: AntumDeluge
Forum: Ubuntu 10-09-2019
11,921
Posted By AntumDeluge
Thank you for the responses. I'm very sorry for...
Thank you for the responses. I'm very sorry for two reasons:


I'm sorry that I had not replied sooner.
I'm sorry, but my network manager GUI has started working to manually connect & I do not...
Forum: Ubuntu 10-05-2019
11,921
Posted By AntumDeluge
No. Network Manager GUI does not run as root, &...
No. Network Manager GUI does not run as root, & is usually not required to connect to a wifi network. I don't know why the iw command requires root.


Not sure if it matters, but my user is in...
Forum: Ubuntu 10-05-2019
11,921
Posted By AntumDeluge
Yes, executing iw dev wls4 connect <SSID> seems...
Yes, executing iw dev wls4 connect <SSID> seems to work every time.


Edit: Not sure if it is an important detail, but I have to run the above iw command as super user.
Forum: Ubuntu 10-04-2019
11,921
Posted By AntumDeluge
Trouble Connecting to Wi-Fi Via GUI
Note: I originally posted this question on unix.stackexchange.com (http://&quot;https://unix.stackexchange.com/questions/545175/trouble-connecting-to-wi-fi-via-gui). But as my question was down-voted...
Forum: BSD 04-21-2015
9,613
Posted By AntumDeluge
Thanks, I'll try that out. --- Edit --- ...
Thanks, I'll try that out.

--- Edit ---

Apparently, busybox does not have blkid on FreeBSD. I did find it though, in the Port/Package sysutils/e2fsprogs...
Forum: BSD 04-16-2015
9,613
Posted By AntumDeluge
Find Partition/Slice UUID
I thought I had figured this out at one point, but I can't remember. Is there a way/command to get the UUIDs of a disk's partitions/slices in FreeBSD? Linux has the blkid command, which doesn't seem...
Forum: Programming 01-26-2015
5,221
Posted By AntumDeluge
[MSYS2/GCC-TDM] Compiler not finding headers in /usr/local/include
I hope it's okay to post this here. I'm working on Windows computer but using the Unix-like environment MSYS2 (https://sourceforge.net/projects/msys2).

My problem is that I can't get the compiler...
Forum: Programming 01-09-2015
5,824
Posted By AntumDeluge
wxgtk defines the "main" function: #include...
wxgtk defines the "main" function:
#include "main.h"
#include "abc.h"

IMPLEMENT_APP(App)

bool App::OnInit()
{
MainWindow *frame = new MainWindow(_T(""));
frame->Show(true);
...
Forum: Programming 01-09-2015
5,824
Posted By AntumDeluge
Clang: $ for o in `ls | grep -i "\.o"`; do file...
Clang:
$ for o in `ls | grep -i "\.o"`; do file ${o}; done
abc.o: ELF 64-bit LSB relocatable, x86-64, version 1 (FreeBSD), not stripped
gnrcabt.o: ELF 64-bit LSB relocatable, x86-64, version 1...
Forum: Programming 01-09-2015
5,824
Posted By AntumDeluge
$ wx-config --cxxflags --libs ...
$ wx-config --cxxflags --libs
-I/usr/local/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/local/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES
-D__WXGTK__ -pthread -D_THREAD_SAFE...
Forum: Programming 01-09-2015
5,824
Posted By AntumDeluge
I don't think there were any updates that would...
I don't think there were any updates that would have effected it. I just built another project that uses wxgtk2.8 and it works fine. I must have done something to my compiler commands in the Makefile.
Forum: Programming 01-09-2015
5,824
Posted By AntumDeluge
C++ Linking Error: invalid DSO for symbol
I am on a FreeBSD system trying to build a piece of software that I wrote. I had built it in the past but recently reinstalled FreeBSD. I am not sure what is going on. The software depends on and...
Forum: BSD 01-06-2015
13,268
Posted By AntumDeluge
FreeBSD: /usr/bin/ld not looking in /usr/local/lib
I'm not sure if this is the default behavior for the ld command, but it does not seem to be looking in /usr/local/lib for shared libraries.

I was trying to compile the latest version of Kanatest...
4,659
Posted By AntumDeluge
GNU & BSD Makefile Directives & Conditions Compatibility
Firstly, I would like to apologize if this is not the appropriate sub-forum to post about GNU/BSD makefile scripting. Though my code is in C++, because I am focusing on the makefile I thought it...
Forum: Programming 08-28-2014
3,575
Posted By AntumDeluge
Thank you Corona, perfect. That helps me...
Thank you Corona, perfect. That helps me understand stdin a bit better as well.
Forum: Programming 08-27-2014
3,575
Posted By AntumDeluge
Thank you achenle. That command is very helpful....
Thank you achenle. That command is very helpful. Is there a way to include the defines "sys/param.h" in that command?
Forum: Programming 08-26-2014
3,575
Posted By AntumDeluge
Thanks Corona, I realize that. I just wanted to...
Thanks Corona, I realize that. I just wanted to test each macro individually.
Forum: Programming 08-25-2014
3,575
Posted By AntumDeluge
[Solved] GCC: General Macro for BSD
Is there a universal macro for any BSD system. I am currently on FreeBSD where __FreeBSD__ is defined. It looks like on NetBSD systems __NetBSD__ is defined. I have tried using __BSD__ but doesn't...
Showing results 1 to 18 of 18

 
All times are GMT -4. The time now is 02:04 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy