Bufius / vertminer-gpu

GPU miner for vertcoin
GNU General Public License v3.0
40 stars 36 forks source link

Building in windows #10

Closed knifesk closed 10 years ago

knifesk commented 10 years ago

Is there any extra step needed to build in windows? I couldnt compile the source following the instructions in build-windows.txt

knifesk commented 10 years ago

I'll attach the error that mingw outputs.

libtoolize: copying file `m4/lt~obsolete.m4' configure.ac:95: error: possibly undefined macro: AC_DEFINE If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. configure.ac:185: error: possibly undefined macro: AC_MSG_ERROR autoreconf: /usr/bin/autoconf-2.68 failed with exit status: 1

Singman33 commented 10 years ago

I dont have that problem. I use theses commands : autoreconf -fvi CFLAGS="-O2 -msse2" ./configure --enable-opencl --enable-scrypt make

To setup the build envirronement, I follow the instructions found on other miners, like https://github.com/prettyhatemachine/sph-sgminer/blob/master/doc/windows-build.txt

knifesk commented 10 years ago

Ohh, I see... I've just downloaded that synaptic-like new interface... Maybe that's wrong. I'll follow this guide instead from the top. Thanks. will post back results

knifesk commented 10 years ago

Yup.. worked like a charm.

Singman33 commented 10 years ago

Cool, issue could be closed.

knifesk commented 10 years ago

Agreed. Thanks Singman