Bug #439 - config.h.in template is missing from
Google user: gil.yoder
Running ./hm.sh build produces following (running as root):
root@ubuntu:/home/yoder/Downloads/synergy-plus-1.3.5-Source# ./hm.sh build
Configuring with CMake (cmake .. -G "Unix Makefiles")...
CMake Error: File
/home/yoder/Downloads/synergy-plus-1.3.5-Source/cmake/config.h.in does not
exist.
CMake Error at cmake/CMakeListsconfig.txt:174 (CONFIGUREFILE):
configure_file Problem configuring file
Call Stack (most recent call first):
CMakeLists.txt:33 (INCLUDE)
-- Configuring incomplete, errors occurred!
CMake encountered error: 256
#1
Google user: nigels.com
I got the same build error on Ubuntu 9.10 32-bit.
#2
Google user: nigels.com
Same build error on Ubuntu 9.04 64-bit too.
#3
Google user: germain.barret
Hello,
Solution : you can take this file from the previous archive 1.3.4 but it doesn't permit to compile I have still 73
errors.
config.h.in seems generated by a tool called autoheader... but it is not present in any archive
Try to help...
help
#4
Google user: germain.barret
This trick of taking config.h.in from another place doesn't work.
After that my compiler detects many errors int the code. The origin are some non
declare types : TYPEOFSIZE1 TYPEOFSIZE2 TYPEOFSIZE_3
I've tried to redeclare, but the same appends.
My compiler is XCode, I'm under MacOSX 10.5 PPC.
#5
Google user: drpaulo
same problem here...
ubuntu 10.4
#6
Google user: edgar.rd
same problem here with Mac OS X 10.6.3, using CMake Xcode generator
#7
Google user: abay...@gmail.com
Same issue on kubuntu.
#9
Google user: tresni
Had to grab the configure.h.in from SVN and but otherwise seems to work for me. OS X
10.5.8 PPC, got a successful debug build.
#10
Google user: dpigott
I'm having the same "synergy-plus-1.3.5-Source/cmake/config.h.in does not exist"
problem on Ubuntu 9.04 32bit. I notice these posts are recent, and not one Google
search seems to resolve it.
Where on SVN do I download it? A search reveals all sorts of places, some posts going
back quite a long way, and obviously this file has been updated because the previous
one produces errors.
#11
Google user: bryan986
I downloaded the file from SVN here:
"http://synergy-plus.googlecode.com/svn-history/r234/trunk/cmake/config.h.in":http://synergy-plus.googlecode.com/svn-history/r234/trunk/cmake/config.h.in
I put this in the cmake directory and then it worked.
#12
Google user: Leigh.Klotz
#11 worked for me on Ubuntu Lucid.
#13
Google user: abay...@gmail.com
#11 also worked for me. Thanks.
#16
Google user: nick.bolton.uk
Hmm, weird problem. Doesn't seem to happen on clean builds. Must be something we
changed in the CMake config. What happens if you wipe out your bin directory and run hm
setup, config, then build?
#19
Google user: invsblduck
If I wipe out the ./bin directory and start fresh (setup, config, build), the problem still occurs (during config).
Adding the config.h.in file from the svn link above to the cmake/ directory allows configure to succeed. Then build works.
Thanks,
-Brett
Write comment