Jay Looney
Jay Looney
@assp1r1n3 so far, creating a homebrew formula falls apart right around here https://sourceware.org/gdb/wiki/BuildingOnDarwin#Giving_gdb_permission_to_control_other_processes%7Cofficial I've asked in the IRC to no response yet, but if you've got any advice I'd love...
@Dman95 Hey I was just following along that guide and hit an error on step 6 ``` Jays-MacBook-Pro:SASM-master jaylooney$ sudo make install cp -f /Users/jaylooney/Workspace/MyHomebrewTap/SASM-master/Linux/bin/fasm /usr/bin/ cp: /usr/bin/fasm: Operation not...
Actually, it looks like it did actually build the app, so maybe it's fine that it doesn't litter all over the system... ``` Jays-MacBook-Pro:SASM-master jaylooney$ ls | grep sasm.app sasm.app...
Hey @Dman95 thanks for getting back! I switched the format at your suggestion and it cleared up one of the issues, so thanks for all your help! I'm still getting...
How’s this going?
Hey, I've been using this project at work and have been asking them if I can commit anything upstream. I may invent at-home projects that enable me to do this....
@wowsuchnamaste So actually it's using bits of Sphinx/rst that auto-generate the documentation well enough that I don't need to make any changes, but for some reason pythonhosted doesn't have any...
So anyways it seems like the majority of my desires are things I can't do on my own, however I'll take a look around the code and see if I...
I think this is possible with CodeShip
So I've been thinking about this and I think it makes sense to provide a build file for each of the source files and move everything into $lang directories... I...