Re: [Avogadro-devel] CMake Error building MoleQueue on OSX 10.9.5

2016-10-12 Thread Patrick Avery
FYI, this might not be directly related, but I've had issues with Anaconda before when compiling as well. The problem I was having was due to Anaconda prepending my $PATH. Anaconda has Qt header files in the Anaconda directory, and when my program would compile, it would sometimes include Qt

Re: [Avogadro-devel] Avo2 - Paste & Python Dialogs

2016-10-12 Thread Marcus D. Hanwell
On Wed, Oct 12, 2016 at 1:21 PM, Geoffrey Hutchison wrote: >>> - I'm going to take the InputGeneratorWidget out of avogadrolibs / >>> molequeue and put it into qtgui/ as InterfaceWidget. It will handle both >>> input generators and the new action scripts (i.e.,

Re: [Avogadro-devel] Avo2 - Paste & Python Dialogs

2016-10-12 Thread Geoffrey Hutchison
>> - I'm going to take the InputGeneratorWidget out of avogadrolibs / molequeue >> and put it into qtgui/ as InterfaceWidget. It will handle both input >> generators and the new action scripts (i.e., parsing the JSON from the >> scripts) - I will probably add small subclasses to handle the two

Re: [Avogadro-devel] Make Package for Avogadro

2016-10-12 Thread Marcus D. Hanwell
On Wed, Oct 12, 2016 at 1:09 PM, Geoffrey Hutchison wrote: >> Geoff has some custom scripts he runs that are not in the build >> system, I wasn't able to generate a DMG last time I tried in Avogadro >> 1, but as Geoff always made the DMG I didn't look into it much more

Re: [Avogadro-devel] Make Package for Avogadro

2016-10-12 Thread Geoffrey Hutchison
> Geoff has some custom scripts he runs that are not in the build > system, I wasn't able to generate a DMG last time I tried in Avogadro > 1, but as Geoff always made the DMG I didn't look into it much more > deeply. On Mac, with v1 I simply run “make install” and then have a script that copies

Re: [Avogadro-devel] Make Package for Avogadro

2016-10-12 Thread Marcus D. Hanwell
On Tue, Oct 11, 2016 at 4:01 PM, Patrick Avery wrote: > Hi there, > > I've been working on adding yaehmop features to Avogadro. The work for Dr. > Jochen Autschbach's class is pretty much complete (they are going to be > trying it out), and I wanted to package the program on

Re: [Avogadro-devel] Avo2 - Paste & Python Dialogs

2016-10-12 Thread Marcus D. Hanwell
On Wed, Oct 12, 2016 at 11:52 AM, Geoffrey Hutchison wrote: > Hi Marcus, > > As I've mentioned before, I'm working with Paul Boone here at Pitt on a new > script interface in Avogadro 2. Scripts (not just Python) will have a similar > API to the input generators, but

Re: [Avogadro-devel] VS2015 Build

2016-10-12 Thread Marcus D. Hanwell
On Sun, Oct 9, 2016 at 5:39 PM, Pavolik, Ethan Thomas wrote: > I was wondering if you'd made any progress getting VS2015 up and running on > your machine. I'm still stuck with the previous link errors when trying to > build Avogadro-libs. This week I tried rebuilding QT5 from

Re: [Avogadro-devel] CMake Error building MoleQueue on OSX 10.9.5

2016-10-12 Thread Marcus D. Hanwell
On Tue, Oct 11, 2016 at 10:44 PM, Geoffrey Hutchison wrote: > I've installed Qt (5.6.0) and Cmake (3.3.1) using anaconda, and followed the > instructions here: > > > That may be the problem. I've had trouble with anaconda (or homebrew) > versions of the Qt packages. > >