Package Details: treefrog-framework 2.11.0-1

Git Clone URL: https://aur.archlinux.org/treefrog-framework.git (read-only, click to copy)
Package Base: treefrog-framework
Description: High-speed C++ MVC Framework for Web Application
Upstream URL: https://github.com/treefrogframework/treefrog-framework
Licenses: BSD-3-Clause
Submitter: arojas
Maintainer: carlosal1015
Last Packager: carlosal1015
Votes: 1
Popularity: 0.000000
First Submitted: 2022-04-01 18:50 (UTC)
Last Updated: 2025-05-18 18:31 (UTC)

Required by (0)

Sources (1)

Latest Comments

simona commented on 2025-05-19 09:19 (UTC)


../include/../src/tsqljoin.h: In copy constructor ‘TSqlJoin<T>::TSqlJoin(const TSqlJoin<T>&)’:
../include/../src/tsqljoin.h:53:17: error: ‘const class TSqlJoin<T>’ has no member named ‘mode’; did you mean ‘_mode’? [-Wtemplate-body]
53 |     _mode(other.mode), _joinColumn(other._joinColumn), _criteria(other._criteria)
|                 ^~~~
|                 _mode
make: *** [Makefile:3774: .obj/tsqlormapperiterator.o] Error 1

df8oe commented on 2022-08-16 09:23 (UTC)

No need for apologize - I appreaciate your work and thank you!

carlosal1015 commented on 2022-08-15 19:08 (UTC)

Sorry my bad for not test before @df8oe, fixed now.

df8oe commented on 2022-08-15 12:46 (UTC)

does not build (testing):

tmongodriver.cpp:13:10: fatal error: mongoc.h: No such file or directory
13 | #include "mongoc.h"
| ^~~~~~~~~~
compilation terminated.
make: *** [Makefile:7248: .obj/tmongodriver.o] Error 1